We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had wanted to use Limber for showcasing https://github.com/NullVoxPopuli/ember-statechart-component/, because the story here is really slick with template imports -- but xstate (and ember-statechart-component) are not included in the Limber build.
It'd be great if you could import from 'x' and have x added to your page at runtime, kinda like what https://runkit.com/ does for node packages
import from 'x'
x
How this might look (but with gjs live instead of just gjs)
gjs live
gjs
The text was updated successfully, but these errors were encountered:
example: this should be able to work: import { toBlob } from 'html-to-image' Also, importing components from from the app should be doable as well
import { toBlob } from 'html-to-image'
Sorry, something went wrong.
In case browsers don't support script[type=module] properly, or import maps: https://github.com/guybedford/es-module-shims
For re-writing imports in scripts without jscodeshift or silly regex: https://github.com/guybedford/es-module-lexer
Example of dynamic updating of the import-map: https://github.com/huozhi/devjar/blob/main/lib/module.js
Allowing service worker composition: https://mswjs.io/docs/recipes/merging-service-workers/
Successfully merging a pull request may close this issue.
I had wanted to use Limber for showcasing https://github.com/NullVoxPopuli/ember-statechart-component/, because the story here is really slick with template imports -- but xstate (and ember-statechart-component) are not included in the Limber build.
It'd be great if you could
import from 'x'
and havex
added to your page at runtime, kinda like what https://runkit.com/ does for node packagesHow this might look (but with
gjs live
instead of justgjs
)The text was updated successfully, but these errors were encountered: