Skip to content

feat(plugin-typescript): add setup wizard binding#1275

Open
hanna-skryl wants to merge 1 commit intomainfrom
typescript-plugin-binding
Open

feat(plugin-typescript): add setup wizard binding#1275
hanna-skryl wants to merge 1 commit intomainfrom
typescript-plugin-binding

Conversation

@hanna-skryl
Copy link
Collaborator

Closes #1256

TypeScript plugin binding for the setup wizard. Auto-detects tsconfig files from the project directory, prompts for the tsconfig path and category generation, and produces plugin initialization code.

@hanna-skryl hanna-skryl self-assigned this Mar 23, 2026
@github-actions github-actions bot added 📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🛠️ tooling 🧩 typescript-plugin TypeScript plugin 🧩 create-cli labels Mar 23, 2026
@nx-cloud
Copy link

nx-cloud bot commented Mar 23, 2026

View your CI Pipeline Execution ↗ for commit d51a1c1

Command Status Duration Result
nx run ci:code-pushup -- merge-diffs --files=/h... ✅ Succeeded 5s View ↗
nx run-many --targets=code-pushup --parallel=fa... ✅ Succeeded 1m 33s View ↗
nx run-many --targets=code-pushup --parallel=fa... ✅ Succeeded 13m 50s View ↗
nx run-many -t unit-test,int-test ✅ Succeeded 1m 40s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-23 19:26:53 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 23, 2026

Open in StackBlitz

@code-pushup/ci

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/ci@1275

@code-pushup/cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/cli@1275

@code-pushup/core

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/core@1275

@code-pushup/models

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models@1275

@code-pushup/create-cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/create-cli@1275

@code-pushup/nx-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/nx-plugin@1275

@code-pushup/axe-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/axe-plugin@1275

@code-pushup/coverage-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/coverage-plugin@1275

@code-pushup/eslint-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/eslint-plugin@1275

@code-pushup/js-packages-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/js-packages-plugin@1275

@code-pushup/jsdocs-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/jsdocs-plugin@1275

@code-pushup/lighthouse-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/lighthouse-plugin@1275

@code-pushup/typescript-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/typescript-plugin@1275

@code-pushup/utils

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/utils@1275

commit: d51a1c1

@github-actions
Copy link
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit c575e1c with previous commit 9a46285.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🔴 37 🔴 33 ↓ −4.6
Updates 🟡 73 🟡 73 ↓ −0.2
Documentation 🟡 52 🟡 51 ↓ −0.1
Code coverage 🟢 92 🟢 92 ↑ +0.1
Bug prevention 🟡 75 🟡 75 ↓ −0.1
Axe Accessibility 🟡 88 🟡 88 ↓ −0.1
Code style 🟢 100 🟢 100
Security 🔴 0 🔴 0
Type Safety 🟡 67 🟡 67
Miscellaneous 🟡 67 🟡 67
Accessibility 🟢 92 🟢 92
Best Practices 🟢 100 🟢 100
SEO 🟢 92 🟢 92
👍 1 group improved, 👎 3 groups regressed, 👍 2 audits improved, 👎 9 audits regressed, 13 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🔴 37 🔴 33 ↓ −4.6
JS packages npm outdated dependencies 🟡 73 🟡 73 ↓ −0.2
JSDocs coverage Documentation coverage 🟡 52 🟡 51 ↓ −0.1
Code coverage Code coverage metrics 🟢 92 🟢 92 ↑ +0.1

