UNPKG

2.21 kBTypeScriptView Raw
1/**
2 * @deprecated use RichIteratorResult<Tick, Return> or TemplateIterator instead
3 */
4import { RichIteratorResult } from '@glimmer/interfaces';
5import './lib/bootstrap';
6export { clear, ConcreteBounds, CursorImpl } from './lib/bounds';
7export { DebugCallback, resetDebuggerCallback, setDebuggerCallback, } from './lib/compiled/opcodes/debugger';
8export { curry, CurriedValue } from './lib/curried-value';
9export { TemplateOnlyComponentManager, TEMPLATE_ONLY_COMPONENT_MANAGER, TemplateOnlyComponentDefinition as TemplateOnlyComponent, templateOnlyComponent, } from './lib/component/template-only';
10export { default as DOMChanges, DOMChangesImpl as IDOMChanges, DOMTreeConstruction, isWhitespace, } from './lib/dom/helper';
11export { normalizeProperty } from './lib/dom/props';
12export { DynamicScopeImpl, PartialScopeImpl } from './lib/scope';
13export { runtimeContext, EnvironmentImpl, EnvironmentDelegate, inTransaction, } from './lib/environment';
14export { renderComponent, renderMain, renderSync } from './lib/render';
15export { SafeString } from './lib/upsert';
16export { InternalVM, UpdatingVM, VM as LowLevelVM } from './lib/vm';
17export { EMPTY_ARGS, EMPTY_NAMED, EMPTY_POSITIONAL, createCapturedArgs, reifyArgs, reifyNamed, reifyPositional, } from './lib/vm/arguments';
18export { DynamicAttribute, dynamicAttribute, SimpleDynamicAttribute, } from './lib/vm/attributes/dynamic';
19export { clientBuilder, NewElementBuilder, UpdatableBlockImpl, RemoteLiveBlock, } from './lib/vm/element-builder';
20export { isSerializationFirstNode, RehydrateBuilder, rehydrationBuilder, SERIALIZATION_FIRST_NODE_STRING, } from './lib/vm/rehydrate-builder';
21export { invokeHelper } from './lib/helpers/invoke';
22export { default as fn } from './lib/helpers/fn';
23export { default as hash } from './lib/helpers/hash';
24export { default as array } from './lib/helpers/array';
25export { default as get } from './lib/helpers/get';
26export { default as concat } from './lib/helpers/concat';
27export { default as on } from './lib/modifiers/on';
28export { destroy, registerDestructor, isDestroying, isDestroyed } from '@glimmer/destroyable';
29export declare type IteratorResult<T> = RichIteratorResult<null, T>;
30//# sourceMappingURL=index.d.ts.map
\No newline at end of file