Skip to content

Commit 171db7b

Browse files
author
Christoph Hegemann
authored
chore(deps): bumps versions of npm dependencies (#377)
* bumps versions of npm dependencies * apparently ts-node is old and now we use tsx
1 parent 228d9b8 commit 171db7b

21 files changed

+392
-254
lines changed

Diff for: .github/workflows/scip.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- run: yarn install
13-
- run: yarn global add ts-node @sourcegraph/src
14-
- run: ts-node src/main.ts index
13+
- run: yarn global add tsx @sourcegraph/src
14+
- run: tsx src/main.ts index
1515

1616
- name: Upload SCIP to Cloud
1717
run: src code-intel upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress

Diff for: .tool-versions

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nodejs 20.8.1
2-
pnpm 8.9.2
3-
yarn 1.22.17
1+
nodejs 20.17.0
2+
pnpm 9.11.0
3+
yarn 1.22.22

Diff for: Development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ loop during local development.
4343

4444
```sh
4545
cd /path/to/dir
46-
DIR=/path/to/scip-typescript "$DIR/node_modules/.bin/ts-node" "$DIR/src/main.ts" index # add --yarn-workspaces if applicable
46+
DIR=/path/to/scip-typescript "$DIR/node_modules/.bin/tsx" "$DIR/src/main.ts" index # add --yarn-workspaces if applicable
4747
lsif-typed index.scip > dump.lsif # from github.com/sourcegraph/sourcegraph/lib/codeintel/tools/lsif-typed
4848
lsif-java snapshot-lsif # from github.com/sourcegraph/lsif-java
4949
```

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,32 @@
3333
},
3434
"homepage": "https://github.com/sourcegraph/scip-typescript#readme",
3535
"dependencies": {
36-
"commander": "^11.1.0",
37-
"google-protobuf": "^3.21.2",
38-
"pretty-ms": "^7.0.1",
36+
"commander": "^12.1.0",
37+
"google-protobuf": "^3.21.4",
38+
"pretty-ms": "^9.1.0",
3939
"progress": "^2.0.3",
40-
"typescript": "^5.3.3"
40+
"typescript": "^5.6.2"
4141
},
4242
"devDependencies": {
4343
"@sourcegraph/eslint-config": "0.37.1",
4444
"@sourcegraph/prettierrc": "3.0.3",
4545
"@sourcegraph/tsconfig": "4.0.1",
46-
"@types/diff": "5.0.9",
46+
"@types/diff": "5.2.2",
4747
"@types/google-protobuf": "3.15.12",
48-
"@types/node": "20.10.5",
48+
"@types/node": "20.16.10",
4949
"@types/progress": "2.0.7",
5050
"@typescript-eslint/eslint-plugin": "^7.18.0",
5151
"@typescript-eslint/parser": "^7.18.0",
52-
"diff": "^5.1.0",
52+
"diff": "7.0.0",
5353
"eslint": "^8.57.1",
5454
"eslint-plugin-etc": "^2.0.3",
5555
"eslint-plugin-rxjs": "^5.0.3",
5656
"eslint-plugin-unicorn": "^55.0.0",
5757
"eslint-plugin-unused-imports": "^4.1.4",
58-
"pnpm": "8.12.1",
59-
"prettier": "3.3.2",
60-
"ts-node": "^10.7.0",
58+
"pnpm": "9.11.0",
59+
"prettier": "3.3.3",
6160
"tsm": "^2.3.0",
61+
"tsx": "^4.19.1",
6262
"typescript-eslint": "7.18.0",
6363
"uvu": "^0.5.6"
6464
}

Diff for: snapshots/input/pnpm-workspaces/pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: snapshots/output/pure-js/src/main.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ function print_fib(a) {
1818
// ^^^^^^^^^ definition pure-js 1.0.0 src/`main.js`/print_fib().
1919
// ^ definition pure-js 1.0.0 src/`main.js`/print_fib().(a)
2020
console.log(fib(a))
21-
//^^^^^^^ reference typescript 5.3.3 lib/`lib.dom.d.ts`/console.
22-
//^^^^^^^ reference @types/node 20.10.5 `globals.d.ts`/global/console.
23-
//^^^^^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/console/
24-
//^^^^^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/console.
25-
// ^^^ reference typescript 5.3.3 lib/`lib.dom.d.ts`/Console#log().
26-
// ^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/Console#log().
21+
//^^^^^^^ reference typescript 5.6.2 lib/`lib.dom.d.ts`/console.
22+
//^^^^^^^ reference @types/node 20.16.10 `globals.d.ts`/global/console.
23+
//^^^^^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/console/
24+
//^^^^^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/console.
25+
// ^^^ reference typescript 5.6.2 lib/`lib.dom.d.ts`/Console#log().
26+
// ^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/Console#log().
2727
// ^^^ reference pure-js 1.0.0 src/`main.js`/fib().
2828
// ^ reference pure-js 1.0.0 src/`main.js`/print_fib().(a)
2929
}

