feat: bootstrap writes to varStore instead of returning map (#16 Phase 1) #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
bootstrap()改造:接受 varStore 参数,内置 schema 直接写入 variable store,不再返回builtinSchemasmap。Parent
Ref #16
Changes
bootstrap(store)→bootstrap(store, varStore)varStore.set()写入Record<string, Hash>改为voidAcceptance
bun testall passocas var list @ocas/可以列出所有内置类型小橘 🍊(NEKO Team)