export const ast={"html":{"start":62,"end":138,"type":"Fragment","children":[{"start":60,"end":62,"type":"Text","raw":"\n\n","data":"\n\n"},{"start":62,"end":138,"type":"Element","name":"button","attributes":[{"start":71,"end":104,"type":"EventHandler","name":"click","modifiers":[],"expression":{"type":"ArrowFunctionExpression","start":81,"end":103,"loc":{"start":{"line":6,"column":11},"end":{"line":8,"column":2}},"id":null,"expression":false,"generator":false,"async":false,"params":[],"body":{"type":"BlockStatement","start":87,"end":103,"loc":{"start":{"line":6,"column":17},"end":{"line":8,"column":2}},"body":[{"type":"ExpressionStatement","start":91,"end":100,"loc":{"start":{"line":7,"column":2},"end":{"line":7,"column":11}},"expression":{"type":"UpdateExpression","start":91,"end":99,"loc":{"start":{"line":7,"column":2},"end":{"line":7,"column":10}},"operator":"++","prefix":false,"argument":{"type":"Identifier","start":91,"end":97,"loc":{"start":{"line":7,"column":2},"end":{"line":7,"column":8}},"name":"clicks"}}}]}}}],"children":[{"start":105,"end":111,"type":"MustacheTag","expression":{"type":"Identifier","start":106,"end":110,"loc":{"start":{"line":8,"column":5},"end":{"line":8,"column":9}},"name":"name"}},{"start":111,"end":120,"type":"Text","raw":" clicks: ","data":" clicks: "},{"start":120,"end":128,"type":"MustacheTag","expression":{"type":"Identifier","start":121,"end":127,"loc":{"start":{"line":8,"column":20},"end":{"line":8,"column":26}},"name":"clicks"}}]},{"start":138,"end":140,"type":"Text","raw":"\n\n","data":"\n\n"}]},"css":{"type":"Style","start":140,"end":195,"attributes":[{"start":147,"end":158,"type":"Attribute","name":"lang","value":[{"start":153,"end":157,"type":"Text","raw":"scss","data":"scss"}]}],"children":[{"type":"Rule","prelude":{"type":"SelectorList","children":[{"type":"Selector","children":[{"type":"TypeSelector","name":"button","start":159,"end":165}],"start":159,"end":165}],"start":159,"end":165},"block":{"type":"Block","children":[{"type":"Declaration","important":false,"property":"color","value":{"type":"Value","children":[{"type":"Hash","value":"000099","start":177,"end":184}],"start":177,"end":184},"start":170,"end":184}],"start":166,"end":187},"start":159,"end":187}],"content":{"start":159,"end":187,"styles":"button {\n color: #000099;\n}"}},"instance":{"type":"Script","start":0,"end":60,"context":"default","content":{"type":"Program","start":18,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":0}},"body":[{"type":"ExportNamedDeclaration","start":18,"end":34,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":34}},"declaration":{"type":"VariableDeclaration","start":25,"end":34,"loc":{"start":{"line":1,"column":25},"end":{"line":1,"column":34}},"declarations":[{"type":"VariableDeclarator","start":29,"end":33,"loc":{"start":{"line":1,"column":29},"end":{"line":1,"column":33}},"id":{"type":"Identifier","start":29,"end":33,"loc":{"start":{"line":1,"column":29},"end":{"line":1,"column":33}},"name":"name"},"init":null}],"kind":"let"},"specifiers":[],"source":null},{"type":"VariableDeclaration","start":35,"end":50,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":15}},"declarations":[{"type":"VariableDeclarator","start":39,"end":49,"loc":{"start":{"line":2,"column":4},"end":{"line":2,"column":14}},"id":{"type":"Identifier","start":39,"end":45,"loc":{"start":{"line":2,"column":4},"end":{"line":2,"column":10}},"name":"clicks"},"init":{"type":"Literal","start":48,"end":49,"loc":{"start":{"line":2,"column":13},"end":{"line":2,"column":14}},"value":0,"raw":"0"}}],"kind":"let"}],"sourceType":"module"}}}
0 commit comments