Toru Nagashima

Results 23 issues of Toru Nagashima

From #33, eslint/eslint#9335. As the step 27.a of [9.2.12 FunctionDeclarationInstantiation( func, argumentsList )](https://www.ecma-international.org/ecma-262/8.0/#sec-functiondeclarationinstantiation), `eslint-scope` should make new scope for the function body only if the parameters has any default value....

bug
evaluating
breaking change

README.md does not say requires installing `power-assert`, but I encountered the error: `Cannot find module 'power-assert'`. Do I need to install `power-assert` also? ``` # I have installed `babel-cli` to...

> ![image](https://user-images.githubusercontent.com/1937871/39682749-b36b78cc-51ec-11e8-9740-27699f87f127.png) > http://node.green/#ES2015-bindings-let `let` basic support on Node.js 4.x seems `yes`, however, I believe it throws syntax error. ``` $ node -v v4.9.1 $ cat test.js function f() {...