A JavaScript transpiler (v1.0.4101) that allows using emojis as and within identifiers, enabling more expressive variable and function names. It transpiles .๐ค files to standard JavaScript, supporting single files or directory-wide conversion. Released under MIT License. Note: experimental, not suitable for production. Deprecated by the author (last commit 2019).
npm install chilloscriptNo compatibility data collected yet for this library.
Verified import paths โ ran on the pinned version, not inferred.
Creates a .๐ค file with emoji identifier, transpiles it to dist, then runs the output.
Do not use in new projects. Consider esbuild plugin or babel plugin for similar functionality.
Rename your source files to .๐ค before transpiling.
Ensure target environment supports ES2015+ or run output through Babel.
Run with npx: npx chilloscript --src . --outDir dist
Use CLI from command line, do not require() it.
No dependency data recorded yet.