GithubHelp home page GithubHelp logo

Comments (8)

DrewML avatar DrewML commented on April 19, 2024 1

@fkling What are your thoughts on adding a recipes section to the documentation (similar to this). I've found a few examples of use-cases in the past digging through the issues on this repo that would have been great to have documented.

I know there are already links to the codemod repos in the bottom of the readme, but specific recipes could be an added bonus.

from jscodeshift.

fkling avatar fkling commented on April 19, 2024

Mmh. I assume the comment is attached to the VarableDeclaration, so when you remove the node, the comment is removed as well. You could save the comment first and reattach it to the file node: http://felix-kling.de/esprima_ast_explorer/#/kGspd21ZnD/1.

Maybe we can do something to make this easier, but not sure yet what.


We should definitely provide an API that makes it easy to get, add and remove comments on nodes.

from jscodeshift.

sophiebits avatar sophiebits commented on April 19, 2024

Yeah, I figured as much. Maybe we could just special-case the first comment? It seems rare that you'd ever want to move or drop it (especially at FB).

from jscodeshift.

udnisap avatar udnisap commented on April 19, 2024

I can work on it to detach the first comment a file from the first statement and add as a node. Is this desirable?

from jscodeshift.

fkling avatar fkling commented on April 19, 2024

@DrewML: Sounds like an excellent idea to me!

from jscodeshift.

slorber avatar slorber commented on April 19, 2024

Hey,

By chance could someone take a look at this issue?

5to6/5to6-codemod#18

The problem here for me is that sometimes the codemod does try to restore the leading comment, but that leading comment was not removed in the first place, leading to a duplicate leading comment.

I'm not a JSCodeShift/Recast expert but couldn't we make sure the actual leading comment gets removed before restoring it, or restoring it only when necessary?

from jscodeshift.

ptbrowne avatar ptbrowne commented on April 19, 2024

@slorber Yes it seems that if the first node was not modified, the first comment would be duplicated.

The solution is to check if the first node has changed : http://astexplorer.net/#/hb6iLO9hTe/48

Modify "underscore" to anything else (like "lodash") in the original source code so that the node is not removed and you will see that the comment is not duplicated.

from jscodeshift.

danielo515 avatar danielo515 commented on April 19, 2024

What is the rationale to attach comments to other nodes? Why can't they live as independent nodes?

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.