Skip to content

Commit d7a7551

Browse files
authored
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 ca90ab1 commit d7a7551

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)