Fix location/range on TypeScript ExportNamedDeclarations (#9406)
This commit is contained in:
@@ -114,12 +114,12 @@
|
||||
"source": null,
|
||||
"declaration": {
|
||||
"type": "TSInterfaceDeclaration",
|
||||
"start": 42,
|
||||
"start": 34,
|
||||
"end": 56,
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 15
|
||||
"column": 7
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
|
||||
Reference in New Issue
Block a user