feature(ShadowDomTransformer): create a compiler step to transform the shadow DOM
This commit is contained in:
@ -120,7 +120,6 @@ export class Compiler {
|
||||
}
|
||||
|
||||
_compileTemplate(template: Element, cmpMetadata): Promise<ProtoView> {
|
||||
this._shadowDomStrategy.processTemplate(template, cmpMetadata);
|
||||
var pipeline = new CompilePipeline(this.createSteps(cmpMetadata));
|
||||
var compileElements = pipeline.process(template);
|
||||
var protoView = compileElements[0].inheritedProtoView;
|
||||
|
Reference in New Issue
Block a user