refactor(compiler): remove unused symbols

Removes symbols that aren't used anymore from the identifiers map.
This commit is contained in:
Kristiyan Kostadinov 2026-01-20 20:26:04 +01:00 committed by Alon Mishne
parent 094cdfe0b5
commit e4c09776b0

View file

@ -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};