We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec526c commit 507cceaCopy full SHA for 507ccea
packages/documentation/copy/en/release-notes/TypeScript 5.5.md
@@ -206,7 +206,7 @@ function doSomething(myValue) {
206
```
207
208
`SomeType` won't exist at runtime, so the import will fail.
209
-Developers can instead use a namespace import instead.
+Developers can instead use a namespace import.
210
211
```js
212
import * as someModule from "./some-module";
@@ -1054,3 +1054,4 @@ export declare const myPath: path.ParsedPath;
1054
Adding `preserve="true"` is backwards compatible with older versions of TypeScript as unknown attributes are ignored.
1055
1056
This change also improved performance; in our benchmarks, the emit stage saw a 1-4% improvement in projects with declaration emit enabled.
1057
+
0 commit comments