pixsy/node_modules/pug-parser/test/cases/include.script.tokens.json

10 lines
492 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{"type":"tag","line":1,"col":1,"val":"script"}
{"type":"id","line":1,"col":7,"val":"pet-template"}
{"type":"start-attributes","line":1,"col":20}
{"type":"attribute","line":1,"col":21,"name":"type","val":"'text/x-template'","mustEscape":true}
{"type":"end-attributes","line":1,"col":43}
{"type":"indent","line":2,"col":1,"val":2}
{"type":"include","line":2,"col":3}
{"type":"path","line":2,"col":11,"val":"auxiliary/pet.pug"}
{"type":"outdent","line":3,"col":1}
{"type":"eos","line":3,"col":1}