Skip to content

feat(compile): ability to exclude embedded files #28805

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Apr 8, 2025

For now, just simple path excluding (no glob support).

> deno compile --include folder --exclude folder/sub_folder main.ts

Closes #28804

@dsherret dsherret changed the title feat(compile): ability to exclude included files feat(compile): ability to exclude embedded files Apr 8, 2025
Copy link
Contributor

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

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

LGTM

@dsherret dsherret enabled auto-merge (squash) April 15, 2025 18:32
@dsherret dsherret added this to the 2.3.0 milestone Apr 15, 2025
@dsherret dsherret merged commit 3071aa2 into denoland:main Apr 15, 2025
17 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.

deno compile - Ability to exclude/ignore embedded files
2 participants