File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -236,18 +236,6 @@ export default {
236
236
methods += " \n ]),\n " ;
237
237
methods += " },\n " ;
238
238
}
239
- // creating a styleString too add to style scope1d style
240
- // let classArr = this.componentMap[componentName].htmlList;
241
- // console.log('thisone', classArr[0].class);
242
- // const styleStr = ' ';
243
- // for (const htmlKey of classArr) {
244
- // if (!htmlKey.text) return;
245
- // if (htmlKey.class) {
246
- // styleStr += `.${htmlKey.class}{\n}`
247
- // }
248
- // //left off here: think there is an issue to render this information::::::::
249
- // return styleStr;
250
- // }
251
239
252
240
let htmlArray = this .componentMap [componentName].htmlList ;
253
241
console .log (" down here" , htmlArray);
@@ -258,10 +246,6 @@ export default {
258
246
styleString += ` .${ html .class } {\n }\n `
259
247
}
260
248
}
261
- // const accessProxy = new Proxy(htmlArray, getHandler)
262
- // const getHandler = {
263
- // get: function (htmlArray, )
264
- // };
265
249
266
250
// concat all code within script tags
267
251
// if exportAsTypescript is on, out should be <script lang="ts">
You can’t perform that action at this time.
0 commit comments