-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(js): update vue/node app and lib generators to support TS solutions #29299
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Your CI Pipeline Execution ↗ for commit f1ebe93 ⏳ is in progress.
Last updated at 2024-12-12 20:24:50UTC Sent with 💌 from NxCloud. |
2698fdb
to
a2521e4
Compare
074479a
to
7d89b62
Compare
3bfea15
to
24c6ea1
Compare
cfa26af
to
603091e
Compare
603091e
to
2e32362
Compare
@@ -0,0 +1,5 @@ | |||
declare module '*.vue' { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is needed because typecheck
never worked without Volar in VSCode. The shims here at least makes it pass even though nothing meaningful is checked. We already do the same for Vue libs.
2e32362
to
855a35c
Compare
855a35c
to
eec2cb1
Compare
packages/node/src/generators/e2e-project/files/ts-solution/tsconfig.json__tmpl__
Outdated
Show resolved
Hide resolved
02f8d62
to
b9b388b
Compare
"include": [ | ||
".nuxt/nuxt.d.ts", | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still relevant. We should not generate this include
here.
environment: 'jsdom', | ||
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], | ||
reporters: ['default'], | ||
coverage: { reportsDirectory: '../coverage/my-lib', provider: 'v8' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs fixing.
1f32a9b
to
a728bb6
Compare
…-solution/tsconfig.json__tmpl__ Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
…ion.ts Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
a728bb6
to
5843dff
Compare
Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
5843dff
to
f1ebe93
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #