Skip to content

Commit

Permalink
Fix anchor link to TypeScript stripping heading (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejacksonn authored Jan 28, 2025
1 parent abcb568 commit 4a2f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following modules features are polyfilled:
* [Import Maps](#import-maps) polyfill.
* [JSON](#json-modules) and [CSS modules](#css-modules) with import assertions when enabled.
* [Wasm modules](#wasm-modules) with support for Source Phase Imports when enabled.
* [TypeScript](#typescript) type stripping when enabled.
* [TypeScript](#typescript-type-stripping) type stripping when enabled.

When running in shim mode, module rewriting is applied for all users and custom [resolve](#resolve-hook) and [fetch](#fetch-hook) hooks can be implemented allowing for custom resolution and streaming in-browser transform workflows.

Expand Down

0 comments on commit 4a2f643

Please sign in to comment.