Skip to content
Discussion options

You must be logged in to vote

Turbopack currently has limited support for the newest @decorators syntax, especially the newer Stage 3 decorators proposal that includes things like accessor. The error message you’re seeing:

not implemented: ClassMember::AutoAccessor(AutoAccessor

indicates that Turbopack’s Rust-based compiler does not yet support this accessor decorator syntax.

What you need to know:
Turbopack is still evolving, and while it supports a wide range of TypeScript and JavaScript features, some newer or more experimental syntax, like Stage 3 decorators with accessor, are not fully implemented yet.

experimentalDecorators flag in tsconfig is not relevant to Turbopack’s internal parser, since it uses SWC or it…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexfoxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants