-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Rollup Version
latest
Operating System (or Browser)
all
Node Version (if applicable)
No response
Link To Reproduction
Expected Behaviour
Support JavaScript Decorator Stage 3, since esbuild, oxlint, swc all support that
https://github.com/tc39/proposal-decorators
Actual Behaviour
RollupError: main.js (5:2): Unexpected token `@`. Expected identifier, string literal, numeric literal or [ for the computed key
/main.js (5:2)
3:
4: class A {
5: @fnc
^
6: fn() {Reactions are currently unavailable