Skip to content

Commit c54652f

Browse files
robpalmemarco-ippolito
authored andcommitted
doc: remove incorrect mention of module in typescript.md
Node.js/Armaro has never supported `module`-keyword namespaces. Even with `transform-types` on. This removes the incorrect mention. PR-URL: #61839 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 9fad6ce commit c54652f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/api/typescript.md

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

130130
* `Enum` declarations
131131
* `namespace` with runtime code
132-
* legacy `module` with runtime code
133132
* parameter properties
134133
* import aliases
135134

136-
`namespaces` and `module` that do not contain runtime code are supported.
135+
`namespace`s that do not contain runtime code are supported.
137136
This example will work correctly:
138137

139138
```ts

0 commit comments

Comments
 (0)