Skip to content
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

Productionization extras #1009

Open
2 tasks
natew opened this issue Aug 8, 2019 · 0 comments
Open
2 tasks

Productionization extras #1009

natew opened this issue Aug 8, 2019 · 0 comments

Comments

@natew
Copy link
Contributor

natew commented Aug 8, 2019

  • need to be able to call the node apps from web apps using some sort of bridge...
  • Building appInfo is buggy. For example if you import gloss and call it in the entry you'll get an undefined error. Short term solution: @o/nully which basically acts as "anything" just trying to avoid errors. We replace all imports with nully, so import { gloss } from @o/gloss becomes const x = require('@o/nully').gloss where nully = new Proxy() and the proxy just endlessly returns the most flexible thing (a proxy-wrapped function basically that infinitely proxy-nests).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant