Transpile Firebase Bolt type definitions to TypeScript interfaces. Current version 0.1.0, experimental. No active maintenance. Converts Bolt schemas like 'type Person { name: String }' to TypeScript interfaces. Limited by Bolt compiler's handling of arrays and inheritance. Alternatives: write TypeScript manually.
npm install firebase-bolt-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates transpiling a simple Bolt type definition to TypeScript interface.
Manually edit the generated TypeScript to use actual arrays.
Remove 'extends Object' from input Bolt code.
Avoid using this package; use alternative tools or write TypeScript manually.
Do not rely on swift() or java() methods; they return undefined.
Ensure package is installed: npm install firebase-bolt-transpiler. Use: const boltTranspiler = require('boltTranspiler');Install correct package: npm install firebase-bolt-transpiler, then: const boltTranspiler = require('firebase-bolt-transpiler');Use only typescript() method; ignore dart(), java(), swift() stubs.
No dependency data recorded yet.