Diff for: snapshots/output/syntax/src/accessors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ function f() {
115115
g(D.length)
116116
//^ reference syntax 1.0.0 src/`accessors.ts`/g().
117117
// ^ reference syntax 1.0.0 src/`accessors.ts`/D#
118-
// ^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Function#length.
118+
// ^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Function#length.
119119
}
120120

Diff for: snapshots/output/syntax/src/decorators.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ function MyDecorator(value: Configuration) {
1010
// ^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Configuration#
1111
return function (target: Function) {
1212
// ^^^^^^ definition local 2
13-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Function#
14-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Function.
15-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es2015.core.d.ts`/Function#
16-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es2015.symbol.wellknown.d.ts`/Function#
13+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Function#
14+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Function.
15+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es2015.core.d.ts`/Function#
16+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es2015.symbol.wellknown.d.ts`/Function#
1717
console.log(`MyDecorator is called with value: ${value}`)
18-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.dom.d.ts`/console.
19-
// ^^^^^^^ reference @types/node 20.10.5 `globals.d.ts`/global/console.
20-
// ^^^^^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/console/
21-
// ^^^^^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/console.
22-
// ^^^ reference typescript 5.3.3 lib/`lib.dom.d.ts`/Console#log().
23-
// ^^^ reference @types/node 20.10.5 `console.d.ts`/`"node:console"`/global/Console#log().
18+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.dom.d.ts`/console.
19+
// ^^^^^^^ reference @types/node 20.16.10 `globals.d.ts`/global/console.
20+
// ^^^^^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/console/
21+
// ^^^^^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/console.
22+
// ^^^ reference typescript 5.6.2 lib/`lib.dom.d.ts`/Console#log().
23+
// ^^^ reference @types/node 20.16.10 `console.d.ts`/`"node:console"`/global/Console#log().
2424
// ^^^^^ reference syntax 1.0.0 src/`decorators.ts`/MyDecorator().(value)
2525
}
2626
}

