Jake Bailey

Results 1405 comments of Jake Bailey

@graphemecluster Thanks for looking, and for the PR! I have a bad feeling my approach is bad in general in that I have managed to duplicate functionality of the scanner...

The problem isn't the workflow, it's that the action that merges PRs on your behalf uses a GitHub Actions token, which cannot themselves trigger more workflow runs (because GitHub doesn't...

React v15 is still using this, it seems. Probably not worth removing?

https://github.com/microsoft/TypeScript/pull/62640 is happy on DT, but causes very odd test failures elsewhere that I need to investigate.

These types are generated upstream by the VS Code team; PRs can't modify these files without them being overwritten. https://github.com/microsoft/vscode/pull/231856 actually already fixed this, so this problem will be fixed...

This was backed out in https://github.com/microsoft/TypeScript/pull/61132.

> I can't seem to get it to generate, I'm getting a ENOENT error. I don't have files in `/inputfiles/mdn/` You need to have cloned the submodule as well. ```...

ES5 is going to be deprecated, so maybe there's a future where it'd work out.

Correct, but we're likely making DOM imply ES6 and DOM.Iterable in 6.0

As a target for emit, yes, at least deprecated. The rest is more a product of us wanting to make DOM.Iterable auto included, but that means we need Symbol, which...