Skip to content

Commit aa9fa90

Browse files
committed
Error message should be fixed for ambient module inside namespace
1 parent cbe2f3d commit aa9fa90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@
13001300
"category": "Error",
13011301
"code": 2434
13021302
},
1303-
"Ambient modules cannot be nested in other modules.": {
1303+
"Ambient modules cannot be nested in other modules or namespaces.": {
13041304
"category": "Error",
13051305
"code": 2435
13061306
},

0 commit comments

Comments
 (0)