Registry / chilloscript

chilloscript

JSON โ†’
library1.0.4101jsnpmunverified

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 chilloscript
INSTALL
IMPORT
SIG ยท CHILLOSCRIPT
C
chilloscript
javascriptv1.0.4101
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths โ€” ran on the pinned version, not inferred.

chilloscript
โœ“ npx chilloscript --src ../src --outDir ../dist
โœ— const chilloscript = require('chilloscript')
CLI tool, not a library. Use via command line or npx.

Creates a .๐Ÿค™ file with emoji identifier, transpiles it to dist, then runs the output.

echo 'const ๐Ÿ˜Š = "hello world"; console.log(๐Ÿ˜Š);' > test.๐Ÿค™ npx chilloscript --src . --outDir dist node dist/test.js # Output: hello world
chilloscript --version
Debug
Known issues
deprecatedPackage is deprecated and unmaintained since 2019.
fix
Do not use in new projects. Consider esbuild plugin or babel plugin for similar functionality.
affects: >=0.0.0
gotchaOnly supports files with .๐Ÿค™ extension; does not work with regular .js files.
fix
Rename your source files to .๐Ÿค™ before transpiling.
affects: >=0.0.0
gotchaNot all JavaScript runtimes support emoji identifiers natively; transpiled code may require transpilation to avoid syntax errors in older environments.
fix
Ensure target environment supports ES2015+ or run output through Babel.
affects: >=0.0.0
Errors
Common errors & fixes
chilloscript: command not found
CLI not installed globally or not in PATH.
fix
Run with npx: npx chilloscript --src . --outDir dist
Error: Cannot find module 'chilloscript'
Importing as library instead of using CLI.
fix
Use CLI from command line, do not require() it.
Upgrade
Version history
1.0.4101latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits ยท last 30 days
node
4
Resources
chilloscript โ€” npm install chilloscript ยท libregistry