kona-transpiler

raw JSON →
1.0.1 verified Fri May 01 auth: no javascript abandoned

kona-transpiler version 1.0.1 is an npm package with no available README or description. It appears to be a minimal or placeholder package. No release cadence, differentiators, or detailed information can be determined. The package may be incomplete or abandoned.

error Cannot find module 'kona-transpiler'
cause Package may not be installed or published correctly.
fix
Run 'npm install kona-transpiler' and check node_modules.
deprecated Package has no README or documentation; likely abandoned.
fix Seek an alternative transpiler with active maintenance.
npm install kona-transpiler
yarn add kona-transpiler
pnpm add kona-transpiler

Attempts to use the transpiler with default import and a simple code string.

import kona from 'kona-transpiler';

const result = kona('const x: number = 1;', { target: 'es2015' });
console.log(result);