From 02424ff0d0762e3bc841290b64bd249316e43e12 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Sun, 22 Apr 2018 12:21:24 -0700 Subject: [PATCH] Revert "style(compiler): fix lint issues (#23480)" This reverts commit f0925d9705a793a44434284636de0205e37502a4. --- packages/compiler/src/render3/r3_view_compiler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/compiler/src/render3/r3_view_compiler.ts b/packages/compiler/src/render3/r3_view_compiler.ts index af5222379d..587b4bb626 100644 --- a/packages/compiler/src/render3/r3_view_compiler.ts +++ b/packages/compiler/src/render3/r3_view_compiler.ts @@ -12,7 +12,6 @@ import {BindingForm, BuiltinConverter, BuiltinFunctionCall, ConvertPropertyBindi import {ConstantPool, DefinitionKind} from '../constant_pool'; import {InjectFlags} from '../core'; import {AST, AstMemoryEfficientTransformer, AstTransformer, BindingPipe, FunctionCall, ImplicitReceiver, LiteralArray, LiteralMap, LiteralPrimitive, MethodCall, ParseSpan, PropertyRead} from '../expression_parser/ast'; -compiler/src/render3/r3_view_compiler_local.ts import {Identifiers} from '../identifiers'; import {LifecycleHooks} from '../lifecycle_reflector'; import * as o from '../output/output_ast';