Bearr (v2.0.0) is a transpiler that converts a custom Indonesian-based language (Bear language) into JavaScript, along with a CLI for compilation. It targets Indonesian-speaking developers who want to write code in Bahasa Indonesia. The transpiler outputs standard JS, enabling use in any JS environment. Differentiators include full Indonesian syntax support and CLI-first design. No release cadence is known; this is a niche tool with limited ecosystem adoption.
npm install bearrNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates compiling a simple Bear language script (print 'Halo Dunia') to JavaScript using the compile function.
Use ES module imports (import/export) instead of require.
Check changelog before upgrading; lock version in production.
Create a .d.ts file or use // @ts-ignore.
Switch to import syntax or use dynamic import().
Use compile() to transpile Bear code before execution.
No dependency data recorded yet.