A Babel plugin that transforms code for the turbo-name system. Version 2.1.1 is the latest stable release. This package is a narrow-purpose Babel transform with no active development or known release cadence. It differs from general-purpose Babel plugins by focusing exclusively on name mangling for the turbo-name optimization framework. No alternative features or integrations are documented.
npm install babel-plugin-turbo-nameVerified import paths — ran on the pinned version, not inferred.
Shows how to configure Babel with the plugin to mangle variable names using turbo-name.
Use import syntax instead of require.
Use default import for the plugin; for preset, import from subpath 'babel-plugin-turbo-name/preset'.
npm install babel-plugin-turbo-name --save-dev
Use import statement: import turboNamePlugin from 'babel-plugin-turbo-name'
No dependency data recorded yet.