mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(compiler): remove unused symbols
Removes symbols that aren't used anymore from the identifiers map.
This commit is contained in:
parent
094cdfe0b5
commit
e4c09776b0
1 changed files with 0 additions and 6 deletions
|
|
@ -11,14 +11,8 @@ import * as o from '../output/output_ast';
|
|||
const CORE = '@angular/core';
|
||||
|
||||
export class Identifiers {
|
||||
/* Methods */
|
||||
static NEW_METHOD = 'factory';
|
||||
static TRANSFORM_METHOD = 'transform';
|
||||
static PATCH_DEPS = 'patchedDeps';
|
||||
|
||||
static core: o.ExternalReference = {name: null, moduleName: CORE};
|
||||
|
||||
/* Instructions */
|
||||
static namespaceHTML: o.ExternalReference = {name: 'ɵɵnamespaceHTML', moduleName: CORE};
|
||||
|
||||
static namespaceMathML: o.ExternalReference = {name: 'ɵɵnamespaceMathML', moduleName: CORE};
|
||||
|
|
|
|||
Loading…
Reference in a new issue