Skip to content

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

Merged
hanna-skryl merged 2 commits into
mainfrom
typescript-plugin-binding
Mar 24, 2026
Merged

feat(plugin-typescript): add setup wizard binding#1275
hanna-skryl merged 2 commits into
mainfrom
typescript-plugin-binding

Conversation

@hanna-skryl

Copy link
Copy Markdown
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-skrylhanna-skryl self-assigned this Mar 23, 2026
@github-actionsgithub-actionsBot 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

nx-cloudBot commented Mar 23, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 3546007

CommandStatusDurationResult
nx run ci:code-pushup -- merge-diffs --files=/h...✅ Succeeded6sView ↗
nx run-many --targets=code-pushup --parallel=fa...✅ Succeeded1m 34sView ↗
nx run-many --targets=code-pushup --parallel=fa...✅ Succeeded14m 40sView ↗
nx run-many -t unit-test,int-test✅ Succeeded1m 42sView ↗

☁️ Nx Cloud last updated this comment at 2026-03-24 13:10:40 UTC

@pkg-pr-new

pkg-pr-newBot commented Mar 23, 2026

Copy link
Copy Markdown

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/create-cli

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

@code-pushup/models

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models@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: 3546007

@github-actions

github-actionsBot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit f98a020 with previous commit 54501b3.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category⭐ Previous score⭐ Current score🔄 Score change
Performance🔴 36🔴 35↓ −0.7
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
Updates🟡 73🟡 73
Type Safety🟡 67🟡 67
Miscellaneous🟡 67🟡 67
Accessibility🟢 92🟢 92
Best Practices🟢 100🟢 100
SEO🟢 92🟢 92
👍 1 group improved, 👎 2 groups regressed, 👍 4 audits improved, 👎 6 audits regressed, 15 audits changed without impacting score

🗃️ Groups

🔌 Plugin🗃️ Group⭐ Previous score⭐ Current score🔄 Score change
LighthousePerformance🔴 36🔴 35↓ −0.7
JSDocs coverageDocumentation coverage🟡 52🟡 51↓ −0.1
Code coverageCode coverage metrics🟢 92🟢 92↑ +0.1

31 other groups are unchanged.

🛡️ Audits

🔌 Plugin🛡️ Audit📏 Previous value📏 Current value🔄 Value change
LighthouseRemove duplicate modules in JavaScript bundles🟨 Potential savings of 111 KiB🟥 Potential savings of 112 KiB↑ +∞ %
LighthouseSpeed Index🟥 7.3 s🟥 6.0 s↓ −17.8 %
LighthouseTotal Blocking Time🟥 1,500 ms🟥 2,290 ms↑ +52.5 %
LighthouseMax Potential First Input Delay🟥 510 ms🟥 1,310 ms↑ +155.9 %
LighthouseFirst Contentful Paint🟥 3.4 s🟥 3.3 s↓ −3 %
JSDocs coverageVariables coverage🟥 311 undocumented variables🟥 314 undocumented variables↑ +1 %
JSDocs coverageFunctions coverage🟥 653 undocumented functions🟥 657 undocumented functions↑ +0.6 %
JSDocs coverageTypes coverage🟥 283 undocumented types🟥 284 undocumented types↑ +0.4 %
Code coverageFunction coverage🟩 93.8 %🟩 93.9 %↑ +0.1 %
Code coverageLine coverage🟩 92.2 %🟩 92.2 %↑ +0.1 %
LighthouseAvoids enormous network payloads🟩 Total size was 2,431 KiB🟩 Total size was 2,447 KiB↑ +0.7 %
LighthouseMinimizes main-thread work🟥 8.2 s🟥 11.7 s↑ +42.9 %
LighthouseServer Backend Latencies🟩 1,310 ms🟩 700 ms↓ −47 %
LighthouseJavaScript execution time🟥 2.6 s🟥 3.0 s↑ +13 %
LighthouseMetrics🟩 100%🟩 100%↑ +1.4 %
LighthouseTime to Interactive🟥 14.1 s🟥 14.3 s↑ +1.4 %
LighthouseUses efficient cache policy on static assets🟨 31 resources found🟨 31 resources found↓ −0.1 %
LighthouseReduce unused CSS🟥 Potential savings of 80 KiB🟥 Potential savings of 80 KiB↓ −34 %
LighthouseReduce unused JavaScript🟥 Potential savings of 271 KiB🟥 Potential savings of 270 KiB↑ +9.3 %
LighthouseInitial server response time was short🟩 Root document took 360 ms🟩 Root document took 440 ms↑ +21.4 %
LighthouseNetwork Round Trip Times🟩 10 ms🟩 40 ms↑ +551.5 %
LighthouseLargest Contentful Paint🟥 13.1 s🟥 13.1 s↓ −0.1 %
LighthouseAvoids an excessive DOM size🟥 2,348 elements🟥 2,347 elements↓ −0.1 %
Code coverageBranch coverage🟨 89.2 %🟨 89.2 %↓ −0.1 %
LighthouseCumulative Layout Shift🟩 0🟩 0↓ −100 %

653 other audits are unchanged.

@github-actions

github-actionsBot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit f98a020 with previous commit 54501b3.

💼 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 coverageDocumentation coverage🟡 73🟡 72↓ −1.3
Code coverageCode coverage metrics🟡 89🟢 90↑ +1.1

13 other groups are unchanged.

🛡️ Audits

🔌 Plugin🛡️ Audit📏 Previous value📏 Current value🔄 Value change
JSDocs coverageFunctions coverage🟥 13 undocumented functions🟥 17 undocumented functions↑ +30.8 %
JSDocs coverageVariables coverage🟥 12 undocumented variables🟥 15 undocumented variables↑ +25 %
Code coverageFunction coverage🟩 92.3 %🟩 93.8 %↑ +1.6 %
Code coverageLine coverage🟩 95.5 %🟩 96.1 %↑ +0.6 %
Code coverageBranch coverage🟨 81.4 %🟨 81.9 %↑ +0.7 %
JSDocs coverageTypes 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 coverageDocumentation 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 coverageDocumentation 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 coverageBranch 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 merged commit 32f3e51 into mainMar 24, 2026
24 checks passed
@hanna-skryl
hanna-skryl deleted the typescript-plugin-binding branch March 24, 2026 13:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧩 create-cli📖 Project documentationimprovements or additions to the project documentation🔬 testingwriting tests🛠️ tooling🧩 typescript-pluginTypeScript plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeScript plugin setup wizard

2 participants

@hanna-skryl@matejchalk