Created
October 12, 2018 14:05
-
-
Save jackpopp/1f11adc532ccd52b9c9726037f994abe to your computer and use it in GitHub Desktop.
Code block 48.json for - test.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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