Revert "feat(change_detection): make INTERPOLATE_REGEXP customizable (#7417)"
This reverts commit c3fafa0651
.
The symbols should be configured at the component level and not be global to the compiler.
This commit is contained in:
@ -1246,10 +1246,9 @@ const COMPILER = [
|
||||
'CompileTypeMetadata.type:CompileTypeMetadata',
|
||||
'CompileTypeMetadata.value:any',
|
||||
'CompilerConfig',
|
||||
'CompilerConfig.constructor(genDebugInfo:boolean, logBindingUpdate:boolean, useJit:boolean, renderTypes:RenderTypes=null, interpolateRegexp:RegExp=null, defaultEncapsulation:ViewEncapsulation=null)',
|
||||
'CompilerConfig.constructor(genDebugInfo:boolean, logBindingUpdate:boolean, useJit:boolean, renderTypes:RenderTypes=null, defaultEncapsulation:ViewEncapsulation=null)',
|
||||
'CompilerConfig.defaultEncapsulation:ViewEncapsulation',
|
||||
'CompilerConfig.genDebugInfo:boolean',
|
||||
'CompilerConfig.interpolateRegexp:RegExp',
|
||||
'CompilerConfig.logBindingUpdate:boolean',
|
||||
'CompilerConfig.renderTypes:RenderTypes',
|
||||
'CompilerConfig.useJit:boolean',
|
||||
|
Reference in New Issue
Block a user