Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ The most prominent features that require transformation are:

* `Enum` declarations
* `namespace` with runtime code
* legacy `module` with runtime code
* parameter properties
* import aliases

`namespaces` and `module` that do not contain runtime code are supported.
`namespace`s that do not contain runtime code are supported.
This example will work correctly:

```ts
Expand Down
Loading