|
1 | 1 | ---
|
2 |
| -title:"2025-07-10のJS:" |
| 2 | +title:"2025-07-11のJS:" |
3 | 3 | author:"azu"
|
4 | 4 | layout:post
|
5 |
| -date:2025-07-10T13:38:59.604Z |
| 5 | +date:2025-07-11T01:08:31.528Z |
6 | 6 | category:JSer
|
7 | 7 | tags:
|
8 | 8 | -TypeScript
|
@@ -72,4 +72,14 @@ HMRのES Modules outputのサポート、`using`のサポート、Defer Module E
|
72 | 72 | TypeScriptのMCPサーバフレームワーク
|
73 | 73 |
|
74 | 74 |
|
| 75 | +---- |
| 76 | + |
| 77 | +##typescript-eslint/tsgolint: ✨ Experimental proof-of-concept typescript-go powered JS/TS linter written in Go |
| 78 | +[github.com/typescript-eslint/tsgolint](https://github.com/typescript-eslint/tsgolint"typescript-eslint/tsgolint: ✨ Experimental proof-of-concept typescript-go powered JS/TS linter written in Go") |
| 79 | +<pclass="jser-tags jser-tag-icon"><spanclass="jser-tag">TypeScript</span> <spanclass="jser-tag">ESLint</span> <spanclass="jser-tag">library</span></p> |
| 80 | + |
| 81 | +TSLintの ルールをtsgoで動くようにしてどれぐらい早くなるかの試験的な実装。 |
| 82 | +ESLintのASTへの変換をせずにTS ASTをそのまま扱うようにする変更も行なっていて、20-40倍程度早くチェックできている |
| 83 | + |
| 84 | + |
75 | 85 | ----
|