Skip to content

Commit 2535170

Browse files
committed
@Private 😢
1 parent f24d843 commit 2535170

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/@ember/helper/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ export const fn = glimmerFn as FnHelper;
473473
export interface FnHelper extends Opaque<'helper:fn'> {}
474474

475475
/**
476+
* @private - temporarily private until broader team approval
477+
*
476478
* The `element` helper lets you dynamically set the tag name of an element.
477479
*
478480
* ```js
@@ -514,6 +516,8 @@ export const uniqueId = glimmerUniqueId;
514516
export type UniqueIdHelper = typeof uniqueId;
515517

516518
/**
519+
* @private - temporarily private until broader team approval
520+
*
517521
* The `{{eq}}` helper returns `true` if its two arguments are strictly equal
518522
* (`===`). Takes exactly two arguments.
519523
*
@@ -538,6 +542,8 @@ export const eq = glimmerEq as unknown as EqHelper;
538542
export interface EqHelper extends Opaque<'helper:eq'> {}
539543

540544
/**
545+
* @private - temporarily private until broader team approval
546+
*
541547
* The `{{neq}}` helper returns `true` if its two arguments are strictly
542548
* not equal (`!==`). Takes exactly two arguments.
543549
*

0 commit comments

Comments
 (0)