{"id":15024589,"url":"https://github.com/fny/firebase-bolt-transpiler","last_synced_at":"2025-04-12T06:32:41.338Z","repository":{"id":57236571,"uuid":"62708410","full_name":"fny/firebase-bolt-transpiler","owner":"fny","description":"Transpile Bolt type definitions to TypeScript","archived":false,"fork":false,"pushed_at":"2020-01-27T10:57:12.000Z","size":10,"stargazers_count":9,"open_issues_count":6,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T02:04:40.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-06T09:23:02.000Z","updated_at":"2020-04-25T16:45:43.000Z","dependencies_parsed_at":"2022-08-26T14:11:56.483Z","dependency_job_id":null,"html_url":"https://github.com/fny/firebase-bolt-transpiler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Ffirebase-bolt-transpiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Ffirebase-bolt-transpiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Ffirebase-bolt-transpiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fny%2Ffirebase-bolt-transpiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fny","download_url":"https://codeload.github.com/fny/firebase-bolt-transpiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529916,"owners_count":21119581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:00:37.039Z","updated_at":"2025-04-12T06:32:40.973Z","avatar_url":"https://github.com/fny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Bolt Transpiler :zap:\n\n[![Build Status](https://travis-ci.org/fny/firebase-bolt-transpiler.svg?branch=master)](https://travis-ci.org/fny/firebase-bolt-transpiler) [![npm version](https://badge.fury.io/js/firebase-bolt-transpiler.svg)](http://badge.fury.io/js/firebase-bolt-transpiler) [![Dependencies](https://david-dm.org/fny/firebase-bolt-transpiler.svg)](https://david-dm.org/fny/firebase-bolt-transpiler)\n\nTranspile your Bolt files into TypeScript! Java and Swift coming soon.\n\nFeaturing `GenericSupport\u003cT\u003e` and `NestedGenericSupport\u003cNestedGenericSupport\u003cGenericSupport\u003cT\u003e\u003e\u003e`\n\n## Usage\n\n    const boltTranspiler = require('boltTranspiler');\n\n    boltTranspiler.typescript('type Person { name: String }')\n    // =\u003e 'interface Person { name: string; }'\n\n## Known Issues\n\n - `type ExtendedObject extends Object {}` doesn't return `interface ExtendedObject extends Object {}` since the Bolt compiler marks everything as derived from `Object` by default\n - Array types (e.g. `Object[]`) aren't tranlated to arrays in TypeScript since the Bolt compiler turns all arrays into `Map\u003cString, Object\u003e` generics\n\n## Wishlist\n\n - Better TypeScript formatting\n - Validate generated TypeScript with the TypeScript parser\n - Ability to prefix/suffix generated interface names\n - Commandline tools\n - Better samples\n - Extensions for Gulp users\n - Swift support\n - Java support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Ffirebase-bolt-transpiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffny%2Ffirebase-bolt-transpiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffny%2Ffirebase-bolt-transpiler/lists"}