Skip to content

Commit 81ce1ba

Browse files
crisbetothePunderWoman
authored andcommitted
refactor(compiler): remove interpolation-related symbols
We removed the ability to customize the interpolation some time ago. These changes remove the remaining code related to them.
1 parent b6c141b commit 81ce1ba

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

packages/compiler/src/assertions.ts

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/compiler/src/compiler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export * from './i18n/index';
5050
export * from './injectable_compiler_2';
5151
export {publishFacade} from './jit_compiler_facade';
5252
export * from './ml_parser/ast';
53-
export {DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig} from './ml_parser/defaults';
5453
export * from './ml_parser/html_parser';
5554
export * from './ml_parser/html_tags';
5655
export {LexerRange} from './ml_parser/lexer';

packages/compiler/src/ml_parser/defaults.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)