Skip to content

feat(typecheck): support ts projects#928

Merged
danielroe merged 2 commits intomainfrom
feat/typecheck
Jun 27, 2025
Merged

feat(typecheck): support ts projects#928
danielroe merged 2 commits intomainfrom
feat/typecheck

Conversation

@danielroe
Copy link
Member

@danielroe danielroe commented Jun 27, 2025

🔗 Linked issue

resolves #323
resolves #926

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

with the upcoming v4 nuxt release, and nuxt/nuxt#32343, it's now possible to typecheck all three contexts (node/app/nitro) of a nuxt project with a single command.

Make sure you are running v4 alpha 3 or newer, and follow the steps here: https://nuxt.com/docs/4.x/getting-started/upgrade#typescript-configuration-changes

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2025

Bundle Stats — nuxi size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
58 5.46 MB → 5.46 MB (+833 B) +0.01%
Changeset
File Δ Size
node_modules/pkg-types/dist/index.mjs 📈 +665 B (+25.13%) 2.58 kB → 3.23 kB
src/commands/typecheck.ts 📈 +168 B (+9.21%) 1.78 kB → 1.95 kB
View detailed bundle breakdown

Added

Asset File Size % Changed
shared/nuxi.ChutbOY_.mjs 0 B → 25.34 kB (+25.34 kB) -
shared/nuxi.CbyJ5osS.mjs 0 B → 13.45 kB (+13.45 kB) -
shared/nuxi.BEgIcxrx.mjs 0 B → 4.06 kB (+4.06 kB) -

Removed

Asset File Size % Changed
shared/nuxi.DRfkfsvA.mjs 25.34 kB → 0 B (-25.34 kB) -100%
shared/nuxi.CvGKll9s.mjs 12.8 kB → 0 B (-12.8 kB) -100%
shared/nuxi.pQKP70qC.mjs 4.06 kB → 0 B (-4.06 kB) -100%

Bigger

Asset File Size % Changed
chunks/typecheck.mjs 1.78 kB → 1.95 kB (+168 B) +9.21%

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
index.mjs 247 B 0%
dev/index.mjs 896 B 0%
chunks/add.mjs 6.89 kB 0%
chunks/analyze.mjs 3.27 kB 0%
chunks/build.mjs 1.96 kB 0%
chunks/cleanup.mjs 471 B 0%
chunks/dev-child.mjs 780 B 0%
chunks/dev.mjs 27.24 kB 0%
chunks/devtools.mjs 764 B 0%
chunks/generate.mjs 472 B 0%
chunks/info.mjs 4.38 kB 0%
chunks/init.mjs 665.88 kB 0%
chunks/index.mjs 274 B 0%
chunks/prepare.mjs 984 B 0%
chunks/preview.mjs 3.5 kB 0%
chunks/test.mjs 1.16 kB 0%
chunks/upgrade.mjs 6.28 kB 0%
chunks/satisfies.mjs 116 B 0%
chunks/main.mjs 15.3 kB 0%
chunks/prompt.mjs 42.91 kB 0%
chunks/jiti.mjs 305 B 0%
chunks/index2.mjs 194.26 kB 0%
chunks/index3.mjs 71.97 kB 0%
chunks/multipart-parser.mjs 5.11 kB 0%
chunks/add2.mjs 12.08 kB 0%
chunks/search.mjs 45.85 kB 0%
chunks/xdg-open.mjs 25.32 kB 0%
chunks/node.mjs 145.67 kB 0%
chunks/index4.mjs 1.23 kB 0%
chunks/index5.mjs 5.85 kB 0%
chunks/multipart-parser2.mjs 4.58 kB 0%
chunks/index6.mjs 898.9 kB 0%
shared/nuxi.DFIyyeua.mjs 19.18 kB 0%
shared/nuxi.Dh2ZdpAd.mjs 57.22 kB 0%
shared/nuxi.CTyTlDmo.mjs 18.91 kB 0%
shared/nuxi.DKSCJgDw.mjs 792 B 0%
shared/nuxi.BtDT0y5R.mjs 294 B 0%
shared/nuxi.Cm5apyPX.mjs 2.57 kB 0%
shared/nuxi.Db0skjkt.mjs 915.23 kB 0%
shared/nuxi.D2_bzAv0.mjs 1.54 kB 0%
shared/nuxi.DtQ0anGB.mjs 4.07 kB 0%
shared/nuxi.BSm0_9Hr.mjs 107 B 0%
shared/nuxi.DMyZmNH9.mjs 836 B 0%
shared/nuxi.dlymdmbV.mjs 1.05 kB 0%
shared/nuxi.BMIgfYLN.mjs 15.26 kB 0%
shared/nuxi.D5KtpA0t.mjs 984 B 0%
shared/nuxi.wc1-AWrO.mjs 2.02 MB 0%
shared/nuxi.BjhZEm2-.mjs 1.75 kB 0%
shared/nuxi.DU9QXUOf.mjs 26.96 kB 0%
shared/nuxi.BzZJv2UC.mjs 123.67 kB 0%
shared/nuxi.QWnQy_ku.mjs 5.75 kB 0%
shared/nuxi.BLb4POFS.mjs 42.47 kB 0%
shared/nuxi.Do0aYBCO.mjs 5.46 kB 0%
shared/nuxi.4t9faemh.mjs 43.64 kB 0%

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2025

