Skip to content

Missing TypeScript Nodes (2) #1480

Closed
Closed
@despairblue

Description

@despairblue

See #1480 (comment) for up to date info

There are still some nodes missing, but we're getting there :)

Missing printer implementation:

Missing in typescript-ast-nodes.js:

  • "TSParameterProperty"
  • "TSTypeParameter"

There are also some nodes printed incorrectly, probably because some optional keywords aren't printed which should be easy to fix. And there are errors where we're trying to access properties on undefined, those are probably because TypeScript types are missing in typescript-ast-nodes.js or because we expect optional stuff to just be there.

The raw output of running prettier of the TypeScript test suite can be found here (careful, it's big).

If anyone wants to help with this drop a line here, so we don't duplicate the effort.

see #1422 #13 #1306

/cc @azz

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions