feat(web-workers) Add WebWorker Renderer
Allows angular apps to be rendered from the webworker! Closes #3052, #3053, and #3097
This commit is contained in:
@ -106,7 +106,7 @@ export class Parser {
|
||||
}
|
||||
}
|
||||
|
||||
class _ParseAST {
|
||||
export class _ParseAST {
|
||||
index: int = 0;
|
||||
constructor(public input: string, public location: any, public tokens: List<any>,
|
||||
public reflector: Reflector, public parseAction: boolean) {}
|
||||
|
Reference in New Issue
Block a user