Bundle Stats — nuxt-cli size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
32 90.29 kB → 90.45 kB (+168 B) +0.18%
Changeset
File Δ Size
home/runner/work/cli/cli/packages/nuxi/src/commands/typecheck.ts 📈 +168 B (+9.21%) 1.78 kB → 1.95 kB
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
chunks/typecheck.mjs 1.78 kB → 1.95 kB (+168 B) +9.21%

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
dev/index.mjs 0 B 0%
index.mjs 236 B 0%
chunks/index.mjs 11.43 kB 0%
chunks/analyze.mjs 3.27 kB 0%
chunks/cleanup.mjs 471 B 0%
chunks/dev-child.mjs 815 B 0%
chunks/dev.mjs 10.09 kB 0%
chunks/devtools.mjs 763 B 0%
chunks/generate.mjs 472 B 0%
chunks/build.mjs 1.96 kB 0%
chunks/info.mjs 4.39 kB 0%
chunks/index2.mjs 273 B 0%
chunks/add.mjs 10.17 kB 0%
chunks/search.mjs 2.96 kB 0%
chunks/prepare.mjs 984 B 0%
chunks/preview.mjs 3.5 kB 0%
chunks/test.mjs 1.16 kB 0%
chunks/upgrade.mjs 6.28 kB 0%
chunks/init.mjs 9.85 kB 0%
chunks/add2.mjs 6.89 kB 0%
shared/cli.B9AmABr3.mjs 39 B 0%
shared/cli.Dvb-m6bf.mjs 792 B 0%
shared/cli.BEUGgaW4.mjs 294 B 0%
shared/cli.BSm0_9Hr.mjs 107 B 0%
shared/cli.At9IMXtr.mjs 1.23 kB 0%
shared/cli.pLQ0oPGc.mjs 836 B 0%
shared/cli.BrKZotr9.mjs 1.05 kB 0%
shared/cli.P0cplz3M.mjs 78 B 0%
shared/cli.jA1DRKbi.mjs 1.04 kB 0%
shared/cli.BLVI_04J.mjs 1.8 kB 0%
shared/cli.yHMpVeHl.mjs 5.42 kB 0%

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2025

Bundle Stats — create-nuxt size comparison

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
49 5.88 MB → 5.89 MB (+835 B) +0.01%
Changeset
File Δ Size
node_modules/pkg-types/dist/index.mjs 📈 +667 B (+25.17%) 2.59 kB → 3.24 kB
home/runner/work/cli/cli/packages/nuxi/src/commands/typecheck.ts 📈 +168 B (+9.21%) 1.78 kB → 1.95 kB
View detailed bundle breakdown

Added

Asset File Size % Changed
shared/create-nuxt.DThhmweU.mjs 0 B → 2.02 MB (+2.02 MB) -
shared/create-nuxt.Drn2Mj-1.mjs 0 B → 1.17 MB (+1.17 MB) -
shared/create-nuxt.B3STrcyM.mjs 0 B → 964.43 kB (+964.43 kB) -
shared/create-nuxt.DX9WOARL.mjs 0 B → 108.11 kB (+108.11 kB) -
shared/create-nuxt.C_rHbSeB.mjs 0 B → 18.91 kB (+18.91 kB) -
shared/create-nuxt.CssRAp0b.mjs 0 B → 15.27 kB (+15.27 kB) -
shared/create-nuxt.bOUheP_L.mjs 0 B → 4.07 kB (+4.07 kB) -
shared/create-nuxt.BEnMq1Re.mjs 0 B → 4.06 kB (+4.06 kB) -
shared/create-nuxt.CTZIz834.mjs 0 B → 3.9 kB (+3.9 kB) -
shared/create-nuxt.CCE4xtFl.mjs 0 B → 1.05 kB (+1.05 kB) -
shared/create-nuxt.DbuVfATn.mjs 0 B → 836 B (+836 B) -
shared/create-nuxt.BTFclNRC.mjs 0 B → 792 B (+792 B) -
shared/create-nuxt.Bls702kr.mjs 0 B → 294 B (+294 B) -

