nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
227 stars 20 forks source link

Add JS compilation target to CI #54

Closed nitely closed 4 years ago

nitely commented 4 years ago

The docker image has Node.js support since latest version (future Nim >= 1.0.3), so we should test the JS target when running nimble test once the next Nim version is out. We could install node to test older Nim versions, but meh.

nitely commented 4 years ago

done