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 way to declare a new variable in F# without assigning a value to
Does anyone know of any CLI CSS Compressors for just normal css files? Not
I'm working on a pre-commit hook that uses YUI Compressor to minify any CSS
Are there are CSS compressors online which do not remove any of the CSS
Any way to realize emacs keybind on Qt Creator (QTC)? Some possibilities: emacskeys but
Any idea on how can I track users bookmarking event? I want to find
Any Access guru's out there that can help me out? Trying to figure out
Any phone numbers that begin with these ranges correct: ex: 772123322 The length is
Any best way to run the jasmine HTML reporter with browserify styled code? I
Any tips on making the following option elements draggable? <select id=expenseSelect multiple=multiple style=height:200px> <option

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.