Skip to content

Commit d37462d

Browse files
Remove unused ARGS and HAS_BLOCK symbol exports from curly component manager
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent 4ff637c commit d37462d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/@ember/-internals/glimmer/lib/component-managers

packages/@ember/-internals/glimmer/lib/component-managers/curly.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ import {
5353
import ComponentStateBucket from '../utils/curly-component-state-bucket';
5454
import { processComponentArgs } from '../utils/process-args';
5555

56-
export const ARGS = Symbol('ARGS');
57-
export const HAS_BLOCK = Symbol('HAS_BLOCK');
58-
5956
// WeakMap to store capturedArgs for each component instance, avoiding
6057
// symbol-keyed properties on the instance itself.
6158
const COMPONENT_ARGS_MAP = new WeakMap<object, CapturedArguments['named']>();

0 commit comments

Comments
 (0)