feat: complete production naming and reference lifecycle gates
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-14 10:10:30 -04:00
parent f97eae4153
commit f64b78865c
75 changed files with 57290 additions and 15675 deletions

View File

@@ -1,7 +1,9 @@
import assert from 'node:assert/strict'
import { resolve } from 'node:path'
import createOcctHistory from './dist/bitbybit-occt-history.js'
const occt = await createOcctHistory()
const dist = resolve(import.meta.dirname, 'dist')
const occt = await createOcctHistory({ locateFile: (path) => resolve(dist, path) })
assert.match(occt.occtVersion(), /^8\./)
const object = occt.makeBox(10, 10, 10)
const tool = occt.makeBox(5, 5, 5)