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

fix(compile): output contents of embedded file system #27302

Merged
merged 7 commits into from
Dec 11, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Dec 10, 2024

image

I think it's probably ok to merge this as a fix because it helps serve as a diagnostic tool? Also then LTS gets it.

Closes #27021

.rfind('/')
.map(|i| &found_dir[..i + 1])
.unwrap_or(found_dir)
};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this change. It doesn't include the parent name now in the file path because there's no really any need to do that and it improves the output to not have a single directory at the root.

@dsherret dsherret requested a review from bartlomieju December 10, 2024 19:35
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, this is really useful

@dsherret dsherret merged commit c6fa628 into denoland:main Dec 11, 2024
17 checks passed
@dsherret dsherret deleted the fix_output_information_vfs branch December 11, 2024 14:40
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.

List all files included in deno compile with output?
2 participants