Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |🚧 |