3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

the relative path seems out of sync with how it is set up in node.ts

This commit is contained in:
Nikolaj Bjorner 2022-07-18 11:21:16 -07:00
parent 7f1893d781
commit afcfc80c42

View file

@ -3,7 +3,7 @@
// @ts-ignore no-implicit-any
import { createApi, Z3HighLevel } from './high-level';
import { init as initWrapper, Z3LowLevel } from './low-level';
import initModule = require('../build/z3-built');
import initModule = require('./z3-built');
export * from './high-level/types';
export { Z3Core, Z3LowLevel } from './low-level';