Skip to content

Feature/esm support#16

Merged
pallyoung merged 12 commits intomainfrom
feature/esm-support
Feb 13, 2026
Merged

Feature/esm support#16
pallyoung merged 12 commits intomainfrom
feature/esm-support

Conversation

@pallyoung
Copy link
Copy Markdown
Collaborator

No description provided.

pallyoung and others added 12 commits August 15, 2025 00:54
- if the files extname equals mts or mjs, will be transform to esm.
Expose the module type configuration through RTSOptions, allowing users to specify whether modules should be transformed as "esm" or "commonjs" via config file or function options.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use Node.js's built-in isBuiltin method instead of checking for path separator to reliably detect builtin modules. This ensures proper handling of modules like 'fs', 'path', etc.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Releases:
  rts.js@0.0.13-alpha.0

[skip ci]
Releases:
  rts.js@0.0.13

[skip ci]
@pallyoung pallyoung merged commit 82d7d01 into main Feb 13, 2026
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