Removed

Asset File Size % Changed
shared/create-nuxt.Be-Kjlkt.mjs 2.02 MB → 0 B (-2.02 MB) -100%
shared/create-nuxt.DzJUR39Z.mjs 1.17 MB → 0 B (-1.17 MB) -100%
shared/create-nuxt.B71Ptx3t.mjs 963.78 kB → 0 B (-963.78 kB) -100%
shared/create-nuxt.BHNcDoGS.mjs 108.11 kB → 0 B (-108.11 kB) -100%
shared/create-nuxt.DWN1j4sa.mjs 18.91 kB → 0 B (-18.91 kB) -100%
shared/create-nuxt.BGYNhO8g.mjs 15.27 kB → 0 B (-15.27 kB) -100%
shared/create-nuxt.DgkXlNAq.mjs 4.07 kB → 0 B (-4.07 kB) -100%
shared/create-nuxt.CNhf76gk.mjs 4.06 kB → 0 B (-4.06 kB) -100%
shared/create-nuxt.BZEC9aF-.mjs 3.9 kB → 0 B (-3.9 kB) -100%
shared/create-nuxt.0VtSoDeL.mjs 1.05 kB → 0 B (-1.05 kB) -100%
shared/create-nuxt.DrUPYlIo.mjs 836 B → 0 B (-836 B) -100%
shared/create-nuxt.GQ4ySyuL.mjs 792 B → 0 B (-792 B) -100%
shared/create-nuxt.BzVnAJ6D.mjs 294 B → 0 B (-294 B) -100%

Bigger

Asset File Size % Changed
chunks/typecheck.mjs 1.78 kB → 1.95 kB (+168 B) +9.21%

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
index.mjs 1.07 kB 0%
chunks/multipart-parser.mjs 5.11 kB 0%
chunks/multipart-parser2.mjs 4.58 kB 0%
chunks/add.mjs 6.89 kB 0%
chunks/analyze.mjs 3.27 kB 0%
chunks/build.mjs 1.96 kB 0%
chunks/cleanup.mjs 471 B 0%
chunks/dev-child.mjs 811 B 0%
chunks/dev.mjs 27.24 kB 0%
chunks/devtools.mjs 764 B 0%
chunks/generate.mjs 472 B 0%
chunks/info.mjs 4.38 kB 0%
chunks/index.mjs 274 B 0%
chunks/prepare.mjs 984 B 0%
chunks/preview.mjs 3.5 kB 0%
chunks/test.mjs 1.16 kB 0%
chunks/upgrade.mjs 6.28 kB 0%
chunks/prompt.mjs 42.91 kB 0%
chunks/satisfies.mjs 116 B 0%
chunks/index2.mjs 194.26 kB 0%
chunks/jiti.mjs 305 B 0%
chunks/index3.mjs 71.97 kB 0%
chunks/add2.mjs 12.08 kB 0%
chunks/search.mjs 45.85 kB 0%
chunks/xdg-open.mjs 25.32 kB 0%
chunks/node.mjs 145.67 kB 0%
chunks/index4.mjs 1.23 kB 0%
chunks/index5.mjs 5.85 kB 0%
chunks/index6.mjs 6.24 kB 0%
chunks/index7.mjs 50.51 kB 0%
chunks/index8.mjs 898.9 kB 0%
shared/create-nuxt.BSm0_9Hr.mjs 107 B 0%
shared/create-nuxt.BjhZEm2-.mjs 1.75 kB 0%
shared/create-nuxt.Vk1IrVtB.mjs 26.96 kB 0%
shared/create-nuxt.4t9faemh.mjs 43.64 kB 0%

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 27, 2025

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@928
npm i https://pkg.pr.new/nuxi@928
npm i https://pkg.pr.new/@nuxt/cli@928

commit: 0a705d1

@codspeed-hq
Copy link

codspeed-hq bot commented Jun 27, 2025

CodSpeed Performance Report

Merging #928 will not alter performance

Comparing feat/typecheck (0a705d1) with main (e5ef49e)

Summary

✅ 2 untouched benchmarks

@danielroe danielroe merged commit 442cf79 into main Jun 27, 2025
14 checks passed
@danielroe danielroe deleted the feat/typecheck branch June 27, 2025 12:28
@github-actions github-actions bot mentioned this pull request Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support project-based typechecking Run typecheck for client *and* server with nuxi typecheck

1 participant