notes/oxc-transform/README.md
Oxc TypeScript transformation, semantic reference analysis, and generated-helper behavior.
| File | Covers |
|---|---|
| import-elision.md | Import-equals analysis and cascading import removal |
| function-identity.md | Transform/minifier separation, names, and downlevel helpers |
| distribution.md | Node engines, native targets, and fallback loading |
| commonjs-output.md | ESM preservation and CommonJS output behavior |
| configuration.md | Target, language, tsconfig, JSX, decorator, and class-field mapping |
| generated-helpers.md | Helper modes and runtime-package ownership |
| diagnostics.md | Structured transform diagnostics and severity behavior |
| source-maps.md | Map shape, Unicode columns, and composition |
| semantic-compatibility.md | Known TypeScript/decorator/runtime differences |