core
core copied to clipboard
fix(compiler-core): remove types for expressions
similar to #13395
Summary by CodeRabbit
-
Bug Fixes
- Improved handling of expressions with TypeScript type assertions to ensure correct code generation without extraneous text.
-
Tests
- Added a new test case to verify proper handling of expressions with type assertions in templates.