Registry / web-framework / nanachi-web-transpiler

nanachi-web-transpiler

JSON →
library0.0.1-beta.2jsnpmunverified

A web transpiler for the Nanachi framework, designed to transform Nanachi components for web deployment. This is an early beta release (0.0.1-beta.2) with no stable version yet. It specifically handles web-targeted transpilation, distinguishing it from other Nanachi packages that target different platforms. The repository shows no README, indicating minimal documentation or potentially abandoned development. Release cadence is unclear.

npm install nanachi-web-transpiler
INSTALL
IMPORT
SIG · NANACHI-WEB-TRANSP
N
nanachi-web-transpiler
web-frameworkjavascriptv0.0.1-beta.2
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 transpiler from 'nanachi-web-transpiler'
const transpiler = require('nanachi-web-transpiler')
The package appears to be ESM-only; no CommonJS export.

Demonstrates importing and using the transpiler to transform a simple Nanachi component.

import transpiler from 'nanachi-web-transpiler'; const code = '<view>Hello</view>'; transpiler(code).then(result => { console.log(result); }).catch(err => { console.error(err); });
Debug
Known issues
breakingPackage is in early beta (0.0.1-beta.2) and may contain breaking changes.
fix
Pin to exact version and test thoroughly before upgrading.
affects: >=0.0.1
deprecatedNo README or documentation suggests the package may be unmaintained.
fix
Consider using an alternative or contributing documentation.
affects: >=0.0.1
Errors
Common errors & fixes
Cannot find module 'nanachi-web-transpiler'
Package not installed or not in node_modules.
fix
Run 'npm install nanachi-web-transpiler' or check package.json.
Upgrade
Version history
0.0.1-beta.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
nanachi-web-transpiler — npm install nanachi-web-transpiler · libregistry