30 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse Speed Index 🟨 5.7 s 🟥 7.0 s ↑ +23.3 %
Lighthouse First Contentful Paint 🟨 3.0 s 🟥 3.4 s ↑ +13.2 %
Lighthouse Total Blocking Time 🟥 2,030 ms 🟥 3,120 ms ↑ +54.1 %
JS packages Outdated npm dev dependencies. 🟨 62 outdated package versions (33 major, 23 minor, 6 patch) 🟨 62 outdated package versions (34 major, 22 minor, 6 patch)  +0 %
Lighthouse Time to Interactive 🟥 14.2 s 🟥 14.7 s ↑ +3.6 %
JSDocs coverage Variables coverage 🟥 311 undocumented variables 🟥 314 undocumented variables ↑ +1 %
JSDocs coverage Functions coverage 🟥 653 undocumented functions 🟥 657 undocumented functions ↑ +0.6 %
JSDocs coverage Types coverage 🟥 283 undocumented types 🟥 284 undocumented types ↑ +0.4 %
Code coverage Line coverage 🟩 92.2 % 🟩 92.2 % ↑ +0.1 %
Code coverage Function coverage 🟩 93.8 % 🟩 93.9 % ↑ +0.1 %
Code coverage Branch coverage 🟨 89.2 % 🟨 89.2 % ↓ −0.1 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 2,449 KiB 🟩 Total size was 2,434 KiB ↓ −0.6 %
Lighthouse Minimizes main-thread work 🟥 11.3 s 🟥 13.8 s ↑ +22 %
Lighthouse JavaScript execution time 🟥 2.9 s 🟥 4.2 s ↑ +43.9 %
Lighthouse Server Backend Latencies 🟩 850 ms 🟩 310 ms ↓ −63.6 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +3.6 %
Lighthouse Reduce unused JavaScript 🟥 Potential savings of 270 KiB 🟥 Potential savings of 270 KiB ↑ +17.8 %
Lighthouse Reduce unused CSS 🟥 Potential savings of 111 KiB 🟥 Potential savings of 111 KiB ↑ +37 %
Lighthouse Initial server response time was short 🟩 Root document took 390 ms 🟩 Root document took 480 ms ↑ +23.6 %
Lighthouse Largest Contentful Paint 🟥 13.4 s 🟥 13.4 s ↑ +0.3 %
Lighthouse Network Round Trip Times 🟩 10 ms 🟩 50 ms ↑ +350.4 %
Lighthouse Max Potential First Input Delay 🟥 1,280 ms 🟥 1,260 ms ↓ −1.6 %
Lighthouse Remove duplicate modules in JavaScript bundles 🟥 Potential savings of 107 KiB 🟥 Potential savings of 109 KiB ↓ −4.3 %
Lighthouse Uses efficient cache policy on static assets 🟨 31 resources found 🟨 31 resources found ↓ −0.1 %

654 other audits are unchanged.

@github-actions
Copy link
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit c575e1c with previous commit 9a46285.

💼 Project plugin-typescript

🤨 Code PushUp report has both improvements and regressions.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Documentation 🟡 73 🟡 72 ↓ −1.3
Code coverage 🟡 89 🟢 90 ↑ +1.1

4 other categories are unchanged.

👍 1 group improved, 👎 1 group regressed, 👍 3 audits improved, 👎 2 audits regressed, 1 audit changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JSDocs coverage Documentation coverage 🟡 73 🟡 72 ↓ −1.3
Code coverage Code coverage metrics 🟡 89 🟢 90 ↑ +1.1

13 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
JSDocs coverage Functions coverage 🟥 13 undocumented functions 🟥 17 undocumented functions ↑ +30.8 %
JSDocs coverage Variables coverage 🟥 12 undocumented variables 🟥 15 undocumented variables ↑ +25 %
Code coverage Function coverage 🟩 92.3 % 🟩 93.8 % ↑ +1.6 %
Code coverage Line coverage 🟩 95.5 % 🟩 96.1 % ↑ +0.6 %
Code coverage Branch coverage 🟨 81.4 % 🟨 81.9 % ↑ +0.7 %
JSDocs coverage Types coverage 🟥 11 undocumented types 🟥 12 undocumented types ↑ +9.1 %

438 other audits are unchanged.

💼 Project plugin-coverage

🥳 Code PushUp report has improved.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Documentation 🟡 68 🟡 68 ↑ +0.1

5 other categories are unchanged.

👍 1 group improved

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JSDocs coverage Documentation coverage 🟡 68 🟡 68 ↑ +0.1

14 other groups are unchanged.

🛡️ Audits

All of 444 audits are unchanged.

💼 Project utils

🥳 Code PushUp report has improved.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Documentation 🟡 61 🟡 61 ↑ +0.1

5 other categories are unchanged.

👍 1 group improved

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JSDocs coverage Documentation coverage 🟡 61 🟡 61 ↑ +0.1

14 other groups are unchanged.

🛡️ Audits

All of 444 audits are unchanged.

💼 Project plugin-lighthouse

🤨 Code PushUp report has both improvements and regressions.

🕵️ See full comparison in Code PushUp portal 🔍

All of 6 categories are unchanged.

1 audit changed without impacting score

🗃️ Groups

All of 15 groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Code coverage Branch coverage 🟩 98.8 % 🟩 98.8 % ↓ −0.1 %

443 other audits are unchanged.


10 other projects are unchanged.

@hanna-skryl hanna-skryl marked this pull request as ready for review March 23, 2026 19:27
@hanna-skryl hanna-skryl requested a review from BioPhoton as a code owner March 23, 2026 19:27
@hanna-skryl hanna-skryl requested a review from matejchalk March 23, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧩 create-cli 📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🛠️ tooling 🧩 typescript-plugin TypeScript plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeScript plugin setup wizard

1 participant