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: 5 months ago
JSON representation
no clutter. just js, now.
- Host: GitHub
- URL: https://github.com/leodog896/jsnow
- Owner: LeoDog896
- License: agpl-3.0
- Created: 2022-01-26T16:36:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T23:27:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T23:44:24.134Z (5 months ago)
- Topics: javascript, javascript-playground, svelte, typescript, typescript-playground, vite
- Language: TypeScript
- Homepage: https://now.js.org
- Size: 7.48 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [jsnow](https://now.js.org)
[](https://liberamanifesto.com)

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)