Skip to content

Commit 5dd48e3

Browse files
robpalmeaduh95
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 9502c22 commit 5dd48e3

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
@@ -138,11 +138,10 @@ The most prominent features that require transformation are:
138138

139139
* `Enum` declarations
140140
* `namespace` with runtime code
141-
* legacy `module` with runtime code
142141
* parameter properties
143142
* import aliases
144143

145-
`namespaces` and `module` that do not contain runtime code are supported.
144+
`namespace`s that do not contain runtime code are supported.
146145
This example will work correctly:
147146

148147
```ts

0 commit comments

Comments
 (0)