ArabJs is a JavaScript transpiler that converts Arabic-script code into standard JavaScript, enabling programming in Arabic. Current version is 0.0.6 (released 2020), with low release cadence. Key differentiator: allows writing JavaScript-like code using Arabic keywords (e.g., 'داله' for function, 'اطبع' for print). It is a proof-of-concept tool with limited practical use, no TypeScript support, and no active development.
npm install arabjsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use ArabJs to run a simple Arabic script that defines a function and prints the result.
Use import syntax instead of require.
Consider using alternatives or avoid for production.
Add 'type': 'module' to package.json or use .mjs extension.
Use arabJs.run(code) instead of arabJs(code).
No dependency data recorded yet.