Toru Nagashima

Results 123 comments of Toru Nagashima

> `npm-run-all -w \"get-json-async\" \"jq 'json selector'\" \"write-to-file\"` > and > `npm-run-all get-json-async | jq 'json selector' | write-to-file` Yes, it's the plan. `npm-run-all` executes npm-scripts from right to left...

Is not [no-invalid-this](https://eslint.org/docs/rules/no-invalid-this) rule enough?

Thank you for the report. Our indent rule aligns other properties to the same column of the first property. In your case, the first property is ignored by your configuration,...

Oh. Indeed, this sounds that ESTree should be updated.

Hi. Thank you for your detailed report! Hmm. I'm not 100% sure if it's a spec violation. The two passes parsing came from [22.2.3.2.3 Static Semantics: ParsePattern ( patternText, u...

So maybe, this is a spec bug, and [IdentityEscape](https://tc39.es/ecma262/#prod-IdentityEscape) production needs `[~N] k`.

I opened an issue: https://github.com/tc39/ecma262/issues/2434 I don't think it's intentional that named capturing groups requires `u` flag. Let's see how TC39 fixes that. ---- > As a question to the...

Thank you for your proposition. We cannot add extra arguments to `EventTarget.prototype.dispatchEvent` method, but can add a new function. ```ts import { EventTarget, dispatchEvent } from "event-target-shim" const target =...

Thank you for your proposition. Indeed, sounds good that this package provides `CustomEvent` as well.

Thank you for this issue. Nice idea! It would be useful.