@builder.io/dev-tools 1.9.18-dev.202508070547.81cb44683 → 1.9.19

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 (36) hide show
  1. package/angular/index.cjs +1 -46
  2. package/angular/index.mjs +1 -21
  3. package/cli/index.cjs +3841 -110606
  4. package/cli/index.cjs.map +4 -4
  5. package/core/index.cjs +944 -14283
  6. package/core/index.mjs +945 -14274
  7. package/figma/index.cjs +1 -47
  8. package/figma/index.mjs +1 -27
  9. package/node/index.cjs +105 -25310
  10. package/node/index.mjs +105 -25314
  11. package/package.json +1 -1
  12. package/remix/build.cjs +1 -132
  13. package/remix/index.mjs +1 -113
  14. package/server/index.cjs +1508 -22016
  15. package/server/index.mjs +1507 -22014
  16. package/types/cli/backup.d.ts +2 -2
  17. package/types/cli/launch/InitStateMachine.d.ts +1 -0
  18. package/types/common/ast/component-input-types.d.ts +1 -1
  19. package/types/common/ast/convert-values.d.ts +1 -1
  20. package/types/common/utils.d.ts +1 -1
  21. package/types/tsconfig.tsbuildinfo +1 -1
  22. package/vite/index.cjs +3 -153
  23. package/vite/index.mjs +3 -119
  24. package/webpack/index.cjs +27 -2883
  25. package/webpack/index.mjs +27 -2871
  26. package/types/cli/repo-indexing.d.ts +0 -17
  27. package/types/cli/repo-indexing.mock.d.ts +0 -5
  28. package/types/cli/utils/repo-indexing-group-prompts.d.ts +0 -1
  29. package/types/scripts/analyze-projects.d.ts +0 -18
  30. package/types/scripts/call-ensure-container.d.ts +0 -4
  31. package/types/scripts/check-backup.d.ts +0 -1
  32. package/types/scripts/cli.d.ts +0 -1
  33. package/types/scripts/download-projects.d.ts +0 -12
  34. package/types/scripts/utils/db.d.ts +0 -3
  35. package/types/scripts/utils/ensure-container.d.ts +0 -7
  36. package/types/scripts/utils/remove-machine-and-volume.d.ts +0 -5
package/figma/index.cjs CHANGED
@@ -1,47 +1 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // packages/dev-tools/figma/index.ts
21
- var figma_exports = {};
22
- __export(figma_exports, {
23
- explicitFalse: () => explicitFalse,
24
- figmaMapping: () => figmaMapping,
25
- html: () => html,
26
- tmpl: () => tmpl
27
- });
28
- module.exports = __toCommonJS(figma_exports);
29
- function figmaMapping(_config) {
30
- return;
31
- }
32
- function explicitFalse(value) {
33
- if (value === false) {
34
- return false;
35
- }
36
- return value;
37
- }
38
- function html(strings, ...values) {
39
- return void 0;
40
- }
41
- function tmpl(strings, ...values) {
42
- return {
43
- "@type": "tmpl",
44
- strings,
45
- values
46
- };
47
- }
1
+ "use strict";var a=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var m=(e,n)=>{for(var t in n)a(e,t,{get:n[t],enumerable:!0})},s=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of o(n))!g.call(e,i)&&i!==t&&a(e,i,{get:()=>n[i],enumerable:!(r=p(n,i))||r.enumerable});return e};var d=e=>s(a({},"__esModule",{value:!0}),e);var f={};m(f,{explicitFalse:()=>y,figmaMapping:()=>l,html:()=>F,tmpl:()=>c});module.exports=d(f);function l(e){}function y(e){return e===!1?!1:e}function F(e,...n){}function c(e,...n){return{"@type":"tmpl",strings:e,values:n}}
package/figma/index.mjs CHANGED
@@ -1,28 +1,2 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
-
3
- // packages/dev-tools/figma/index.ts
4
- function figmaMapping(_config) {
5
- return;
6
- }
7
- function explicitFalse(value) {
8
- if (value === false) {
9
- return false;
10
- }
11
- return value;
12
- }
13
- function html(strings, ...values) {
14
- return void 0;
15
- }
16
- function tmpl(strings, ...values) {
17
- return {
18
- "@type": "tmpl",
19
- strings,
20
- values
21
- };
22
- }
23
- export {
24
- explicitFalse,
25
- figmaMapping,
26
- html,
27
- tmpl
28
- };
2
+ function i(e){}function t(e){return e===!1?!1:e}function a(e,...n){}function r(e,...n){return{"@type":"tmpl",strings:e,values:n}}export{t as explicitFalse,i as figmaMapping,a as html,r as tmpl};