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
{{ message }}
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
What version of typescript-eslint-parser are you using?
master
What code were you trying to parse?
constfoo={ ...bar};
What did you expect to happen?
An SpreadElement or SpreadProperty should be in the AST, not ExperimentalSpreadProperty, since they are not considered experimental anymore (microsoft/TypeScript@39b9163)?
I'm not exactly sure how this should go but would make things a lot easier to maintain in prettier (for example prettier/prettier#3681) :-)
I can help with this, just need a direction (cc @JamesHenry)
The text was updated successfully, but these errors were encountered:
What version of TypeScript are you using?
2.6.2
What version of
typescript-eslint-parser
are you using?master
What code were you trying to parse?
What did you expect to happen?
An
SpreadElement
orSpreadProperty
should be in the AST, notExperimentalSpreadProperty
, since they are not considered experimental anymore (microsoft/TypeScript@39b9163)?I'm not exactly sure how this should go but would make things a lot easier to maintain in prettier (for example prettier/prettier#3681) :-)
I can help with this, just need a direction (cc @JamesHenry)
The text was updated successfully, but these errors were encountered: