Skip to content

Commit b4e6d96

Browse files
chore: Bump dependencies. (#177)
1 parent e792313 commit b4e6d96

File tree

5 files changed

+564
-499
lines changed

5 files changed

+564
-499
lines changed

snapshots/output/pure-js/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
// ^ definition pure-js 1.0.0 src/`main.js`/print_fib().(a)
2121
// documentation ```ts\n(parameter) a: any\n```
2222
console.log(fib(a))
23-
// ^^^^^^^ reference typescript 4.6.2 lib/`lib.dom.d.ts`/console.
23+
// ^^^^^^^ reference typescript 4.8.4 lib/`lib.dom.d.ts`/console.
2424
// ^^^^^^^ reference @types/node 17.0.14 `globals.d.ts`/console.
2525
// ^^^^^^^ reference @types/node 17.0.14 `console.d.ts`/`'node:console'`/global/console/
2626
// ^^^^^^^ reference @types/node 17.0.14 `console.d.ts`/`'node:console'`/global/console.
27-
// ^^^ reference typescript 4.6.2 lib/`lib.dom.d.ts`/Console#log().
27+
// ^^^ reference typescript 4.8.4 lib/`lib.dom.d.ts`/Console#log().
2828
// ^^^ reference @types/node 17.0.14 `console.d.ts`/`'node:console'`/global/Console#log().
2929
// ^^^ reference pure-js 1.0.0 src/`main.js`/fib().
3030
// ^ reference pure-js 1.0.0 src/`main.js`/print_fib().(a)

snapshots/output/syntax/src/accessors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@
136136
g(D.length)
137137
// ^ reference syntax 1.0.0 src/`accessors.ts`/g().
138138
// ^ reference syntax 1.0.0 src/`accessors.ts`/D#
139-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Function#length.
139+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Function#length.
140140
}
141141

snapshots/output/syntax/src/inheritance.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
// ^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
6363
// documentation ```ts\n(parameter) param: any\n```
6464
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.
6767
// ^^^^^ reference syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
6868
}
6969
property = 'property'
@@ -76,32 +76,32 @@
7676
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#overrideMethod().
7777
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superclass#overrideMethod().
7878
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.
8181
}
8282
public intermediateOverrideMethod(): string {
8383
// ^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateOverrideMethod().
8484
// documentation ```ts\n(method) intermediateOverrideMethod(): string\n```
8585
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#intermediateOverrideMethod().
8686
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.
8989
}
9090
public interfaceMethod(): string {
9191
// ^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#interfaceMethod().
9292
// documentation ```ts\n(method) interfaceMethod(): string\n```
9393
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superinterface#interfaceMethod().
9494
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.
9797
}
9898
public intermediateInterfaceMethod(): string {
9999
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateInterfaceMethod().
100100
// documentation ```ts\n(method) intermediateInterfaceMethod(): string\n```
101101
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperinterface#intermediateInterfaceMethod().
102102
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.
105105
}
106106
}
107107
export const objectLiteralImplementation: Superinterface = {
@@ -117,8 +117,8 @@
117117
// documentation ```ts\n(property) interfaceMethod: () => string\n```
118118
// relationship implementation reference scip-typescript npm syntax 1.0.0 src/`inheritance.ts`/Superinterface#interfaceMethod().
119119
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.
122122
},
123123
}
124124
export function consumesInterface(superInterface: Superinterface): void {}

snapshots/output/syntax/src/local.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
// documentation ```ts\nvar d: number\n```
2222
// ^ reference local 12
2323
// ^ reference local 8
24-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/String#length.
24+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/String#length.
2525
// ^ reference local 12
2626
c += d
2727
// ^ reference local 8
2828
// ^ reference local 12
2929
c2 += c.length
3030
// ^^ reference local 9
3131
// ^ reference local 8
32-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/String#length.
32+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/String#length.
3333
}
3434
return [c, c2].reduce((previousValue, currentValue, currentIndex) => {
3535
// ^ reference local 8
3636
// ^^ reference local 9
37-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Array#reduce().
38-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Array#reduce().
39-
// ^^^^^^ reference typescript 4.6.2 lib/`lib.es5.d.ts`/Array#reduce().
37+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Array#reduce().
38+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Array#reduce().
39+
// ^^^^^^ reference typescript 4.8.4 lib/`lib.es5.d.ts`/Array#reduce().
4040
// ^^^^^^^^^^^^^ definition local 16
4141
// documentation ```ts\n(parameter) previousValue: string\n```
4242
// ^^^^^^^^^^^^ definition local 17

0 commit comments

Comments
 (0)