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 {
106106 mergedMethod ( ) ;
107107}
108108
109- export module TestSubClass {
109+ export namespace TestSubClass {
110110 /**
111111 * staticMergedMethod short text.
112112 */
Original file line number Diff line number Diff line change 565565 {
566566 "fileName" : " class.ts" ,
567567 "line" : 109 ,
568- "character" : 14 ,
568+ "character" : 17 ,
569569 "url" : " typedoc://class.ts#L109"
570570 }
571571 ]
22392239 {
22402240 "fileName" : " class.ts" ,
22412241 "line" : 109 ,
2242- "character" : 14 ,
2242+ "character" : 17 ,
22432243 "url" : " typedoc://class.ts#L109"
22442244 }
22452245 ],
Original file line number Diff line number Diff line change 565565 {
566566 "fileName" : " class.ts" ,
567567 "line" : 109 ,
568- "character" : 14 ,
568+ "character" : 17 ,
569569 "url" : " typedoc://class.ts#L109"
570570 }
571571 ]
22392239 {
22402240 "fileName" : " class.ts" ,
22412241 "line" : 109 ,
2242- "character" : 14 ,
2242+ "character" : 17 ,
22432243 "url" : " typedoc://class.ts#L109"
22442244 }
22452245 ],
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export enum ModuleEnum {
4141/**
4242 * This is a module extending an enumeration.
4343 */
44- export module ModuleEnum {
44+ export namespace ModuleEnum {
4545 /**
4646 * This is a variable appended to an enumeration.
4747 */
Original file line number Diff line number Diff line change 117117 {
118118 "fileName" : " enum.ts" ,
119119 "line" : 44 ,
120- "character" : 14 ,
120+ "character" : 17 ,
121121 "url" : " typedoc://enum.ts#L44"
122122 }
123123 ]
313313 {
314314 "fileName" : " enum.ts" ,
315315 "line" : 44 ,
316- "character" : 14 ,
316+ "character" : 17 ,
317317 "url" : " typedoc://enum.ts#L44"
318318 }
319319 ]
Original file line number Diff line number Diff line change 117117 {
118118 "fileName" : " enum.ts" ,
119119 "line" : 44 ,
120- "character" : 14 ,
120+ "character" : 17 ,
121121 "url" : " typedoc://enum.ts#L44"
122122 }
123123 ]
313313 {
314314 "fileName" : " enum.ts" ,
315315 "line" : 44 ,
316- "character" : 14 ,
316+ "character" : 17 ,
317317 "url" : " typedoc://enum.ts#L44"
318318 }
319319 ]
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 {
161161/**
162162 * This is the module extending the function moduleFunction().
163163 */
164- export module moduleFunction {
164+ export namespace moduleFunction {
165165 /**
166166 * This variable is appended to a function.
167167 */
Original file line number Diff line number Diff line change 169169 {
170170 "fileName" : " function.ts" ,
171171 "line" : 164 ,
172- "character" : 14 ,
172+ "character" : 17 ,
173173 "url" : " typedoc://function.ts#L164"
174174 }
175175 ]
16801680 {
16811681 "fileName" : " function.ts" ,
16821682 "line" : 164 ,
1683- "character" : 14 ,
1683+ "character" : 17 ,
16841684 "url" : " typedoc://function.ts#L164"
16851685 }
16861686 ],
Original file line number Diff line number Diff line change 1- export module Forms {
1+ export namespace Forms {
22 /**
33 * Function signature of an event listener callback
44 */
Original file line number Diff line number Diff line change 22352235 {
22362236 "fileName" : " interface-implementation.ts" ,
22372237 "line" : 1 ,
2238- "character" : 14 ,
2238+ "character" : 17 ,
22392239 "url" : " typedoc://interface-implementation.ts#L1"
22402240 }
22412241 ]
You can’t perform that action at this time.
0 commit comments