Giter Club home page Giter Club logo

Comments (7)

alangpierce avatar alangpierce commented on May 14, 2024

Interesting, I hadn't realized that the Babel transform removes @flow comments. Seems reasonable to replicate in Sucrase. It looks like it doesn't remove $FlowFixMe, though, so I'd like to call that out of scope unless there's a good reason for it.

Is this causing problems for you? Generally the goal of Sucrase is to make the simplest change that allows the code to run in the browser or node, so in that sense it shouldn't matter what comments are left around. But I could imagine issues with some intermediate build tools assuming that a @flow directive means that it hasn't had types removed yet.

from sucrase.

StreetStrider avatar StreetStrider commented on May 14, 2024

@alangpierce I thought it may be an issue for packages which distributed with integrated flow definitions. However, usual setup includes .js.flow for each .js and the first one takes precendence. So if pragma is present in second, it shall be ignored (because whole file is ignored). But in that case pragmas are usually removed. For now I'm using flow-remove-types to achieve that.

I thought it would be more correct if sucrase can do it as well.

As for second point, it's just a wish/dream. Right now I'm building tool which (when working with flow annotated files) tries to remove all flow-related stuff. But it lacks sourcemaps.

from sucrase.

alangpierce avatar alangpierce commented on May 14, 2024

Got it. I think the most reasonably behavior of Sucrase is usually to do exactly what Babel does, so removing @flow pragmas seems reasonable to add and I think shouldn't be hard to implement.

Thanks for pointing out flow-remove-types. I hadn't seen that, and it definitely has lots of similarities to this project. I'll have to dig into that further when I get a chance.

For the $FlowFixMe use case, I think the right thing for now is that you could fork Sucrase and add that case. If you can convince me that it's widely useful or has small/no impact on performance or code complexity, then I'd be happy to accept it, but generally I'm trying to keep the scope of this project small.

from sucrase.

StreetStrider avatar StreetStrider commented on May 14, 2024

Just removing flow pragmas would be suffice for me. I'm using flow-remove-types for Flow and rollup-plugin-typescript for TS. Both are pretty mediocre in quality. I would like to use sucrase instead both of them.

Solving removing $FlowFixMe is a hard task, so I'm ok you don't want to take something so complex. I'm planning on removing $FlowFixMe (which is @flow-off in my case) in my tooling by simple and dumb regex. This would work for my specific case. If I'll invent more generic solution, I would return with it.

from sucrase.

StreetStrider avatar StreetStrider commented on May 14, 2024

@Rich-Harris is it possible to update rollup-plugin-sucrase with sucrase: "3"?

from sucrase.

alangpierce avatar alangpierce commented on May 14, 2024

Ah right, I've been meaning to send a PR for that since releasing 3.0. I'll see if I can get a PR ready.

from sucrase.

alangpierce avatar alangpierce commented on May 14, 2024

Just sent a PR to update the rollup plugin: rollup/rollup-plugin-sucrase#2

from sucrase.

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.