@tsrx/core@0.1.48

Ripple-TS/ripple@tsrx/core@0.1.48Jul 24, 2026by github-actions[bot]

AI Summary

Core library update implementing the logic for handling deferred imports.

Key Highlights

  • Parse, preserve, and format static and dynamic deferred imports.
  • Enable deferred-import evaluation in the Rspack integrations.

New Features

  • Deferred import parsing and formatting

Full Release Notes

### Patch Changes

- [#1380](https://github.com/Ripple-TS/ripple/pull/1380)
  [`81859da`](https://github.com/Ripple-TS/ripple/commit/81859da03464b8865304c70ea2b8b1245018af2c)
  Thanks [@trueadm](https://github.com/trueadm)! - Parse, preserve, and format
  static and dynamic deferred imports. Enable deferred-import evaluation in the
  Rspack integrations; static imports require Rspack 1.6 or newer and dynamic
  imports require Rspack 2 or newer.