0.1.3 • Published 7 years ago

yikes v0.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Yikes!

Yet another yaml parser, ( but incremental! ). The fastest way to propagates changes in a YAML string into an ImmutableJS structure.

Because of reasons.

In JavaScript....

We cannot natively work with YAML we need to convert it into a javascript structure, much like JSON. Moreover, we're cool people. And we want to convert that into an ImmutableJS structure, which can be expensive. So the idea is to make an AST parser, that is evented - spitting out incremental changes.

TODO: Get an example

PS: Lots of early releases, were just me testing npm hooks API. Built a simple slack webhook, and needed raw data. :D

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago