We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d066d commit c1d7b31Copy full SHA for c1d7b31
glass-easel-miniprogram-typescript/src/project.ts
@@ -264,7 +264,6 @@ export class ProjectDirManager {
264
const compPath = wxmlFullPath.slice(0, -5)
265
const tsFullPath = `${compPath}.ts`
266
let cache = this.convertedExpr[wxmlFullPath]
267
- if (cache?.expr) return
268
if (!cache) {
269
cache = {
270
expr: undefined,
0 commit comments