@hyperfixi/core 2.4.0 → 2.5.0
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/chunks/{bridge-C4d3blZX.js → bridge-Ce2mO-nk.js} +2 -2
- package/dist/chunks/browser-modular-D5vPrb2X.js +2 -0
- package/dist/chunks/{index-Beno_SBy.js → index-DsBHN4zW.js} +2 -2
- package/dist/commands/index.js +1 -0
- package/dist/commands/index.mjs +1 -0
- package/dist/hyperfixi-browser-classic-i18n.js +1 -1
- package/dist/hyperfixi-browser-minimal.js +1 -1
- package/dist/hyperfixi-browser-standard.js +1 -1
- package/dist/hyperfixi-browser.js +1 -1
- package/dist/hyperfixi-classic-i18n.js +1 -1
- package/dist/hyperfixi-hx-v4.js +1 -1
- package/dist/hyperfixi-minimal.js +1 -1
- package/dist/hyperfixi-multilingual.js +1 -1
- package/dist/hyperfixi-standard.js +1 -1
- package/dist/hyperfixi.js +1 -1
- package/dist/hyperfixi.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +1 -0
- package/dist/lokascript-browser-classic-i18n.js +1 -1
- package/dist/lokascript-browser-minimal.js +1 -1
- package/dist/lokascript-browser-standard.js +1 -1
- package/dist/lokascript-browser.js +1 -1
- package/dist/lokascript-multilingual.js +1 -1
- package/dist/parser/full-parser.js +1 -0
- package/dist/parser/full-parser.mjs +1 -0
- package/dist/registry/index.js +1 -0
- package/dist/registry/index.mjs +1 -0
- package/package.json +5 -5
- package/dist/chunks/browser-modular-BwIRlrTM.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
let t=null;async function n(){if(!t)try{t=await import("./browser-modular-
|
|
2
|
-
//# sourceMappingURL=index-
|
|
1
|
+
let t=null;async function n(){if(!t)try{t=await import("./browser-modular-D5vPrb2X.js").then(function(t){return t.j})}catch{throw Error("@lokascript/framework is required for LSE support. Install it: npm install @lokascript/framework")}return t}function r(){if(t)return!0;try{return require.resolve("@lokascript/framework"),!0}catch{return!1}}async function a(t,r){return(await n()).parseExplicit(t,r)}async function o(t){return(await n()).isExplicitSyntax(t)}async function i(t){return(await n()).renderExplicit(t)}async function e(t){return(await n()).fromInterchangeNode(t)}async function c(t){return(await n()).toProtocolJSON(t)}async function u(t){return(await n()).fromProtocolJSON(t)}async function s(t){return(await n()).validateProtocolJSON(t)}async function f(t){return(await n()).toEnvelopeJSON(t)}async function l(t){return(await n()).fromEnvelopeJSON(t)}async function w(t){return(await n()).isEnvelope(t)}async function p(t){return(await n()).semanticNodeToRuntimeAST(t)}export{l as fromEnvelopeJSON,e as fromInterchangeNode,u as fromProtocolJSON,w as isEnvelope,o as isExplicitSyntax,r as isLSEAvailable,a as parseExplicit,i as renderExplicit,p as semanticNodeToRuntimeAST,f as toEnvelopeJSON,c as toProtocolJSON,s as validateProtocolJSON};
|
|
2
|
+
//# sourceMappingURL=index-DsBHN4zW.js.map
|
package/dist/commands/index.js
CHANGED
|
@@ -15005,6 +15005,7 @@ class Parser {
|
|
|
15005
15005
|
'increment',
|
|
15006
15006
|
'decrement',
|
|
15007
15007
|
'add',
|
|
15008
|
+
'toggle',
|
|
15008
15009
|
'if',
|
|
15009
15010
|
'unless',
|
|
15010
15011
|
'make',
|
package/dist/commands/index.mjs
CHANGED
|
@@ -15003,6 +15003,7 @@ class Parser {
|
|
|
15003
15003
|
'increment',
|
|
15004
15004
|
'decrement',
|
|
15005
15005
|
'add',
|
|
15006
|
+
'toggle',
|
|
15006
15007
|
'if',
|
|
15007
15008
|
'unless',
|
|
15008
15009
|
'make',
|