Skip to content

erasableSyntaxOnly not supported #911

Closed
@indooorsman

Description

@indooorsman
tsgo -p ./tsconfig.json 
tsconfig.json:28:5 - error TS5023: Unknown compiler option 'erasableSyntaxOnly'.

28     "erasableSyntaxOnly": true,
       ~~~~~~~~~~~~~~~~~~~~

Found 1 error in tsconfig.json:28

Activity

jakebailey

jakebailey commented on May 22, 2025

@jakebailey
Member

This is expected; the version of the compiler supported is not 5.8, it's "some random revision from a bit ago" which you can see in: https://github.com/microsoft/typescript-go/tree/main/_submodules

indooorsman

indooorsman commented on May 22, 2025

@indooorsman
Author

@jakebailey I see. Thank you.

theoludwig

theoludwig commented on May 22, 2025

@theoludwig

Might be worth to keep this issue open, until it's working?

This is expected; the version of the compiler supported is not 5.8, it's "some random revision from a bit ago" which you can see in: main/_submodules

From my understanding, it is on the roadmap that typescript-go will be eventually updated to the latest version of the Strada compiler. So hopefully, typescript-go will support erasableSyntaxOnly soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: Type CheckingRelated to type checking, grammar checking

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @indooorsman@jakebailey@theoludwig

      Issue actions

        `erasableSyntaxOnly` not supported · Issue #911 · microsoft/typescript-go