GithubHelp home page GithubHelp logo

Comments (10)

nebirhos avatar nebirhos commented on April 20, 2024 5

It looks like this is an issue again in v0.4.0.

Edit: Tested the same script with v0.3.32, newlines are preserved as expected.

from jscodeshift.

pieterv avatar pieterv commented on April 20, 2024

Hmm maybe this fixes it, benjamn/recast#199

from jscodeshift.

fkling avatar fkling commented on April 20, 2024

Mmh, have to look at the recast thing, but also have a look at #27.

from jscodeshift.

cpojer avatar cpojer commented on April 20, 2024

@fkling this is exactly what I mentioned yesterday. Everyone gets tripped up by this. Let's just merge #27 with the auto-detection? That should cover this really nicely without a "breaking" change.

from jscodeshift.

fkling avatar fkling commented on April 20, 2024

@cpojer: I know, I was just wondering what recast did about this since it was mentioned there as well.

from jscodeshift.

fkling avatar fkling commented on April 20, 2024

So, the issue seems to be with using Babel as parser. If esprima is used, trailing and leading whitespace is preserved. I'd suggest we first look into if we can fix this in recast before making changes to jscodeshift.

edit: nvm, it works also when I use babel-core as parser... now I'm confused...

from jscodeshift.

fkling avatar fkling commented on April 20, 2024

OK, I know what the issue is. recast.parse(...) returns a File AST node which contains the location information about the leading and trailing white spaces, but since we are throwing that object away and only use program in https://github.com/facebook/jscodeshift/blob/master/src/core.js#L74, we are loosing that information.

Maybe everything will just work if we use the File object instead.

from jscodeshift.

pieterv avatar pieterv commented on April 20, 2024

Awesome! Thanks @fkling

from jscodeshift.

fkling avatar fkling commented on April 20, 2024

Release in v0.3.3 btw.

from jscodeshift.

ibrahima avatar ibrahima commented on April 20, 2024

Aha, ran into this issue as well. I can confirm that downgrading to v0.3.32 fixes the issue.

from jscodeshift.

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.