Fix location/range on TypeScript ExportNamedDeclarations (#9406)

This commit is contained in:
Brian Ng
2019-01-24 19:44:22 -06:00
committed by GitHub
parent 854313a759
commit 7dc157f9be
6 changed files with 91 additions and 27 deletions

View File

@@ -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,