We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba1e71 commit d7d7c1eCopy full SHA for d7d7c1e
1 file changed
rfcs/0020-npm-package-integration.md
@@ -441,7 +441,6 @@ This transpiler converts AMD modules into ESM so that the TypeScript type-checke
441
442
| Criterion | Integrated Scanning (chosen) | AMD->ESM Transpilation (rejected) |
443
|-----------|------------------------------|----------------------------------|
444
-
445
| **Parse passes** | 1 per file (dedicated scan reusing existing AST walker) | 3+ per file (scan + transpile + Rollup re-parse) |
446
| **Parser** | espree (lightweight, JS-only) | TypeScript Compiler API (heavyweight) |
447
| **Discovery benefit** | Direct extraction of `thirdparty/*` deps | **None** — Rollup still needs explicit entry points |
0 commit comments