zowe / zowe-explorer-vscode

Visual Studio Code Extension for Zowe, which lets users interact with z/OS Data Sets, Unix System Services, and Jobs on a remote mainframe instance. Powered by Zowe SDKs.
Eclipse Public License 2.0
159 stars 89 forks source link

perf: Use `esbuild-loader` instead of `ts-loader` to improve build times #2909

Closed traeok closed 1 month ago

traeok commented 1 month ago

Proposed changes

pnpm build

Before After
image image

Release Notes

Milestone: v3

Changelog:

Types of changes

What types of changes does your code introduce to Zowe Explorer? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.40%. Comparing base (714b23c) to head (9abc969).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2909 +/- ## ======================================= Coverage 93.40% 93.40% ======================================= Files 121 121 Lines 10835 10835 Branches 2309 2232 -77 ======================================= Hits 10120 10120 Misses 713 713 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
4.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud