Henry Zhu
|
23d12acd15
|
fix export change (babel/babel-eslint#571)
|
2018-01-08 19:15:22 -05:00 |
|
Henry Zhu
|
2afde99434
|
Add other parser plugins, update yarn.lock (babel/babel-eslint#569)
|
2018-01-08 17:46:57 -05:00 |
|
Kai Cataldo
|
97c9442511
|
Make 2018 the default ecmaVersion for rules relying on parserOptions (babel/babel-eslint#556)
|
2018-01-08 17:45:24 -05:00 |
|
Toru Nagashima
|
624a425f7d
|
Fix: add Literal type to visitorKeys (babel/babel-eslint#562)
* Fix: add Literal type to visitorKeys
* Fix: use ./visitor-keys
|
2017-12-26 10:50:13 +09:00 |
|
Toru Nagashima
|
3cb154df82
|
Fix: ignore eval (fixes babel/babel-eslint#560) (babel/babel-eslint#561)
|
2017-12-26 10:49:36 +09:00 |
|
Teddy Katz
|
e988a88af0
|
Fix: Prevent parseForESLint() behavior from changing after parse() is called (fixes babel/babel-eslint#558)(babel/babel-eslint#559)
* Prevent parseForESLint() behavior from changing after parse() is called
(fixes https://github.com/babel/babel-eslint/issues/558, fixes https://github.com/eslint/eslint/issues/9767)
* Avoid using the enhanced referencer after monkeypatching
* Chore: add test for babel/babel-eslint#558
* Pass correct scope analyzer options
* fix escope patch and improve tests
* remove process.exit(1)
|
2017-12-25 01:52:36 -05:00 |
|
Teddy Katz
|
d33839a9c3
|
Re-add parseNoPatch function (accidentally removed) (babel/babel-eslint#557)
|
2017-12-24 02:00:29 -05:00 |
|
Toru Nagashima
|
5d6d52f04e
|
Use new scopeManager/visitorKeys APIs (babel/babel-eslint#542)
(fixes https://github.com/eslint/eslint/issues/9762)
|
2017-12-24 15:42:17 +09:00 |
|