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

use @jspm/generator for importmap #183

Draft
wants to merge 4 commits into
base: legacy
Choose a base branch
from

Conversation

mdynnl
Copy link

@mdynnl mdynnl commented Aug 18, 2024

@jspm/generator still uses node crypto even if integrity isn't supplied so currently added polyfill. We don't need integrity here so, the alternatives are

  1. fix it upstream
  2. patch (pnpm patch) getIntegrity https://github.com/jspm/generator/blob/e922bda037c62b3a8b86351fc08e6269dde3c83e/src/common/integrity.ts
  3. polyfil crypto with empty mocks

Not really sure what we should be doing about existing importmap though. Feel free to suggest anything or take over.

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.

2 participants