You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with @TheGrizzlyDev to provide a toolchain for running https://deno.land/ programs under Bazel.
This is an alternative to NodeJS for running JavaScript code outside a browser.
JavaScript is the most popular programming language, and Deno is the second-most-popular (?) runtime for it after NodeJS. Not clear how many adopters this ruleset would have at the beginning though.
Point of contact is myself
Has examples, generated docs, and testing on GH actions. More to come as custom rules are added.
Will agree to reply to issues/PRs in 2-3 weeks
At least myself and @TheGrizzlyDev will review/approve PRs
Uses the rules-template release mechanism which is semver
Works with Bazel 5
The text was updated successfully, but these errors were encountered:
Discussed in the SIG meeting today: we're not sure Deno is widely-used enough yet, and it seems like @TheGrizzlyDev and I could just host this in some other neutral location.
We should follow-up with Helen about where that is.
I've been working with @TheGrizzlyDev to provide a toolchain for running https://deno.land/ programs under Bazel.
This is an alternative to NodeJS for running JavaScript code outside a browser.
It meets the criteria https://bazel-contrib.github.io/SIG-rules-authors/hosting-policy.html#adding-criteria:
The text was updated successfully, but these errors were encountered: