- Notifications
You must be signed in to change notification settings - Fork0
Releases: code-found/rts.js
v0.0.12
1670015Patch 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.11
9478090Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.10
Patch Changes
2b36c44: add tsx file support
- use t-packer to transform ts and tsx file
- refloctor the module resolver
rts command support
- now you can use rts to run ts files
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.9
What's Changed
- fix(package): correct exports configuration by@pallyoung in#10
Full Changelog:v0.0.7...v0.0.9
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.5
818cbfd- fix some bug of test case.
- add changeset action to release.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.4
Full Changelog:v0.0.3...v0.0.4
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.3
Full Changelog:v0.0.2...v0.0.3
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.0.2
add register module for node -r runtime support
Full Changelog:0.0.1...v0.0.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.