Matthieu Riegler
bc9ef72fae
refactor(compiler): update compliance tests. ( #58238 )
...
`standalone: true` is now the default at runtime.
PR Close #58238
2024-10-24 12:44:12 -07:00
Kristiyan Kostadinov
ccc8c80cd0
build: update to TypeScript 5.5 stable ( #56358 )
...
Updates the repo to the stable release of TypeScript 5.5.
PR Close #56358
2024-06-25 09:29:16 -07:00
Kristiyan Kostadinov
e5a6f91722
feat(core): support TypeScript 5.5 ( #56096 )
...
Updates the repo to add support for TypeScript 5.5. Includes resolving some compilation errors and broken tests.
PR Close #56096
2024-05-29 15:33:33 +02:00
Kristiyan Kostadinov
39624c6b12
fix(compiler): output input flags as a literal ( #55215 )
...
Previously the input flags were being generated as a reference to an enum member for better readability and under the assumption that minifiers would inline the values. That doesn't appear to be the case so these changes switch to using the literal values instead.
PR Close #55215
2024-04-04 11:13:52 -07:00
Kristiyan Kostadinov
d006aa33bf
refactor(compiler-cli): add tests for model inputs ( #54252 )
...
Adds tests in the compiler to verify the compiled output and template type checking behavior of model inputs.
PR Close #54252
2024-02-07 16:36:08 +00:00