@lwce/meta-rollup-plugin
Advanced tools
Comparing version
@@ -41,3 +41,3 @@ "use strict"; | ||
moduleName: a.moduleName, | ||
imports: m.importedIds, | ||
imports: m ? m.importedIds : [], | ||
dependencies: [] | ||
@@ -44,0 +44,0 @@ }; // Looks like this is an array |
@@ -8,3 +8,3 @@ export * from './view'; | ||
moduleName: string; | ||
imports: string[]; | ||
imports: readonly string[]; | ||
dependencies: string[]; | ||
@@ -11,0 +11,0 @@ } |
@@ -16,2 +16,3 @@ "use strict"; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _view[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -18,0 +19,0 @@ enumerable: true, |
@@ -11,2 +11,3 @@ "use strict"; | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _camelToKebab[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -24,2 +25,3 @@ enumerable: true, | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _kebabToCamel[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -37,2 +39,3 @@ enumerable: true, | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _namespace[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -50,2 +53,3 @@ enumerable: true, | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _nodeOptions[key]) return; | ||
Object.defineProperty(exports, key, { | ||
@@ -52,0 +56,0 @@ enumerable: true, |
{ | ||
"name": "@lwce/meta-rollup-plugin", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Rollup plugin to deal with LWC meta-data", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@lwce/lwc-storybook": "0.0.19" | ||
"@lwce/lwc-storybook": "0.0.20" | ||
}, | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
], | ||
"gitHead": "4dfd0a0800ba5ffcbcfad9e6301456f47c2b6082" | ||
"gitHead": "faea8e33ac731d4a108a749d7f30f2e650a0fe80" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82847
1.06%897
0.56%+ Added
- Removed
Updated