Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leodog896/jsnow

no clutter. just js, now.
https://github.com/leodog896/jsnow

javascript javascript-playground svelte typescript typescript-playground vite

Last synced: 4 days ago
JSON representation

no clutter. just js, now.

Awesome Lists containing this project

README

        

# [jsnow](https://now.js.org) JSNow Logo

[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
![GitHub](https://img.shields.io/github/license/LeoDog896/jsnow)
![GitHub Repo stars](https://img.shields.io/github/stars/LeoDog896/jsnow)

A simple JavaScript / TypeScript evaulator. Outputs line by line output.

## How does it work?

Using babel plugins, a `debug(lineNumber, expression)` function is inserted whenever appropiate.

For example, `5 == 5` becomes `debug(1, 5 == 5)`

## Contributing

Feel free to submit a pull request or issue! Feedback is greately appreciated!

### Development

Run `yarn dev` to start the developer enviornment.

### Building

Run `yarn build` to build the site. It will output to `build/`.

## License

[AGPLv3](./LICENSE)