@514labs/moose-lib 0.6.335 → 0.6.336
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browserCompatible.js.map +1 -1
- package/dist/browserCompatible.mjs.map +1 -1
- package/dist/dmv2/index.js.map +1 -1
- package/dist/dmv2/index.mjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/moose-runner.js +3 -1
- package/dist/moose-runner.js.map +1 -1
- package/dist/moose-runner.mjs +3 -1
- package/dist/moose-runner.mjs.map +1 -1
- package/dist/moose-tspc.js +30 -9
- package/dist/moose-tspc.js.map +1 -1
- package/dist/moose-tspc.mjs +30 -9
- package/dist/moose-tspc.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -566,7 +566,9 @@ var init_internal = __esm({
|
|
|
566
566
|
try {
|
|
567
567
|
const sourceDir = getSourceDir();
|
|
568
568
|
if (useCompiled) {
|
|
569
|
-
await loadModule(
|
|
569
|
+
await loadModule(
|
|
570
|
+
`${process2.cwd()}/.moose/compiled/${sourceDir}/index.js`
|
|
571
|
+
);
|
|
570
572
|
} else {
|
|
571
573
|
__require(`${process2.cwd()}/${sourceDir}/index.ts`);
|
|
572
574
|
}
|