-
Notifications
You must be signed in to change notification settings - Fork 2
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
Usage via CDN #675
Comments
I was actually able to partially work around this by using an import map and shim, which seems to fix any bare <script type="importmap">
{
"imports": {
"tslib": "https://cdn.skypack.dev/tslib"
}
}
</script>
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script> This lead to the next error: I think perhaps the root issue is that IxJS's Might be a shot in the dark, I am not terribly familiar with all of this. |
Raised an issue on IxJS to see how this might be resolved. This library might be able to depend on |
Closing because this is specifically an issue with the |
Hi there,
The following contrived example produces this error:
Uncaught TypeError: Failed to resolve module specifier "tslib". Relative references must start with either "/", "./", or "../".
.I've spent some time trying to understand what the issue is here, and, it may in fact be coming from the Skypack-provided
rxjs
orix
libraries.Do you have any thoughts on this? I think that this project would be awesome to use, and honestly I am surprised that there otherwise doesn't seem to be anything similar to DynamicData in the JS ecosystem.
The text was updated successfully, but these errors were encountered: