rizzo-next
Version:
The next generation of Lonely Planet's style guide and pattern library.
85 lines • 1.7 kB
JSON
{
"type": "Program",
"start": 0,
"end": 70,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 2,
"column": 0
}
},
"sourceType": "module",
"body": [
{
"type": "ImportDeclaration",
"start": 0,
"end": 69,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 69
}
},
"specifiers": [
{
"type": "ImportDefaultSpecifier",
"start": 7,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 18
}
},
"local": {
"type": "Identifier",
"start": 7,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 18
}
},
"name": "VideoPlayer"
}
}
],
"importKind": "value",
"source": {
"type": "Literal",
"start": 24,
"end": 68,
"loc": {
"start": {
"line": 1,
"column": 24
},
"end": {
"line": 1,
"column": 68
}
},
"value": "../../../src/components/video/video_player",
"rawValue": "../../../src/components/video/video_player",
"raw": "\"../../../src/components/video/video_player\""
}
}
]
}