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

Offline + 3rd Party Ability #85

Merged
merged 1 commit into from Feb 28, 2024
Merged

Offline + 3rd Party Ability #85

merged 1 commit into from Feb 28, 2024

Conversation

WebReflection
Copy link
Contributor

@WebReflection WebReflection commented Feb 28, 2024

Breaking Change

While nobody should be affected by the new structure, whoever was pointing at CDNs and their .../core.js entry should now switch to .../dist/index.js instead.


This MR addresses the following topics:

  • all lazy loaded 3rd party dependencies are now available through the dist/* folder like we do in PyScript
  • the Worker blob has been orchestrated to re-resolve at runtime via import.meta.url lazy dependencies to be able to use the same dist folder for everything
  • both the toml and the zip library, not used but needed soon, can be now reached through the CDN so we also don't depend on third party CDNs to provide our own content
  • all exports have been updated

TODO I need to be sure current structure does not break anything in PyScript.

@WebReflection WebReflection merged commit 8d15814 into main Feb 28, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant