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

refactor: Use Mustache instead of Handlebars #2975

Closed traeok closed 5 days ago

traeok commented 6 days ago

Proposed changes

Uses the mustache dependency instead of handlebars to minimize dependency count.

Release Notes

Milestone: vNext

Changelog: Removed handlebars dependency in favor of mustache for technical currency purposes.

Types of changes

Checklist

General

Code coverage

Deployment

codecov[bot] commented 6 days ago

Codecov Report

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

Project coverage is 92.66%. Comparing base (253365c) to head (02e3a50).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #2975 +/- ## ========================================== - Coverage 92.68% 92.66% -0.02% ========================================== Files 111 111 Lines 11017 11017 Branches 2343 2381 +38 ========================================== - Hits 10211 10209 -2 - Misses 804 806 +2 Partials 2 2 ```

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

sonarcloud[bot] commented 5 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud