Skip to content

fix(cli): #1704 handle export maps with null values for sub exports when generating import maps - #1705

Merged
thescientist13 merged 2 commits into
masterfrom
bug/issue-1704-null-sub-exports-breaks-import-map-generation
Aug 8, 2026
Merged

fix(cli): #1704 handle export maps with null values for sub exports when generating import maps#1705
thescientist13 merged 2 commits into
masterfrom
bug/issue-1704-null-sub-exports-breaks-import-map-generation

Conversation

@thescientist13

@thescientist13 thescientist13 commented Jul 11, 2026

Copy link
Copy Markdown
Member

Related Issue

resolves #1704

Documentation

N / A

Summary of Changes

  1. Add null checks when walking export maps with sub path exports

@thescientist13 thescientist13 self-assigned this Jul 11, 2026
@thescientist13 thescientist13 added bug Something isn't working CLI labels Jul 11, 2026
@thescientist13
thescientist13 force-pushed the bug/issue-1704-null-sub-exports-breaks-import-map-generation branch from e921206 to 6de7b0e Compare August 8, 2026 00:21
@thescientist13
thescientist13 merged commit 8e5728b into master Aug 8, 2026
12 checks passed
@thescientist13
thescientist13 deleted the bug/issue-1704-null-sub-exports-breaks-import-map-generation branch August 8, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CLI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

exports maps with a null value for the sub export condition break import map generation

1 participant