File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -473,6 +473,8 @@ export const fn = glimmerFn as FnHelper;
473473export 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;
514516export 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;
538542export 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 *
You can’t perform that action at this time.
0 commit comments