Files
editor/packages/ifc-converter
3cb318e445 ifc-converter: drop test script until tests exist (#328)
The package has no test files yet. `bun test` exits 1 ("No tests found!")
and fails CI; --pass-with-no-tests isn't honored by the bun 1.3.0 pinned
in CI. Match the convention used by @pascal-app/viewer (no test script):
turbo skips the test task for packages without one. The script comes back
when real tests land.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 11:26:14 -04:00
..

@pascal-app/ifc-converter

Pure conversion logic for IFC → Pascal scene graphs. Takes a Uint8Array of IFC bytes, returns { nodes, rootNodeIds, stats } shaped against @pascal-app/core schemas.

No DOM, no React. The UI lives in apps/ifc-converter.