Skip to content

Commit e60a20f

Browse files
committed
fix: remove script tag html override
1 parent dc178ce commit e60a20f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/empty-cars-jog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@marko/runtime-tags": patch
3+
"@marko/compiler": patch
4+
"@marko/translator-interop-class-tags": patch
5+
---
6+
7+
Remove script tag definition that caused a conflict when in interop mode.

packages/runtime-tags/src/translator/core/script.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export default {
138138
tag.remove();
139139
},
140140
},
141-
html: false,
142141
parseOptions: {
143142
text: true,
144143
preserveWhitespace: true,

0 commit comments

Comments
 (0)