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
It'd be cool if the documentation mentions this variant of extensions:
extensions: {
".foo" {
module: "foo-loader", // load this module
register: (fooLoader) { // pass it to this function
fooLoader.register();
}
}
}
I see that it's already explained in js-interpret's readme so even linking there, but specifically in relation to the above syntax, would be helpful for newcomers.
The text was updated successfully, but these errors were encountered:
Surfacing the docs from dependencies has been a big problem for us. All of it has to be done manually right now. If you'd like to send a PR, I'm willing to review it.
Surfacing the docs from dependencies has been a big problem for us. All of
it has to be done manually right now. If you'd like to send a PR, I'm
willing to review it.
It'd be cool if the documentation mentions this variant of
extensions
:I see that it's already explained in js-interpret's readme so even linking there, but specifically in relation to the above syntax, would be helpful for newcomers.
The text was updated successfully, but these errors were encountered: