Cédric Exbrayat
Cédric Exbrayat
## Current behavior Thank you for your work for a better support of `script setup` When upgrading an application to use v6.3.5, we encounter the following error with Vue 3...
Considering a simple TS file like `src/main.ts` ```typescript function Foo(constructorFunction: Function) { console.log('Foo decorator') } @Foo class Main { constructor() { console.log('Running') } } new Main(); ``` then trying to...
(Less breaky) alternative to #44328 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit - [ ]...
## PR Checklist Please check to confirm your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [x] Tests for the changes have been...
### Describe the bug I tried to reproduce in isolation but I couldn't, sorry. In VTU, we have a test that mocks `vue` to use `@vue/compat` instead https://github.com/vuejs/test-utils/blob/main/tests/features/compat.spec.ts#L5 This test...
Fixes #6340 This commit improves the case when a directive is not found in a template. As `resolveDirective` returns `undefined`, some code was failing with the following error: ``` TypeError:...
### Version @nuxtjs/i18n: 8.0.0-alpha.3 nuxt: 3.0.0-rc.11 ### Nuxt configuration Please change to `[x]` if relevant for this issue: - [x] Applies to a site deployed to a static server (site...
## PR Checklist Please check to confirm your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [x] Tests for the changes have been...
We should add a basic example on home page, like the one we have in the readme. Currently when you land on https://ngx-speculoos.ninja-squad.com/ you don't really know what it's about,...
We could simplify the setup for CLI users by adding an add schematic, which could at least include the `ValdemortModule` If we want to be fancy we could even: -...