Skip to content

Commit bf5c6ef

Browse files
Claudehotlong
andauthored
feat: add node polyfills for services and update lockfile
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/68f4cfb3-e7ce-4d9a-8500-cc09d3afef70 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8172981 commit bf5c6ef

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

apps/studio/mocks/node-polyfills.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ export const watch = () => new EventEmitter();
9898
export const readFile = async () => '';
9999
export const writeFile = async () => {};
100100
export const rename = async () => {};
101+
export const renameSync = () => {};
101102
export const createHash = () => ({ update: () => ({ digest: () => '' }) });
103+
export const randomUUID = () => '00000000-0000-0000-0000-000000000000';

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)