Teppei Sato
Teppei Sato
- goog/ui/ac/renderer.js
- support `(String|Array).prototype.at()` - support `Object.hasOwn()` https://github.com/google/closure-compiler/wiki/Releases#july-19th-2022-v20220719
It was included in `tslint-eslint-rules` v5.3.x (probably unintentionally) but not in v5.4.0. The `dist/readme/index.ts` is very useful metadata. I made a tool to import ESLint config into TSLint using it....
`corepack prepare` command with a range of versions behaves differently than expected. ## Case 1 When: - `[email protected]` is the latest published version - no local cache (In OSX, `$HOME/.cache/node/corepack/yarn`...
### Before You File a Documentation Request Please Confirm You Have Done The Following... - [X] I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal....
This rule is implemented by [patching](https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/57dac8425e2761d215aa7b41e498c94fd0fdea83/lib/utils/patch.js) `Linter`, which seems to be causing this problem with new flat config. The flat config allows `reportUnusedDisableDirectives` to be included in shareable config. The...
``` all.d.ts(135682,8): error TS2451: Cannot redeclare block-scoped variable 'TokenTypes'. ``` introduced by https://github.com/angular/clutz/commit/65e524ba2c1c341966eb3415682aa1ba21bc8c27, https://github.com/teppeis/closure-library.d.ts/commit/894ca681e71df821aa899d08e6a7cab60ec22e6b - [ ] `goog.proto2.TextFormatSerializer.Tokenizer_.TokenTypes`