mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
docs: fix typo (#11044)
This commit is contained in:
parent
388274e02e
commit
188222b893
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ are using the TypeScript compiler to emit the code, it will follow the same
|
||||||
This means that certain language features are not supportable. Those features
|
This means that certain language features are not supportable. Those features
|
||||||
are:
|
are:
|
||||||
|
|
||||||
- Re-exporting of types is ambiguous and requires to know if the source module
|
- Re-exporting of types is ambiguous and requires knowing if the source module
|
||||||
is exporting runtime code or just type information. Therefore, it is
|
is exporting runtime code or just type information. Therefore, it is
|
||||||
recommended that you use `import type` and `export type` for type only imports
|
recommended that you use `import type` and `export type` for type only imports
|
||||||
and exports. This will help ensure that when the code is emitted, that all the
|
and exports. This will help ensure that when the code is emitted, that all the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue