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 61be769 commit d6852c5Copy full SHA for d6852c5
packages/compiler-core/src/transforms/vBindClass.ts
@@ -1,5 +1,5 @@
1
// Optimizations
2
-// - b -> normalize(b)
+// - b -> b (use runtime normalization)
3
// - ['foo', b] -> 'foo' + normalize(b)
4
// - { a, b: c } -> (a ? a : '') + (b ? c : '')
5
// - ['a', b, { c }] -> 'a' + normalize(b) + (c ? c : '')
0 commit comments