Releases: code-found/rts.js
Releases · code-found/rts.js
v0.0.12
Patch Changes
- ca30209: Fixed
- resolver: handle null resolve context to avoid crash on Node 18
- Guard destructuring with
context || {}to prevent runtime error whencontextis null. - Affects:
src/resolver/index.ts - Environment: reproducible on macOS with Node 18; Windows with Node 23 unaffected.
- Guard destructuring with
- resolver: handle null resolve context to avoid crash on Node 18
v0.0.11
v0.0.10
v0.0.9
What's Changed
- fix(package): correct exports configuration by @pallyoung in #10
Full Changelog: v0.0.7...v0.0.9
v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
add register module for node -r runtime support
Full Changelog: 0.0.1...v0.0.2
v0.0.1
-
feat: first version of rts,with auto transform ts feature.
- Complete the feature of customize the resolver and loader of Node.js.
- Create Chinese README documentation (docs/zh/README.md)
- Add Chinese version link to English README
- Optimize package.json publish config with object format bin
- Add files field to explicitly specify package contents
- Add inline build functionality in release.ts
Full Changelog: https://github.com/pallyoung/rts/commits/0.0.1