Skip to content

Commit

Permalink
Regen oss test outputs (#458)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #458

I believe the typescript package manager is getting updated automatically causing these scip symbol version bumps. It's slightly annoying.

Differential Revision: D59361756

fbshipit-source-id: 52803e43cb0434a85087bd1ad86395d7b3524bbe
  • Loading branch information
donsbot authored and facebook-github-bot committed Jul 4, 2024
1 parent 06bc953 commit cffb1be
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
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.2 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 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.2 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
},
"name": { "key": "lib/`lib.es5.d.ts`/Error" }
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.3 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.2 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -145,7 +145,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -163,7 +163,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -181,7 +181,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
},
"location": {
"key": {
Expand All @@ -199,7 +199,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
},
"location": {
"key": {
Expand All @@ -217,7 +217,7 @@
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.3 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.2 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
},
{ "key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error#" },
{ "key": "scip-typescript npm typescript 5.5.2 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.3 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.2 lib/`lib.es2022.error.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es2022.error.d.ts`/Error#"
},
"kind": 4
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error#"
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error#"
},
"kind": 4
}
},
{
"key": {
"symbol": {
"key": "scip-typescript npm typescript 5.5.2 lib/`lib.es5.d.ts`/Error."
"key": "scip-typescript npm typescript 5.5.3 lib/`lib.es5.d.ts`/Error."
},
"kind": 12
}
Expand Down

0 comments on commit cffb1be

Please sign in to comment.