Giter Club home page Giter Club logo

Comments (8)

nippur72 avatar nippur72 commented on August 22, 2024 1

JSX code removing via comments would require that you "exit" from JSX e.g.

<div>
{
///
///<Commented_jsx></Commented_jsx>
///
}
</div>

I don't know how this can be done in #ifdef-loader, since the parser isn't aware whether you are in a JSX block or not.

from ifdef-loader.

krisdante avatar krisdante commented on August 22, 2024

OK this comes from the blank code method. where the code is replaced with //. This works fine for JS, but is not working well for JSX. This is most likely used to keep the same number of lines.

from ifdef-loader.

krisdante avatar krisdante commented on August 22, 2024

Or not :). I removed the blank code generator and shashes are still there :(

from ifdef-loader.

krisdante avatar krisdante commented on August 22, 2024

But the parser is run before and shall remove everything including the ifdef tags and leave nothing behind.

from ifdef-loader.

nippur72 avatar nippur72 commented on August 22, 2024

the code isn't simply removed but it's filled with /// to allow source maps to point to the original code. I don't remember why I didn't just use blank spaces instead... I vaguely remember there was a reason.

from ifdef-loader.

nippur72 avatar nippur72 commented on August 22, 2024

I addressed this in 2.2.0, now there is a new option fill-with-banks to be set in the configuration object. When true it fills with blanks (space characters) instead of //. By default it's false so it's backward compatible.

It should work with JSX as spaces are ignored.

Please let me know if that fixes your issue.

from ifdef-loader.

krisdante avatar krisdante commented on August 22, 2024

I saw the code. Looks good. Thank you for that.

I spotted that there is still some issue with source maps generated by webpack. For some reason, they get a lot of slashes picked probably from ifdfs. Bit hard to debug, but when I disabled source maps //// are gone.

I am not sure yet how it is possible that a source maps age getting the source with //// (I patched the offloader before to replace with spaces already)

from ifdef-loader.

krisdante avatar krisdante commented on August 22, 2024

I will close the ticket now as it is solved. Nothing more can be done in ifdef loader :)

from ifdef-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.