@xylabs/static-implements
Advanced tools
Comparing version 2.11.24 to 2.12.0
@@ -1,27 +0,1 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
staticImplements: () => staticImplements | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
// src/staticImplements.ts | ||
@@ -33,6 +7,5 @@ function staticImplements() { | ||
} | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
export { | ||
staticImplements | ||
}); | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,26 +0,2 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/staticImplements.ts | ||
var staticImplements_exports = {}; | ||
__export(staticImplements_exports, { | ||
staticImplements: () => staticImplements | ||
}); | ||
module.exports = __toCommonJS(staticImplements_exports); | ||
function staticImplements() { | ||
@@ -31,6 +7,5 @@ return (constructor) => { | ||
} | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
export { | ||
staticImplements | ||
}); | ||
}; | ||
//# sourceMappingURL=staticImplements.js.map |
@@ -15,3 +15,2 @@ { | ||
"docs": "dist/docs.json", | ||
"types": "dist/node/index.d.ts", | ||
"exports": { | ||
@@ -21,7 +20,7 @@ ".": { | ||
"types": "./dist/node/index.d.ts", | ||
"default": "./dist/node/index.js" | ||
"default": "./dist/node/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.mjs" | ||
"default": "./dist/node/index.js" | ||
} | ||
@@ -34,4 +33,2 @@ }, | ||
}, | ||
"main": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"homepage": "https://xylabs.com", | ||
@@ -58,3 +55,4 @@ "keywords": [ | ||
"sideEffects": false, | ||
"version": "2.11.24" | ||
"version": "2.12.0", | ||
"type": "module" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Yes
22794