Skip to content

Commit 720f0db

Browse files
Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#63952)
This reverts commit ef0ff78. PR Close #63952
1 parent 172e44b commit 720f0db

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

packages/compiler/src/render3/r3_identifiers.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -477,17 +477,6 @@ export class Identifiers {
477477
moduleName: CORE,
478478
};
479479

480-
// Decorators
481-
static inputDecorator: o.ExternalReference = {name: 'Input', moduleName: CORE};
482-
static outputDecorator: o.ExternalReference = {name: 'Output', moduleName: CORE};
483-
static viewChildDecorator: o.ExternalReference = {name: 'ViewChild', moduleName: CORE};
484-
static viewChildrenDecorator: o.ExternalReference = {name: 'ViewChildren', moduleName: CORE};
485-
static contentChildDecorator: o.ExternalReference = {name: 'ContentChild', moduleName: CORE};
486-
static contentChildrenDecorator: o.ExternalReference = {
487-
name: 'ContentChildren',
488-
moduleName: CORE,
489-
};
490-
491480
// type-checking
492481
static InputSignalBrandWriteType = {name: 'ɵINPUT_SIGNAL_BRAND_WRITE_TYPE', moduleName: CORE};
493482
static UnwrapDirectiveSignalInputs = {name: 'ɵUnwrapDirectiveSignalInputs', moduleName: CORE};

packages/core/test/render3/jit_environment_spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ const INTERFACE_EXCEPTIONS = new Set<string>([
2929
const AOT_ONLY = new Set<string>([
3030
'ɵsetClassMetadata',
3131
'ɵsetClassMetadataAsync',
32-
'Input',
33-
'Output',
34-
'ViewChild',
35-
'ViewChildren',
36-
'ContentChild',
37-
'ContentChildren',
3832

3933
// used in type-checking.
4034
'ɵINPUT_SIGNAL_BRAND_WRITE_TYPE',

0 commit comments

Comments
 (0)