Registry / workflow / icetools

icetools

JSON →
library0.1.9jsnpmunverified

An experimental transpiler from JavaScript to Golo language, currently at version 0.1.9. This project appears to be a minor hobby tool with no recent updates, sparse documentation, and no clear release cadence. It differentiates itself by targeting Golo, a dynamic language for the JVM, but lacks comparable robustness to established transpilers like Babel or TypeScript. The package has no README and minimal community adoption, making it unsuitable for production use.

npm install icetools
INSTALL
IMPORT
SIG · ICETOOLS
I
icetools
workflowjavascriptv0.1.9
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.

default
import icetools from 'icetools';
const icetools = require('icetools');
Assumed ESM export, but package may not support any import.

Transpiles a simple JavaScript function to Golo language using the default export.

import icetools from 'icetools'; const jsCode = ` function hello() { console.log('Hello, world!'); } hello(); `; const goloCode = icetools.transpile(jsCode); console.log(goloCode);
Debug
Known issues
deprecatedPackage has no README, no tests, and last update likely 0.1.9 from 2017. No support or maintenance.
fix
Do not use in production; consider alternatives like Babel or TypeScript.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'icetools'
Package is not installed or not published correctly.
fix
Run 'npm install icetools' and ensure it's in node_modules.
TypeError: icetools is not a function
Assuming default export is a function when it may not be.
fix
Inspect package exports; use correct import path.
Upgrade
Version history
0.1.9latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
icetools — npm install icetools · libregistry