We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed014db commit f230a5aCopy full SHA for f230a5a
tests/cases/fourslash/navbarForDoubleAmbientModules01.ts
@@ -0,0 +1,24 @@
1
+/// <reference path="./fourslash.ts" />
2
+
3
+//// declare module "foo";
4
5
6
+verify.navigationBar([
7
+ {
8
+ "text": "<global>",
9
+ "kind": "script",
10
+ "childItems": [
11
12
+ "text": "\"foo\"",
13
+ "kind": "module",
14
+ "kindModifiers": "declare"
15
+ }
16
+ ]
17
+ },
18
19
20
21
+ "kindModifiers": "declare",
22
+ "indent": 1
23
24
+]);
0 commit comments