@komaci/cli 242.0.0 → 242.1.0

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.
@@ -102,34 +102,6 @@ export function readAndParseBundleWithExceptions(path, configOverrides) {
102
102
  },
103
103
  srcFileMap,
104
104
  };
105
- const generatorState = getDefaultGeneratorState(input);
106
- return processGeneratorInputAndState(input, generatorState);
107
- }
108
- /**
109
- * Generates a default inital generator state.
110
- * @param input the generator input
111
- * @returns an intial generator state.
112
- */
113
- function getDefaultGeneratorState(input) {
114
- return {
115
- input,
116
- adgImportSuffix: 0,
117
- importAliasSuffix: 0,
118
- scriptGenState: {
119
- importRefsMap: {},
120
- requiredFactoryFunctions: new Set(),
121
- importInfosForWireAdapter: new Set(),
122
- primingAdapterImportDeclarations: [],
123
- },
124
- templateGenState: {
125
- importRefsMap: {},
126
- requiredFactoryFunctions: new Set(),
127
- refProps: new Set(),
128
- },
129
- iterationContext: [],
130
- defaultCompImported: false,
131
- adgNameMap: {},
132
- isDefaultExportFound: false,
133
- };
105
+ return processGeneratorInputAndState(input);
134
106
  }
135
107
  //# sourceMappingURL=readAndParseBundle.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@komaci/cli",
3
- "version": "242.0.0",
3
+ "version": "242.1.0",
4
4
  "description": "CLI utility that enables developers to use komaci from the command line.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/AndrewHuffman/komaci/issues"
25
25
  },
26
26
  "dependencies": {
27
- "@komaci/esm-generator": "242.0.0",
27
+ "@komaci/esm-generator": "242.1.0",
28
28
  "@lwc/metadata": "2.22.0-0",
29
29
  "@lwc/sfdc-compiler-utils": "2.22.0-0",
30
30
  "chalk": "^5.0.1",