Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[glean][ci] Regen typescript output for new package version #463

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions glean/lang/typescript/tests/cases/xrefs/localname.out
Original file line number Diff line number Diff line change
Expand Up @@ -157,23 +157,23 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es2022.error.d.ts`/Error#"
},
"name": { "key": "lib/`lib.es2022.error.d.ts`/Error" }
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error#"
},
"name": { "key": "lib/`lib.es5.d.ts`/Error" }
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error."
},
"name": { "key": "lib/`lib.es5.d.ts`/Error" }
}
Expand Down
12 changes: 6 additions & 6 deletions glean/lang/typescript/tests/cases/xrefs/references.out
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es2022.error.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -145,7 +145,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es2022.error.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -163,7 +163,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -181,7 +181,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -199,7 +199,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error."
},
"location": {
"key": {
Expand All @@ -217,7 +217,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error."
},
"location": {
"key": {
Expand Down
6 changes: 3 additions & 3 deletions glean/lang/typescript/tests/cases/xrefs/symbol.out
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
{ "key": "scip-typescript npm . . `example.ts`/silent3:" },
{ "key": "scip-typescript npm . . `example.ts`/silent4:" },
{
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es2022.error.d.ts`/Error#"
},
{ "key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#" },
{ "key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error." }
{ "key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error#" },
{ "key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error." }
]
6 changes: 3 additions & 3 deletions glean/lang/typescript/tests/cases/xrefs/symbolkind.out
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es2022.error.d.ts`/Error#"
},
"kind": 4
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error#"
},
"kind": 4
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.4 lib/`lib.es5.d.ts`/Error."
},
"kind": 12
}
Expand Down
Loading