You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recast with recast/parser/typescript can remove definite assignment assertions for class properties by setting ClassProperty.definite = false (originally true)
Recast version:
0.20.5
Node version:
14.18.2
Mac OS X version:
12.0.1
Repro: https://github.com/lokshunhung/recast-definite-repro
AST explorer
recast
withrecast/parser/typescript
can remove definite assignment assertions for class properties by settingClassProperty.definite = false
(originallytrue
)but cannot add definite assignment assertions for class properties by setting
ClassProperty.definite = true
(originallyundefined
)The text was updated successfully, but these errors were encountered: