intlayer-swc-plugin 9.5.10

SWC transform plugin for Intlayer. Replaces `useIntlayer` / `getIntlayer` string keys with pre-loaded dictionary imports at compile time, enabling tree-shaking and eliminating runtime registry lookups.
Documentation
1
2
3
4
5
6
7
8
//! Test suite, split by the concern each file exercises.

mod extra_caller_tests;
mod field_rename_tests;
mod logger_tests;
mod optimize_tests;
mod paths_tests;
mod support;