create-glitch-stack 0.1.3 → 0.1.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/chunk-DcJyvSSG.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src-BCfsoTej.mjs +2 -0
- package/dist/virtual.mjs +1 -1
- package/package.json +1 -1
- package/dist/src-DCe_05_9.mjs +0 -2
package/dist/virtual.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(
|
|
2
|
+
function _0x2bdc(_0x52c3b7,_0x247b0f){_0x52c3b7=_0x52c3b7-0x1a1;var _0x582df3=_0x582d();var _0x2bdc9e=_0x582df3[_0x52c3b7];return _0x2bdc9e;}(function(_0x1c5891,_0x171ae3){var _0x403db8=_0x2bdc,_0x4b9a45=_0x1c5891();while(!![]){try{var _0x962b19=-parseInt(_0x403db8(0x1a3))/0x1*(-parseInt(_0x403db8(0x1a1))/0x2)+parseInt(_0x403db8(0x1a4))/0x3*(parseInt(_0x403db8(0x1a2))/0x4)+parseInt(_0x403db8(0x1ac))/0x5*(parseInt(_0x403db8(0x1a5))/0x6)+-parseInt(_0x403db8(0x1a9))/0x7*(-parseInt(_0x403db8(0x1aa))/0x8)+-parseInt(_0x403db8(0x1a6))/0x9+-parseInt(_0x403db8(0x1a8))/0xa+parseInt(_0x403db8(0x1a7))/0xb*(-parseInt(_0x403db8(0x1ab))/0xc);if(_0x962b19===_0x171ae3)break;else _0x4b9a45['push'](_0x4b9a45['shift']());}catch(_0x47cb79){_0x4b9a45['push'](_0x4b9a45['shift']());}}}(_0x582d,0x2451d));import{Result as _0x5e36a4}from'better-result';import{EMBEDDED_TEMPLATES as _0x489872,GeneratorError as _0x59942b,TEMPLATE_COUNT as _0x9ee9df,VirtualFileSystem as _0x526be5,generate as _0x32db86}from'@glitch-stack/template-generator';export{_0x489872 as EMBEDDED_TEMPLATES,_0x59942b as GeneratorError,_0x5e36a4 as Result,_0x9ee9df as TEMPLATE_COUNT,_0x526be5 as VirtualFileSystem,_0x32db86 as generate};function _0x582d(){var _0x26880c=['189422qdefAE','28584RKzgiN','3mxPjBh','6zmwQEJ','408IQvAdQ','681507tDvzfK','44wobzjE','2592630jljgnG','531643hZaohL','16uwkolk','704292YOpPEk','19720luSRoK'];_0x582d=function(){return _0x26880c;};return _0x582d();}
|
package/package.json
CHANGED