-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- 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/nullywhich basically acts as "anything" just trying to avoid errors. We replace all imports with nully, soimport { gloss } from @o/glossbecomesconst x = require('@o/nully').glosswherenully = new Proxy()and the proxy just endlessly returns the most flexible thing (a proxy-wrapped function basically that infinitely proxy-nests).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels