Use case
Framework
Owner
Correct Ts Specifiers
This package transforms import specifiers from the old
tsc
(TypeScript's compiler) requirement of using.js
file extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.Node/22.8.0/Enable Compile Cache In Start Server
This release adds a new API module.enableCompileCache() that can be used to enable on-disk code caching of all modules loaded after this API is called. Previously this could only be enabled by the NODE_COMPILE_CACHE environment variable, so it could only set by end-users. This API allows tooling and library authors to enable caching of their own code. This is a built-in alternative to the v8-compile-cache/v8-compile-cache-lib packages, but have better performance and supports ESM.
Npm Esm First In Exports
Sort package.json export order to prefer ESM over CJS
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Mocha/Vitest/Migrate Config
Run this codemod to upgrade configuration files that need to be changed after migrating from
mocha
tovitest
.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
by@codemod
Playcanvas Esm Scripts
Updates legacy PlayCanvas scripts to the newer ESM Scripts format