open-lisp 2026.310.55105 → 2026.310.81007

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/esm/mod.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.js"],"names":[],"mappings":"AAYA,qDAKC;AAED,wEAwBC;AA2DD,kCAEC;AAED,wCAGC;AAED,iCAEC;AAED;;EAEC;AAED,2DAEC;AAED,6CAEC;AAED,gDAEC;AAED,gDAEC;AAED,uCAEC;AAED,8BAEC;AAED,2CAMC;AAED,uCAEC;AAED,wCAEC;AAED;;;GAcC;AAED;;;;;GAyBC;AAED,4CAEC;AAED,qDAEC;AAnKD;IACE,yBAEC;IACD,+BAEC;IACD,iCAEC;IACD,wBAEC;IACD;;MAEC;IACD,kDAEC;IACD,oCAEC;IACD,uCAEC;IACD,uCAEC;IACD,8BAEC;IACD,qBAEC;IACD,kCAEC;IACD,8BAEC;IACD,+BAEC;IACD;;;OAEC;IACD;;;;;OAEC;IACD,mCAEC;IACD,4CAEC;CACF"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.js"],"names":[],"mappings":"AAYA,qDAKC;AAED,wEAwBC;AA2DD,kCAEC;AAED,wCAGC;AAED,iCAEC;AAED;;EAEC;AAED,2DAEC;AAED,6CAEC;AAED,gDAEC;AAED,gDAEC;AAED,uCAEC;AAED,8BAEC;AAED,2CAMC;AAED,uCAEC;AAED,wCAEC;AAED;;;GAcC;AAED;;;;;GAqBC;AAED,4CAEC;AAED,qDAEC;AA/JD;IACE,yBAEC;IACD,+BAEC;IACD,iCAEC;IACD,wBAEC;IACD;;MAEC;IACD,kDAEC;IACD,oCAEC;IACD,uCAEC;IACD,uCAEC;IACD,8BAEC;IACD,qBAEC;IACD,kCAEC;IACD,8BAEC;IACD,+BAEC;IACD;;;OAEC;IACD;;;;;OAEC;IACD,mCAEC;IACD,4CAEC;CACF"}
package/esm/mod.js CHANGED
@@ -2,17 +2,17 @@ import "./_dnt.polyfills.js";
2
2
  import * as dntShim from "./_dnt.shims.js";
3
3
  import { existsSync } from "./deps/jsr.io/@std/fs/1.0.23/mod.js";
4
4
  import { lisp1 } from "./src/lisp1.js";
5
- import { beautifyCode } from "./babel-transform.js";
6
- function _decodeBase64(encoded) {
7
- const decodedText = decodeURIComponent(escape(atob(encodedText)));
8
- console.log(decodedText);
9
- return decodedText;
10
- }
5
+ import { beautifyCode } from "./src/babel-transform.js";
6
+ // function _decodeBase64(encoded) {
7
+ // const decodedText = decodeURIComponent(escape(atob(encodedText)));
8
+ // console.log(decodedText);
9
+ // return decodedText;
10
+ // }
11
11
  export function lisp($scope, $system) {
12
12
  if (typeof $system === "undefined") {
13
13
  $system = system;
14
14
  }
15
- return lisp1($scope, $system, beautifyCode);
15
+ return lisp1($scope, $system, undefined /*beautifyCode*/);
16
16
  }
17
17
  export function transformCode(lispCode, _pathToLispCode) {
18
18
  const lisp = lisp1({}, system);
@@ -94,7 +94,7 @@ export class system {
94
94
  }
95
95
  }
96
96
  export function version() {
97
- return "npm:open-lisp: version 2026.310.55105";
97
+ return "npm:open-lisp: version 2026.310.81007";
98
98
  }
99
99
  export function versionNumber() {
100
100
  const split = version().split(" ");
@@ -0,0 +1 @@
1
+ {"version":3,"file":"babel-transform.d.ts","sourceRoot":"","sources":["../../src/src/babel-transform.js"],"names":[],"mappings":"AAUA,6CAOC"}