|
62 | 62 | // ^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
|
63 | 63 | // documentation ```ts\n(parameter) param: any\n```
|
64 | 64 | throw new Error('Method not implemented.' + param)
|
65 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
66 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 65 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 66 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
67 | 67 | // ^^^^^ reference syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
|
68 | 68 | }
|
69 | 69 | property = 'property'
|
|
76 | 76 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#overrideMethod().
|
77 | 77 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superclass#overrideMethod().
|
78 | 78 | throw new Error('Method not implemented.')
|
79 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
80 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 79 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 80 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
81 | 81 | }
|
82 | 82 | public intermediateOverrideMethod(): string {
|
83 | 83 | // ^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateOverrideMethod().
|
84 | 84 | // documentation ```ts\n(method) intermediateOverrideMethod(): string\n```
|
85 | 85 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#intermediateOverrideMethod().
|
86 | 86 | throw new Error('Method not implemented.')
|
87 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
88 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 87 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 88 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
89 | 89 | }
|
90 | 90 | public interfaceMethod(): string {
|
91 | 91 | // ^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#interfaceMethod().
|
92 | 92 | // documentation ```ts\n(method) interfaceMethod(): string\n```
|
93 | 93 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superinterface#interfaceMethod().
|
94 | 94 | throw new Error('Method not implemented.')
|
95 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
96 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 95 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 96 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
97 | 97 | }
|
98 | 98 | public intermediateInterfaceMethod(): string {
|
99 | 99 | // ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateInterfaceMethod().
|
100 | 100 | // documentation ```ts\n(method) intermediateInterfaceMethod(): string\n```
|
101 | 101 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperinterface#intermediateInterfaceMethod().
|
102 | 102 | throw new Error('Method not implemented.')
|
103 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
104 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 103 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 104 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
105 | 105 | }
|
106 | 106 | }
|
107 | 107 | export const objectLiteralImplementation: Superinterface = {
|
|
117 | 117 | // documentation ```ts\n(property) interfaceMethod: () => string\n```
|
118 | 118 | // relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superinterface#interfaceMethod().
|
119 | 119 | throw new Error('Function not implemented.')
|
120 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error# |
121 |
| -// ^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Error. |
| 120 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error# |
| 121 | +// ^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Error. |
122 | 122 | },
|
123 | 123 | }
|
124 | 124 | export function consumesInterface(superInterface: Superinterface): void {}
|
|
0 commit comments