swc/crates/swc_ecma_parser/tests/tsc/exportStar-amd.json
Donny/강동윤 4d3fcb86e4
feat(es/ast): Support import attributes proposal (#7868)
**Related issue:**

 - Closes #7179
2023-08-28 00:29:45 +00:00

641 lines
13 KiB
JSON

{
"type": "Module",
"span": {
"start": 54,
"end": 415,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 54,
"end": 71,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 61,
"end": 71,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 65,
"end": 70,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 69,
"end": 70,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"definite": false
}
]
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 72,
"end": 89,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 79,
"end": 89,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 83,
"end": 88,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 83,
"end": 84,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 87,
"end": 88,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"definite": false
}
]
}
},
{
"type": "ExportDefaultExpression",
"span": {
"start": 111,
"end": 134,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 126,
"end": 133,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"type": "ExportDeclaration",
"span": {
"start": 135,
"end": 160,
"ctxt": 0
},
"declaration": {
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 151,
"end": 154,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 142,
"end": 160,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 157,
"end": 160,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 182,
"end": 194,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 186,
"end": 193,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 190,
"end": 193,
"ctxt": 0
},
"value": "x",
"raw": "\"x\""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 195,
"end": 207,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 199,
"end": 206,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 199,
"end": 200,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 203,
"end": 206,
"ctxt": 0
},
"value": "y",
"raw": "\"y\""
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 208,
"end": 220,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 212,
"end": 219,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 212,
"end": 213,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 216,
"end": 219,
"ctxt": 0
},
"value": "z",
"raw": "\"z\""
},
"definite": false
}
]
},
{
"type": "ExportNamedDeclaration",
"span": {
"start": 221,
"end": 240,
"ctxt": 0
},
"specifiers": [
{
"type": "ExportSpecifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 230,
"end": 231,
"ctxt": 0
},
"value": "x",
"optional": false
},
"exported": null,
"isTypeOnly": false
},
{
"type": "ExportSpecifier",
"span": {
"start": 233,
"end": 234,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 233,
"end": 234,
"ctxt": 0
},
"value": "y",
"optional": false
},
"exported": null,
"isTypeOnly": false
},
{
"type": "ExportSpecifier",
"span": {
"start": 236,
"end": 237,
"ctxt": 0
},
"orig": {
"type": "Identifier",
"span": {
"start": 236,
"end": 237,
"ctxt": 0
},
"value": "z",
"optional": false
},
"exported": null,
"isTypeOnly": false
}
],
"source": null,
"typeOnly": false,
"with": null
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 262,
"end": 283,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"value": "./t1",
"raw": "\"./t1\""
},
"typeOnly": false,
"with": null
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 284,
"end": 305,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 298,
"end": 304,
"ctxt": 0
},
"value": "./t2",
"raw": "\"./t2\""
},
"typeOnly": false,
"with": null
},
{
"type": "ExportAllDeclaration",
"span": {
"start": 306,
"end": 327,
"ctxt": 0
},
"source": {
"type": "StringLiteral",
"span": {
"start": 320,
"end": 326,
"ctxt": 0
},
"value": "./t3",
"raw": "\"./t3\""
},
"typeOnly": false,
"with": null
},
{
"type": "ImportDeclaration",
"span": {
"start": 351,
"end": 394,
"ctxt": 0
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"span": {
"start": 358,
"end": 363,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 358,
"end": 363,
"ctxt": 0
},
"value": "hello",
"optional": false
}
},
{
"type": "ImportSpecifier",
"span": {
"start": 367,
"end": 368,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 367,
"end": 368,
"ctxt": 0
},
"value": "x",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"value": "y",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 373,
"end": 374,
"ctxt": 0
},
"value": "z",
"optional": false
},
"imported": null,
"isTypeOnly": false
},
{
"type": "ImportSpecifier",
"span": {
"start": 376,
"end": 379,
"ctxt": 0
},
"local": {
"type": "Identifier",
"span": {
"start": 376,
"end": 379,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"imported": null,
"isTypeOnly": false
}
],
"source": {
"type": "StringLiteral",
"span": {
"start": 387,
"end": 393,
"ctxt": 0
},
"value": "./t4",
"raw": "\"./t4\""
},
"typeOnly": false,
"with": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 395,
"end": 401,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 395,
"end": 400,
"ctxt": 0
},
"value": "hello",
"optional": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 402,
"end": 404,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 402,
"end": 403,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 405,
"end": 407,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 405,
"end": 406,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 408,
"end": 410,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 408,
"end": 409,
"ctxt": 0
},
"value": "z",
"optional": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 411,
"end": 415,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 411,
"end": 414,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
],
"interpreter": null
}