Skip to content

Releases: code-found/rts.js

v0.0.12

11 Aug 15:37
1670015

Choose a tag to compare

Patch Changes

  • ca30209: Fixed
    • resolver: handle null resolve context to avoid crash on Node 18
      • Guard destructuring with context || {} to prevent runtime error when context is null.
      • Affects: src/resolver/index.ts
      • Environment: reproducible on macOS with Node 18; Windows with Node 23 unaffected.

v0.0.11

10 Aug 16:26
9478090

Choose a tag to compare

Patch Changes

  • 11abb5e: fix(resolver): fix the ts resolve bug for node veriosn >=24

v0.0.10

10 Aug 11:29

Choose a tag to compare

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

v0.0.9

10 Aug 04:51

Choose a tag to compare

What's Changed

  • fix(package): correct exports configuration by @pallyoung in #10

Full Changelog: v0.0.7...v0.0.9

v0.0.5

09 Aug 08:56
818cbfd

Choose a tag to compare

  • fix some bug of test case.
  • add changeset action to release.

v0.0.4

09 Aug 08:45

Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Aug 15:42

Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Aug 15:11

Choose a tag to compare

add register module for node -r runtime support

Full Changelog: 0.0.1...v0.0.2

v0.0.1

03 Aug 16:53

Choose a tag to compare

  • 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