Skip to content

Instantly share code, notes, and snippets.

@spion
Last active August 29, 2015 14:27
Show Gist options
  • Save spion/a1799a58361e287f9f5b to your computer and use it in GitHub Desktop.
Save spion/a1799a58361e287f9f5b to your computer and use it in GitHub Desktop.
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "MemberExpression",
"computed": true,
"object": {
"type": "Identifier",
"name": "module"
},
"property": {
"type": "Identifier",
"name": "variable"
}
}
}
]
}
{
"type": "CallExpression",
"callee": {
"type": "Identifier",
"name": "require"
},
"arguments": [
{
"type": "Literal",
"value": "module",
"raw": "'module'"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment