-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature flags jsNode
and jsWeb
#454
Conversation
@jiribenes I vaguely remember you needed to change some things in the js code for your presentation tool - What was that again? We could integrate those changes here for the |
This is related to #405: When introducing a js-web backend, we should have js code that can run in the browser. |
d54bcb8
to
af71adc
Compare
Maybe this also needs to be changed, when merging this PR: http://effekt-lang.org/docs/getting-started#compiling-programs-with-effekt |
This should remain unchanged - apart from some names in code, the js (node) backend stays the same. |
Marking this as ready for review. - While interrelated to #511, the hotfix works for now™️ and this could be merged first. Then, we could also start adjusting the stdlib where appropriate. |
Do not suggest that we will add support to run directly. I don't think we ever want that.
Currently distinguished by the
Backend
creating theJavaScript
generator object (backend).Untested.