Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcarrio/polyglot-snapshot-ts
Snapshot JavaScript variables and output to other languages
https://github.com/tcarrio/polyglot-snapshot-ts
Last synced: about 4 hours ago
JSON representation
Snapshot JavaScript variables and output to other languages
- Host: GitHub
- URL: https://github.com/tcarrio/polyglot-snapshot-ts
- Owner: tcarrio
- Created: 2021-09-01T05:51:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T04:43:25.000Z (about 1 year ago)
- Last Synced: 2023-10-23T05:27:06.049Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![npm (scoped)](https://img.shields.io/npm/v/@0xc/polyglot-snapshot)](https://www.npmjs.com/package/@0xc/polyglot-snapshot)
[![npm](https://img.shields.io/npm/dt/@0xc/polyglot-snapshot)](https://www.npmjs.com/package/@0xc/polyglot-snapshot)
[![GitHub issues](https://img.shields.io/github/issues/tcarrio/polyglot-snapshot-ts)](https://github.com/tcarrio/polyglot-snapshot-ts/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/tcarrio/polyglot-snapshot-ts)](https://github.com/tcarrio/polyglot-snapshot-ts/pulls)
![Dependencies](https://img.shields.io/david/tcarrio/polyglot-snapshot-ts)# @0xc/polyglot-snapshot
> Status: ⚠️ **Work In Progress**
This provides a mechanism for generating snapshots of JavaScript variables, be it deeply nested lists, functions, asynchronous factory methods, or whatever- into a target language.
The target languages will initially support TypeScript/JavaScript, Python, JSON, and YAML.
## Roadmap
|Language|Status|
|--------|------|
|JSON |✔️ |
|YAML |✔️ |
|JS/TS |🚧 |
|Python |🚧 |