@builder.io/dev-tools 1.6.48-dev.202505142147.6bb62701 → 1.6.49
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/angular/index.cjs +1 -46
- package/angular/index.mjs +1 -21
- package/cli/index.cjs +3577 -105854
- package/cli/index.cjs.map +4 -4
- package/core/index.cjs +820 -13625
- package/core/index.mjs +820 -13615
- package/figma/index.cjs +1 -39
- package/figma/index.mjs +1 -19
- package/node/index.cjs +105 -25304
- package/node/index.mjs +105 -25308
- package/package.json +1 -1
- package/remix/build.cjs +1 -132
- package/remix/index.mjs +1 -113
- package/server/index.cjs +1370 -15020
- package/server/index.mjs +1370 -15013
- package/types/cli/codegen.d.ts +1 -0
- package/types/tsconfig.tsbuildinfo +1 -1
- package/vite/index.cjs +3 -153
- package/vite/index.mjs +3 -119
- package/webpack/index.cjs +27 -2883
- package/webpack/index.mjs +27 -2871
- package/types/cli/code-server.d.ts +0 -0
- package/types/cli/io-service.d.ts +0 -86
- package/types/core/adapters/vite/ensure-remix-config.d.ts +0 -6
- package/types/core/adapters/vite/remix-utils.d.ts +0 -10
- package/types/core/adapters/vite/vite-config-helpers.d.ts +0 -6
package/figma/index.cjs
CHANGED
|
@@ -1,39 +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
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(figma_exports);
|
|
28
|
-
function figmaMapping(_config) {
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
function explicitFalse(value) {
|
|
32
|
-
if (value === false) {
|
|
33
|
-
return false;
|
|
34
|
-
}
|
|
35
|
-
return value;
|
|
36
|
-
}
|
|
37
|
-
function html(strings, ...values) {
|
|
38
|
-
return void 0;
|
|
39
|
-
}
|
|
1
|
+
"use strict";var t=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var m=(e,n)=>{for(var a in n)t(e,a,{get:n[a],enumerable:!0})},s=(e,n,a,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of o(n))!g.call(e,i)&&i!==a&&t(e,i,{get:()=>n[i],enumerable:!(r=p(n,i))||r.enumerable});return e};var d=e=>s(t({},"__esModule",{value:!0}),e);var c={};m(c,{explicitFalse:()=>y,figmaMapping:()=>l,html:()=>F});module.exports=d(c);function l(e){}function y(e){return e===!1?!1:e}function F(e,...n){}
|
package/figma/index.mjs
CHANGED
|
@@ -1,20 +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
|
-
export {
|
|
17
|
-
explicitFalse,
|
|
18
|
-
figmaMapping,
|
|
19
|
-
html
|
|
20
|
-
};
|
|
2
|
+
function i(e){}function a(e){return e===!1?!1:e}function t(e,...n){}export{a as explicitFalse,i as figmaMapping,t as html};
|