addInitializer
of ClassFieldDecoratorContext
not called during construction
#9708
Labels
Milestone
addInitializer
of ClassFieldDecoratorContext
not called during construction
#9708
Describe the bug
addInitializer
forClassFieldDecoratorContext
should be called during construction (tc39/proposal-decorators).Input code
Config
Playground link (or link to the minimal reproduction)
https://play.swc.rs/?version=1.7.42&code=H4sIAAAAAAAAAz3OSwrDMAwE0L1OIbKyoeQGKc2yxxC2GgTCAlv90JK71xiS5QwPZpKV5pg5WSW3iguGF%2BmTL5isOH884nLFH%2BCRZ8r5XsSFVL5cQzjBIM2UZ7UtTNLRFHu%2FR9gBklJruA55O%2Fd6eAhrHmJcoX6h8BvXEOEPENdugZ0AAAA%3D&config=H4sIAAAAAAAAA1VQQQ6DMAy78wqU8yYhJu2wP%2By6e9UF1Ik2VVKkIcTf1wLt4JbYTmx5ruoaPqLhUc9xjItXLMhlj4hMLqhvRCBMHkWz8QEumX2jJlaBWKIi8IiFCZKOOjUIrtCyMRBYOemI7dGkvHkhiyGX7Nqmba%2FNDc7XinsMiUZJgj0JDESC2W%2FHrHGmm442mqxnFDkLk1S5fsBz3mp3BUvvcSX3jlIPW4I7%2FEXZrDwGI898mZqplh%2Fgqb%2BcbwEAAA%3D%3D
SWC Info output
No response
Expected behavior
"init" in stdout
Actual behavior
No output
Version
1.7.42
Additional context
Does NOT work for
static
fields either: playgroundDOES work for methods (static too): playground
The text was updated successfully, but these errors were encountered: