Skip to content

Instantly share code, notes, and snippets.

@jackpopp
Created October 12, 2018 14:05
Show Gist options
  • Save jackpopp/1f11adc532ccd52b9c9726037f994abe to your computer and use it in GitHub Desktop.
Save jackpopp/1f11adc532ccd52b9c9726037f994abe to your computer and use it in GitHub Desktop.
Code block 48.json for - test.md
"expression": {
"type": "MemberExpression",
"start": 0,
"end": 20,
"object": {
"type": "MemberExpression",
"start": 0,
"end": 11,
"object": {
"type": "Identifier",
"start": 0,
"end": 7,
"name": "process"
},
"property": {
"type": "Identifier",
"start": 8,
"end": 11,
"name": "env"
},
"computed": false
},
"property": {
"type": "Identifier",
"start": 12,
"end": 20,
"name": "NODE_ENV"
},
"computed": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment