Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6080323
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:02:52+00:00 2026-05-23T11:02:52+00:00

Do any of the JS compressors allow you to do #ifdef -pre-processing-type things with

  • 0

Do any of the JS compressors allow you to do #ifdef-pre-processing-type things with JScript conditional compilation?

If @set to defines a “variable” couldn’t a JS compressor remove code that the conditional compilation logic defines at not compiled?

I’m a little unsure of JScript syntax but perhaps something like this

/*@cc_on
    @set (@version = 1)
    @if (@version == 1)
        alert('Version 1');
    @else
        alert('Not version 1');
    @end
@*/

could compress into

alert('Version 1');
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:02:52+00:00Added an answer on May 23, 2026 at 11:02 am

    Closure compiler can preserve comments via the @preserve annotation, but neither closure compiler not any other parse-tree based compressor does a good job with CC in general.

    It’s a hard problem. Handling conditional compilation requires reasoning about multiple possible parse trees, instead of just one.

    Some of the really simple compressors that just treat JS as a series of tokens instead of manipulating a parse tree might do better with conditional compilation but they do much worse overall at compressing.

    One solution might be to compile all your source files except one that has conditional compilation directives and that simply exports variables that are used by the other source files.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Any personal experience in overcoming web application performance hurdles? Any recommended strategies for improving
Any good recommendations for a platform agnostic (i.e. Javascript) grid control/plugin that will accept
Any good suggestions? Input will be the name of a header file and output
Any ideas on how to implement tab completion for a .NET (C#) Console Application?
any idea how if the following is possible in PHP as a single line
Any suggestions on the best way to ensure thread safety when changing the properties
Any ideas what the average user's download speed is? I'm working on a site
Any suggestions? Using visual studio in C#. Are there any specific tools to use
Any recommendations for a javascript form validation library. I could try and roll my
Any recommendations on grep tools for Windows? Ideally ones that could leverage 64-bit OS.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.