Skip to content

feat(maker-appimage): Refactor workDir over using keyword - #28

Merged
SpacingBat3 merged 1 commit into
masterfrom
feat/using-keyword
Aug 18, 2026
Merged

feat(maker-appimage): Refactor workDir over using keyword#28
SpacingBat3 merged 1 commit into
masterfrom
feat/using-keyword

Conversation

@SpacingBat3

Copy link
Copy Markdown
Owner

This is implementation of disposable resources management that are stored in filesystem, based on using declaration and temporarily introduced new type, that will be replaced by Node.js mkdtempDisposable() API once it will be stabilized over multiple Node versions.

@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.41%. Comparing base (a5c440c) to head (6ba413b).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   88.11%   88.41%   +0.29%     
==========================================
  Files           5        5              
  Lines        1052     1079      +27     
  Branches      135      139       +4     
==========================================
+ Hits          927      954      +27     
  Misses        125      125              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

This currently relies on TypeScript JS glue to offer this feature in
older Node engines that had support for neccesary globals and JS
definitions but had no syntax support in V8.
This would be breaking as it bumps required Node.js release… if not for
the fact that Node<=22 was documented as dropped in release notes, even
if `package.json` did not reflect this at module level.
@SpacingBat3
SpacingBat3 merged commit 6ba413b into master Aug 18, 2026
12 checks passed
@SpacingBat3
SpacingBat3 deleted the feat/using-keyword branch August 18, 2026 18:54
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.

1 participant