Diff for: snapshots/output/syntax/src/destructuring.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function objectDestructuring(): number[] {
1818
// ^^^^^ reference syntax 1.0.0 src/`destructuring.ts`/props.
1919
return [props].map(({ a }) => a + b)
2020
// ^^^^^ reference syntax 1.0.0 src/`destructuring.ts`/props.
21-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
21+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
2222
// ^ definition local 10
2323
// ^ reference syntax 1.0.0 src/`destructuring.ts`/Props#a.
2424
// ^ reference local 10
@@ -32,7 +32,7 @@ export function arrayDestructuring(): number[] {
3232
// ^^^^^ reference syntax 1.0.0 src/`destructuring.ts`/props.
3333
return [[b]].map(([a]) => a.a)
3434
// ^ reference local 15
35-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
35+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
3636
// ^ definition local 21
3737
// ^ reference local 21
3838
// ^ reference syntax 1.0.0 src/`destructuring.ts`/Props#a.
@@ -45,7 +45,7 @@ export function nestedDestructuring(): number[] {
4545
// ^^^^^ reference syntax 1.0.0 src/`destructuring.ts`/props.
4646
return [[props]].map(([{ a }]) => a + b.a)
4747
// ^^^^^ reference syntax 1.0.0 src/`destructuring.ts`/props.
48-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
48+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
4949
// ^ definition local 36
5050
// ^ reference syntax 1.0.0 src/`destructuring.ts`/Props#a.
5151
// ^ reference local 36

Diff for: snapshots/output/syntax/src/import.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ export function useEverything(): string {
4141

4242
export function dynamicImport(): Promise<void> {
4343
// ^^^^^^^^^^^^^ definition syntax 1.0.0 src/`import.ts`/dynamicImport().
44-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Promise#
45-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.es2015.iterable.d.ts`/Promise#
46-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.es2015.promise.d.ts`/Promise.
47-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.es2015.symbol.wellknown.d.ts`/Promise#
48-
// ^^^^^^^ reference typescript 5.3.3 lib/`lib.es2018.promise.d.ts`/Promise#
44+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Promise#
45+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.es2015.iterable.d.ts`/Promise#
46+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.es2015.promise.d.ts`/Promise.
47+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.es2015.symbol.wellknown.d.ts`/Promise#
48+
// ^^^^^^^ reference typescript 5.6.2 lib/`lib.es2018.promise.d.ts`/Promise#
4949
return import('./function').then(c => c.newFunction())
5050
// ^^^^^^^^^^^^ reference syntax 1.0.0 src/`function.ts`/
51-
// ^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Promise#then().
51+
// ^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Promise#then().
5252
// ^ definition local 3
5353
// ^ reference local 3
5454
// ^^^^^^^^^^^ reference syntax 1.0.0 src/`function.ts`/newFunction().

Diff for: snapshots/output/syntax/src/inheritance.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export class Subclass
4848
// relationship implementation reference syntax 1.0.0 src/`overload.d.ts`/Overloader#onLiteral().
4949
// ^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
5050
throw new Error('Method not implemented.' + param)
51-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
52-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
51+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
52+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
5353
// ^^^^^ reference syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
5454
}
5555
property = 'property'
@@ -60,29 +60,29 @@ export class Subclass
6060
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#overrideMethod().
6161
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/Superclass#overrideMethod().
6262
throw new Error('Method not implemented.')
63-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
64-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
63+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
64+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
6565
}
6666
public intermediateOverrideMethod(): string {
6767
// ^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateOverrideMethod().
6868
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#intermediateOverrideMethod().
6969
throw new Error('Method not implemented.')
70-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
71-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
70+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
71+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
7272
}
7373
public interfaceMethod(): string {
7474
// ^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#interfaceMethod().
7575
// relationship implementation reference syntax 1.0.0 src/`reusable-types.ts`/Superinterface#interfaceMethod().
7676
throw new Error('Method not implemented.')
77-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
78-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
77+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
78+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
7979
}
8080
public intermediateInterfaceMethod(): string {
8181
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateInterfaceMethod().
8282
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperinterface#intermediateInterfaceMethod().
8383
throw new Error('Method not implemented.')
84-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
85-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
84+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
85+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
8686
}
8787
}
8888
export const objectLiteralImplementation: Superinterface = {
@@ -93,8 +93,8 @@ export const objectLiteralImplementation: Superinterface = {
9393
interfaceMethod: (): string => {
9494
//^^^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Superinterface#interfaceMethod().
9595
throw new Error('Function not implemented.')
96-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
97-
// ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
96+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
97+
// ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
9898
},
9999
}
100100

Diff for: snapshots/output/syntax/src/local.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ export function local(): string {
1717
// ^ definition local 12
1818
// ^ reference local 12
1919
// ^ reference local 8
20-
// ^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/String#length.
20+
// ^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/String#length.
2121
// ^ reference local 12
2222
c += d
2323
// ^ reference local 8
2424
// ^ reference local 12
2525
c2 += c.length
2626
// ^^ reference local 9
2727
// ^ reference local 8
28-
// ^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/String#length.
28+
// ^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/String#length.
2929
}
3030
return [c, c2].reduce((previousValue, currentValue, currentIndex) => {
3131
// ^ reference local 8
3232
// ^^ reference local 9
33-
// ^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#reduce().
33+
// ^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#reduce().
3434
// ^^^^^^^^^^^^^ definition local 16
3535
// ^^^^^^^^^^^^ definition local 17
3636
// ^^^^^^^^^^^^ definition local 18

Diff for: snapshots/output/syntax/src/object-literals-arrow-function.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function genericArrow(): Foobar[] {
5353
// ^^^^^^^^^^^^ definition syntax 1.0.0 src/`object-literals-arrow-function.ts`/genericArrow().
5454
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/Foobar#
5555
return [1].map<Foobar>(n => ({ foobar: n + 1 }))
56-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
56+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
5757
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/Foobar#
5858
// ^ definition local 18
5959
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/Foobar#foobar.
@@ -65,7 +65,7 @@ export function genericArrowOption(): Option<Foobar>[] {
6565
// ^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Option#
6666
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/Foobar#
6767
return [1].map<Option<Foobar>>(n => ({ value: { foobar: n + 1 } }))
68-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
68+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
6969
// ^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Option#
7070
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/Foobar#
7171
// ^ definition local 22
@@ -80,7 +80,7 @@ export function genericArrow2(): Foobar[] {
8080
// navigation to `foobar` below does not work with tsserver or scip-java
8181
// because `map` is missing an explicit `map<Foobar>` annotation.
8282
return [1].map(n => ({ foobar: n + 1 }))
83-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
83+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
8484
// ^ definition local 26
8585
// ^^^^^^ reference syntax 1.0.0 src/`object-literals-arrow-function.ts`/foobar0:
8686
// ^ reference local 26

Diff for: snapshots/output/syntax/src/object-literals-call-signatures.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function returnStatementInsideArgumentExpression(): Configuration[] {
7474
// ^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Configuration#
7575
if (1 == 1) {
7676
return [1].map<Configuration>((number: number): Configuration => {
77-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
77+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
7878
// ^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Configuration#
7979
// ^^^^^^ definition local 3
8080
// ^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Configuration#
@@ -88,12 +88,12 @@ export function returnStatementInsideArgumentExpression(): Configuration[] {
8888
property2: incremented.toString(),
8989
// ^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Strings#property2.
9090
// ^^^^^^^^^^^ reference local 6
91-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Number#toString().
91+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Number#toString().
9292
}
9393
})
9494
} else {
9595
return [1].map<Configuration>(number => {
96-
// ^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Array#map().
96+
// ^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Array#map().
9797
// ^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Configuration#
9898
// ^^^^^^ definition local 10
9999
const incremented = number + 1
@@ -106,7 +106,7 @@ export function returnStatementInsideArgumentExpression(): Configuration[] {
106106
property2: incremented.toString(),
107107
// ^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Strings#property2.
108108
// ^^^^^^^^^^^ reference local 13
109-
// ^^^^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Number#toString().
109+
// ^^^^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Number#toString().
110110
}
111111
})
112112
}

0 commit comments

Comments
 (0)