Skip to content

Instantly share code, notes, and snippets.

@gjtorikian
Created September 18, 2012 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjtorikian/3744949 to your computer and use it in GitHub Desktop.
Save gjtorikian/3744949 to your computer and use it in GitHub Desktop.
javascript ast output
{ type: 'Line', value: '$("head")[0]', range: [ 49981, 49995 ] },
{ type: 'Line',
value: 'elScript.defer = true;',
range: [ 50061, 50085 ] },
{ type: 'Block',
value: '*\n * @private\n ',
range: [ 50757, 50784 ] },
{ type: 'Line',
value: '#ifdef __PARSER_AML',
range: [ 52591, 52612 ] },
{ type: 'Line', value: '#endif', range: [ 52617, 52625 ] },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment