chore: clang-reformat
This commit is contained in:
@ -4,10 +4,7 @@ import {ListWrapper} from '../../src/facade/collection';
|
||||
import * as o from '../output/output_ast';
|
||||
import {Identifiers} from '../identifiers';
|
||||
|
||||
import {
|
||||
CompileQueryMetadata,
|
||||
CompileTokenMap
|
||||
} from '../compile_metadata';
|
||||
import {CompileQueryMetadata, CompileTokenMap} from '../compile_metadata';
|
||||
|
||||
import {CompileView} from './compile_view';
|
||||
import {CompileElement} from './compile_element';
|
||||
|
@ -20,7 +20,8 @@ import {
|
||||
getViewFactoryName,
|
||||
injectFromViewParentInjector,
|
||||
createDiTokenExpression,
|
||||
getPropertyInView, createPureProxy
|
||||
getPropertyInView,
|
||||
createPureProxy
|
||||
} from './util';
|
||||
import {CompilerConfig} from '../config';
|
||||
import {CompileBinding} from './compile_binding';
|
||||
|
Reference in New Issue
Block a user