Apika Luca
Apika Luca
I like the [Chai's expect](https://www.chaijs.com/api/bdd/) and a feature that is useful is the custom error message, because this allows to tag some test, specify the error in the test, or...
This Fixes #140. In this pr is implemented the expression `import.meta` in parser and checker. Also fix some parsing errors related to dynamic import. ### Primary features `import.meta` is setted...
There's no implementations for import meta. It is trying to parse as dynamic import. ``` error: ┌─ file.ts:1:23 │ 1 │ const isProduction = import.meta.env.PROD; │ ^ Expected OpenParentheses found...
Closes #4115 Also written as fluent scrolling, smooth scroll is one of the details that Slint needs to have a better user experience. In this PR, I add the opt-out...