Code Monkey home page Code Monkey logo

Comments (1)

Danielku15 avatar Danielku15 commented on September 28, 2024

Referencing some more related issues where a beforeDeclaration hooks would have a benefit:

  • #10 Situation after: Have the same JsDoc generation possibilities in the .js and d.ts with transforming the comments (currently d.ts would be lacking some information)
  • #17146 Situation after: Transformation of JsDoc allows the use of the full AST information (currently it is limited)
  • #41486 Situation after: you can write a transformer injecting the @default tags (currently the initializers are erased and information is lost).

The afterDeclarations was added in

And another problem:

  • On the afterDeclarations there seems something broken on the AST. parent is unset for ts.PropertyDeclaration nodes and both ts.getJSDocCommentsAndTags and ts.getSyntheticLeadingComments return nothing. The built-in transforms seem to break things using 5.5.2. (see here).

from typescript.

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.