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

orphaned scopes in HTML generation #301

Open
guybedford opened this issue Apr 30, 2023 · 0 comments
Open

orphaned scopes in HTML generation #301

guybedford opened this issue Apr 30, 2023 · 0 comments

Comments

@guybedford
Copy link
Member

Noticing the following on generator.jspm.io:

<html>
<body>
<!--StartFragment-->

"https://ga.jspm.io/npm:@jspm/[email protected]/": {
--
  | "#fetch": "https://ga.jspm.io/npm:@jspm/[email protected]/dist/fetch-native.js"
  | },
  | "https://ga.jspm.io/npm:@jspm/[email protected]/": {
  | "#fetch": "https://ga.jspm.io/npm:@jspm/[email protected]/dist/fetch-native.js"
  | },
  | "https://ga.jspm.io/npm:@jspm/[email protected]/": {
  | "#fetch": "https://ga.jspm.io/npm:@jspm/[email protected]/dist/fetch-native.js"
  | },
  | "https://ga.jspm.io/npm:@jspm/[email protected]/": {
  | "#fetch": "https://ga.jspm.io/npm:@jspm/[email protected]/dist/fetch-native.js"
  | }

<!--EndFragment-->
</body>
</html>

where these orphaned scopes should be stripped by the pruning phase.

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

No branches or pull requests

1 participant