Closed nre closed 8 years ago
The test files have recently been rewritten in ES6, and CoffeeScript tests are no longer supported. Please update your PR accordingly.
Tests rewritten in ES6.
@Constellation @michaelficarra @nzakas
I have been using this 'implied strict mode' feature in my patched versions of Escope and ESLint without any problems. If you could merge and release this feature in Escope, then I can submit a PR to ESLint.
Thank you
I'd like to give Yusuke a bit more time to review. If we don't hear from him in a few days, I will merge it.
Requested change made: Rename isES5()
as isStrictModeSupported()
.
@Constellation @michaelficarra @nzakas
I hope you won't mind my pinging you again about merging and releasing this 'implied strict mode' feature.
It's OK by me. I can merge it, just want to make sure there are no other objections.
Changed the description of the second test as requested.
Thanks @nre.
New option:
impliedStrict
for implied strict mode.false
.options.ecmaVersion >= 5
.nodejsScope
or module scopes, if those options are enabled.Fixes #92.