Skip to content

Commit b5f1377

Browse files
committed
chore: rename signal-utils to internal-api
1 parent c974009 commit b5f1377

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/qwik/src/core/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export { _walkJSX } from './ssr/ssr-render-jsx';
33
export { _SharedContainer } from './shared/shared-container';
44
export { queueQRL as _run } from './client/queue-qrl';
55
export { scheduleTask as _task } from './use/use-task';
6-
export { _wrapSignal, _wrapProp, _wrapStore } from './signal/signal-utils';
6+
export { _wrapSignal, _wrapProp, _wrapStore } from './signal/internal-api';
77
export { _restProps } from './shared/utils/prop';
88
export { _IMMUTABLE } from './shared/utils/constants';
99
export { _CONST_PROPS, _VAR_PROPS } from './shared/utils/constants';

0 commit comments

Comments
 (0)