| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57162 |
Sorry, something went wrong.
| ) { | ||
| let oldStrict; | ||
| if (this.state.isAmbientContext && this.state.strict) { | ||
| oldStrict = this.state.strict; |
There was a problem hiding this comment.
| oldStrict = this.state.strict; | |
| oldStrict = true; |
Sorry, something went wrong.
There was a problem hiding this comment.
Or can we change the strictness when entering the ambient context, rather than when checking the identifier?
Sorry, something went wrong.
There was a problem hiding this comment.
Or can we change the strictness when entering the ambient context, rather than when checking the identifier?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I don't know if it would be better to modify packages\babel-parser\src\parser\lval.ts directly, that would be faster and simpler.