@builder.io/dev-tools 1.9.21 → 1.9.23-dev.202508082028.12e70deb7

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 (41) hide show
  1. package/angular/index.cjs +46 -1
  2. package/angular/index.mjs +21 -1
  3. package/cli/index.cjs +110734 -3803
  4. package/cli/index.cjs.map +4 -4
  5. package/core/index.cjs +14132 -790
  6. package/core/index.mjs +14122 -790
  7. package/figma/index.cjs +47 -1
  8. package/figma/index.mjs +27 -1
  9. package/node/index.cjs +25310 -105
  10. package/node/index.mjs +25314 -105
  11. package/package.json +1 -4
  12. package/remix/build.cjs +132 -1
  13. package/remix/index.mjs +113 -1
  14. package/server/index.cjs +21981 -1470
  15. package/server/index.mjs +21980 -1470
  16. package/types/cli/code-server.d.ts +0 -0
  17. package/types/cli/code-tools.d.ts +1 -0
  18. package/types/cli/codegen.d.ts +10 -1
  19. package/types/cli/io-service.d.ts +86 -0
  20. package/types/cli/launch/install-jsx-plugin.d.ts +7 -0
  21. package/types/cli/launch/logger.d.ts +38 -0
  22. package/types/cli/launch-init-v2.d.ts +13 -0
  23. package/types/cli/launch-init.d.ts +19 -0
  24. package/types/cli/repo-indexing/component-indexing.d.ts +2 -1
  25. package/types/cli/repo-indexing/repo-indexing.d.ts +2 -2
  26. package/types/cli/repo-indexing/types.d.ts +5 -0
  27. package/types/cli/repo-indexing-utils.d.ts +2 -0
  28. package/types/cli/repo-indexing.d.ts +17 -0
  29. package/types/cli/repo-indexing.mock.d.ts +5 -0
  30. package/types/cli/utils/repo-indexing-group-prompts.d.ts +1 -0
  31. package/types/common/ast/component-input-types.d.ts +1 -1
  32. package/types/common/ast/convert-values.d.ts +1 -1
  33. package/types/common/utils.d.ts +1 -1
  34. package/types/core/adapters/vite/ensure-remix-config.d.ts +6 -0
  35. package/types/core/adapters/vite/remix-utils.d.ts +10 -0
  36. package/types/core/adapters/vite/vite-config-helpers.d.ts +6 -0
  37. package/types/tsconfig.tsbuildinfo +1 -1
  38. package/vite/index.cjs +153 -3
  39. package/vite/index.mjs +119 -3
  40. package/webpack/index.cjs +2883 -27
  41. package/webpack/index.mjs +2871 -27
package/figma/index.cjs CHANGED
@@ -1 +1,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}}
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
+ }
package/figma/index.mjs CHANGED
@@ -1,2 +1,28 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
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};
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
+ };