File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export interface TestSubClass {
106
106
mergedMethod ( ) ;
107
107
}
108
108
109
- export module TestSubClass {
109
+ export namespace TestSubClass {
110
110
/**
111
111
* staticMergedMethod short text.
112
112
*/
Original file line number Diff line number Diff line change 565
565
{
566
566
"fileName" : " class.ts" ,
567
567
"line" : 109 ,
568
- "character" : 14 ,
568
+ "character" : 17 ,
569
569
"url" : " typedoc://class.ts#L109"
570
570
}
571
571
]
2239
2239
{
2240
2240
"fileName" : " class.ts" ,
2241
2241
"line" : 109 ,
2242
- "character" : 14 ,
2242
+ "character" : 17 ,
2243
2243
"url" : " typedoc://class.ts#L109"
2244
2244
}
2245
2245
],
Original file line number Diff line number Diff line change 565
565
{
566
566
"fileName" : " class.ts" ,
567
567
"line" : 109 ,
568
- "character" : 14 ,
568
+ "character" : 17 ,
569
569
"url" : " typedoc://class.ts#L109"
570
570
}
571
571
]
2239
2239
{
2240
2240
"fileName" : " class.ts" ,
2241
2241
"line" : 109 ,
2242
- "character" : 14 ,
2242
+ "character" : 17 ,
2243
2243
"url" : " typedoc://class.ts#L109"
2244
2244
}
2245
2245
],
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export enum ModuleEnum {
41
41
/**
42
42
* This is a module extending an enumeration.
43
43
*/
44
- export module ModuleEnum {
44
+ export namespace ModuleEnum {
45
45
/**
46
46
* This is a variable appended to an enumeration.
47
47
*/
Original file line number Diff line number Diff line change 117
117
{
118
118
"fileName" : " enum.ts" ,
119
119
"line" : 44 ,
120
- "character" : 14 ,
120
+ "character" : 17 ,
121
121
"url" : " typedoc://enum.ts#L44"
122
122
}
123
123
]
313
313
{
314
314
"fileName" : " enum.ts" ,
315
315
"line" : 44 ,
316
- "character" : 14 ,
316
+ "character" : 17 ,
317
317
"url" : " typedoc://enum.ts#L44"
318
318
}
319
319
]
Original file line number Diff line number Diff line change 117
117
{
118
118
"fileName" : " enum.ts" ,
119
119
"line" : 44 ,
120
- "character" : 14 ,
120
+ "character" : 17 ,
121
121
"url" : " typedoc://enum.ts#L44"
122
122
}
123
123
]
313
313
{
314
314
"fileName" : " enum.ts" ,
315
315
"line" : 44 ,
316
- "character" : 14 ,
316
+ "character" : 17 ,
317
317
"url" : " typedoc://enum.ts#L44"
318
318
}
319
319
]
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export function isNonNull<T>(arg: T | null | undefined): arg is T {
161
161
/**
162
162
* This is the module extending the function moduleFunction().
163
163
*/
164
- export module moduleFunction {
164
+ export namespace moduleFunction {
165
165
/**
166
166
* This variable is appended to a function.
167
167
*/
Original file line number Diff line number Diff line change 169
169
{
170
170
"fileName" : " function.ts" ,
171
171
"line" : 164 ,
172
- "character" : 14 ,
172
+ "character" : 17 ,
173
173
"url" : " typedoc://function.ts#L164"
174
174
}
175
175
]
1680
1680
{
1681
1681
"fileName" : " function.ts" ,
1682
1682
"line" : 164 ,
1683
- "character" : 14 ,
1683
+ "character" : 17 ,
1684
1684
"url" : " typedoc://function.ts#L164"
1685
1685
}
1686
1686
],
Original file line number Diff line number Diff line change 1
- export module Forms {
1
+ export namespace Forms {
2
2
/**
3
3
* Function signature of an event listener callback
4
4
*/
Original file line number Diff line number Diff line change 2235
2235
{
2236
2236
"fileName" : " interface-implementation.ts" ,
2237
2237
"line" : 1 ,
2238
- "character" : 14 ,
2238
+ "character" : 17 ,
2239
2239
"url" : " typedoc://interface-implementation.ts#L1"
2240
2240
}
2241
2241
]
You can’t perform that action at this time.
0 commit comments