@proxysoul/soulforge 1.3.3 → 1.3.5
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/index.js +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -440129,6 +440129,16 @@ var init_syntax = __esm(async () => {
|
|
|
440129
440129
|
}]
|
|
440130
440130
|
};
|
|
440131
440131
|
addDefaultParsers(discoverParsers());
|
|
440132
|
+
if (IS_COMPILED3) {
|
|
440133
|
+
process.env.OTUI_TREE_SITTER_WORKER_PATH = join41(homedir20(), ".soulforge", "opentui-assets", "parser.worker.js");
|
|
440134
|
+
} else if (IS_DIST3) {
|
|
440135
|
+
try {
|
|
440136
|
+
const coreWorker = resolve33(dirname16(__require.resolve("@opentui/core")), "parser.worker.js");
|
|
440137
|
+
if (existsSync31(coreWorker)) {
|
|
440138
|
+
process.env.OTUI_TREE_SITTER_WORKER_PATH = coreWorker;
|
|
440139
|
+
}
|
|
440140
|
+
} catch {}
|
|
440141
|
+
}
|
|
440132
440142
|
theme = [{
|
|
440133
440143
|
scope: ["default"],
|
|
440134
440144
|
style: {
|