angular2
Version:
Angular 2 - a web framework for modern web apps
1 lines • 1.2 kB
Source Map (JSON)
{"version":3,"sources":["compile_step.js"],"names":[],"mappings":"AAAA;AAAA,KAAK,iBAAiB,AAAC,CAAC,MAAK,QAAQ;aAArC,EAAC,GAAE,YAAqB;AAAE,wBAAwB;IAAE,AAA9B,CAAC;AAAvB,WAAS,CAAT,EAAC,KAAI,CAAO,KAAG,AAAS,CAAC;CAAgC,CAAC;;;EAAlD,eAAa,EAArB,EAAC,yBAAoB,CAAA,OAAM,AAAC,qBAAkB,CACtC,CAAA,0BAAqB,mCAA2B,CAAA,0BAAqB,GAAK,EAAC,OAAM,yBAAmB,CAAC,AAD/D,CACgE;EAAlG,qBAAmB,EAD/B,EAAC,yBAAoB,CAAA,OAAM,AAAC,qBAAkB,CACtC,CAAA,0BAAqB,mCAA2B,CAAA,0BAAqB,GAAK,EAAC,OAAM,yBAAmB,CAAC,AAD/D,CACgE;AAD9G,AAAI,EAAA,cAOG,SAAM,YAAU;;AAEvB,AATwC,CAAA;AAAxC,AAAC,eAAc,YAAY,CAAC,AAAC,eAQ3B,OAAM,CAAN,UAAQ,MAAK,AAAe,CAAG,CAAA,OAAM,AAAe,CAAG,CAAA,OAAM,AAAoC,CAAG,GAAC,MARlB;AAArF,KAAK,eAAe,AAAC,6CACb,EAAC,GAAE,CAAG,UAAS,AAAD,CAAG;AAAC,YAOT,cAAa,IAAW,cAAa,IAAW,oBAAmB,eAAe,GAPlD;EAAC,CAAC,CAAC,CAAC;AASrD","file":"angular2/src/render/dom/compiler/compile_step.js","sourcesContent":["import {CompileElement} from './compile_element';\nimport * as compileControlModule from './compile_control';\n\n/**\n * One part of the compile process.\n * Is guaranteed to be called in depth first order\n */\nexport class CompileStep {\n process(parent:CompileElement, current:CompileElement, control:compileControlModule.CompileControl) {}\n}\n"]}