Skip to content

Commit d7d7c1e

Browse files
committed
docs: Fix table
1 parent 9ba1e71 commit d7d7c1e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rfcs/0020-npm-package-integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ This transpiler converts AMD modules into ESM so that the TypeScript type-checke
441441

442442
| Criterion | Integrated Scanning (chosen) | AMD->ESM Transpilation (rejected) |
443443
|-----------|------------------------------|----------------------------------|
444-
445444
| **Parse passes** | 1 per file (dedicated scan reusing existing AST walker) | 3+ per file (scan + transpile + Rollup re-parse) |
446445
| **Parser** | espree (lightweight, JS-only) | TypeScript Compiler API (heavyweight) |
447446
| **Discovery benefit** | Direct extraction of `thirdparty/*` deps | **None** — Rollup still needs explicit entry points |

0 commit comments

Comments
 (0)