@lingo.dev/_compiler 0.7.15 → 0.7.18

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.
Files changed (39) hide show
  1. package/build/acorn-GCP5ZV2A.mjs +3152 -0
  2. package/build/acorn-U6XNAJW3.cjs +3152 -0
  3. package/build/angular-JQSQXFBY.mjs +2937 -0
  4. package/build/angular-VRWVFJ3P.cjs +2937 -0
  5. package/build/babel-R5G642DR.mjs +7246 -0
  6. package/build/babel-XUIPTQVD.cjs +7246 -0
  7. package/build/chunk-253QCR45.cjs +21 -0
  8. package/build/chunk-6BWS3CLP.mjs +16 -0
  9. package/build/chunk-77OA7KVH.cjs +22599 -0
  10. package/build/chunk-SRWLOKRJ.mjs +22598 -0
  11. package/build/estree-4GAWSYZ3.cjs +4388 -0
  12. package/build/estree-XLH46TSP.mjs +4388 -0
  13. package/build/flow-E755VYYN.mjs +27251 -0
  14. package/build/flow-Q7PWYY7R.cjs +27251 -0
  15. package/build/glimmer-CMYCELEM.cjs +2823 -0
  16. package/build/glimmer-E47Q6F77.mjs +2823 -0
  17. package/build/graphql-22VX22UI.mjs +1257 -0
  18. package/build/graphql-ATU26IOQ.cjs +1257 -0
  19. package/build/html-L366VYHK.cjs +2792 -0
  20. package/build/html-ZAWF5C3B.mjs +2792 -0
  21. package/build/index.cjs +36 -29
  22. package/build/index.d.cts +1 -1
  23. package/build/index.mjs +16 -7
  24. package/build/lingo-turbopack-loader.cjs +4 -5
  25. package/build/lingo-turbopack-loader.d.cts +1 -1
  26. package/build/lingo-turbopack-loader.mjs +2 -1
  27. package/build/markdown-5YN6HSRL.mjs +3536 -0
  28. package/build/markdown-VRQCW4QH.cjs +3536 -0
  29. package/build/meriyah-FBYDJ6EA.mjs +2631 -0
  30. package/build/meriyah-QKHCCSUI.cjs +2631 -0
  31. package/build/postcss-NNGTIRRJ.mjs +5083 -0
  32. package/build/postcss-PVIIR2IT.cjs +5083 -0
  33. package/build/typescript-FJLY3MEC.mjs +13205 -0
  34. package/build/typescript-VKODJRCW.cjs +13205 -0
  35. package/build/yaml-6I36QTON.cjs +4222 -0
  36. package/build/yaml-MMD4LQP5.mjs +4222 -0
  37. package/package.json +12 -5
  38. package/build/chunk-COKHINWO.mjs +0 -2743
  39. package/build/chunk-TMPC4O5V.cjs +0 -2743
@@ -0,0 +1,21 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __defProp = Object.defineProperty;
2
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
+ }) : x)(function(x) {
5
+ if (typeof require !== "undefined") return require.apply(this, arguments);
6
+ throw Error('Dynamic require of "' + x + '" is not supported');
7
+ });
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+
13
+ // ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.13.5_jiti@2.5.1_postcss@8.5.4_tsx@4.20.3_typescript@5.8.3_yaml@2.8.1/node_modules/tsup/assets/cjs_shims.js
14
+ var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
15
+ var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
16
+
17
+
18
+
19
+
20
+
21
+ exports.__require = __require; exports.__export = __export; exports.importMetaUrl = importMetaUrl;
@@ -0,0 +1,16 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
3
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
4
+ }) : x)(function(x) {
5
+ if (typeof require !== "undefined") return require.apply(this, arguments);
6
+ throw Error('Dynamic require of "' + x + '" is not supported');
7
+ });
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+
13
+ export {
14
+ __require,
15
+ __export
16
+ };