Skip to content

Commit

Permalink
re-gen snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 9, 2025
1 parent 7d797fe commit fb21b17
Showing 1 changed file with 126 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 10,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -612,7 +629,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 11,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -641,7 +675,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 12,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -670,7 +721,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 14,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -699,7 +767,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 15,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -728,7 +813,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 16,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down Expand Up @@ -757,7 +859,24 @@ describe('Language Server: Diagnostic Augmentation', () => {
"line": 17,
},
},
"relatedInformation": [],
"relatedInformation": [
{
"location": {
"range": {
"end": {
"character": 83,
"line": 18,
},
"start": {
"character": 69,
"line": 18,
},
},
"uri": "file:///PATH_TO_MODULE/@glint/template/-private/integration.d.ts",
},
"message": "'[InvokeDirect]' is declared here.",
},
],
"severity": 1,
"source": "glint",
},
Expand Down

0 comments on commit fb21b17

Please sign in to comment.