Skip to content

Conversation

@nickna
Copy link
Owner

@nickna nickna commented Jan 14, 2026

  • Added wrapper methods for 'fs' module functions to support named imports.
  • Implemented methods such as existsSync, readFileSync, writeFileSync, and others.
  • Created corresponding wrapper methods for 'path' module functions including basename, dirname, extname, and more.
  • Updated RuntimeEmitter to emit these wrapper methods during assembly generation.
  • Added unit tests to verify functionality of named imports from both 'fs' and 'path' modules.

- Added wrapper methods for 'fs' module functions to support named imports.
- Implemented methods such as existsSync, readFileSync, writeFileSync, and others.
- Created corresponding wrapper methods for 'path' module functions including basename, dirname, extname, and more.
- Updated RuntimeEmitter to emit these wrapper methods during assembly generation.
- Added unit tests to verify functionality of named imports from both 'fs' and 'path' modules.
@nickna nickna merged commit 14cff0a into main Jan 14, 2026
@nickna nickna deleted the misc-bugs branch January 14, 2026 23:48
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.

2 participants