There was an error while loading. Please reload this page.
module
1 parent 9cc7fcc commit 48bae03Copy full SHA for 48bae03
1 file changed
doc/api/typescript.md
@@ -146,11 +146,10 @@ The most prominent features that require transformation are:
146
147
* `Enum` declarations
148
* `namespace` with runtime code
149
-* legacy `module` with runtime code
150
* parameter properties
151
* import aliases
152
153
-`namespaces` and `module` that do not contain runtime code are supported.
+`namespace`s that do not contain runtime code are supported.
154
This example will work correctly:
155
156
```ts
0 commit comments