Skip to content

Commit 48bae03

Browse files
authored
docs: Remove incorrect mention of module
Node/Armaro has never supported `module`-keyword namespaces. Even with `transform-types` on. This removes the incorrect mention.
1 parent 9cc7fcc commit 48bae03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/typescript.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ The most prominent features that require transformation are:
146146

147147
* `Enum` declarations
148148
* `namespace` with runtime code
149-
* legacy `module` with runtime code
150149
* parameter properties
151150
* import aliases
152151

153-
`namespaces` and `module` that do not contain runtime code are supported.
152+
`namespace`s that do not contain runtime code are supported.
154153
This example will work correctly:
155154

156155
```ts

0 commit comments

Comments
 (0)