A minimal Node.js require hook that uses Google's Traceur compiler to transpile ES6 (ECMAScript 2015) files on-the-fly. Version 0.0.1 is a very early release with no active development. Unlike Babel or TypeScript, Traceur is now largely obsolete as a standalone transpiler. tracesquire offers a quick way to experiment with ES6 features without a build step, but is not suitable for production. The package has no dependencies.
npm install tracesquireNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to register the require hook for .es6 files and import an ES6 module using tracesquire.
Migrate to @babel/register or ts-node.
Use import syntax or configure your project for ESM.
Explicitly pass extensions option to register().
Run 'npm install tracesquire'.
Ensure the file uses one of the registered extensions (e.g., .es6) or add the .js extension to register().
No dependency data recorded yet.