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

feat(html): add experimental-html feature flag to enable html file handler #3967

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

dyc3
Copy link
Contributor

@dyc3 dyc3 commented Sep 18, 2024

Summary

This PR reenables the HTML file handler, but only when compiled with the experimental-html flag.

Test Plan

Tested it manually on one of my projects. Shouldn't cause problems in ecosystem ci.

@github-actions github-actions bot added A-CLI Area: CLI A-Project Area: project labels Sep 18, 2024
Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

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

You must add this feature to biome_wasm as well, so we can compile the playground WASM module with that. This means this step of the workflow must be compiled with the new feature

run: wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --profiling --scope biomejs crates/biome_wasm

crates/biome_service/src/file_handlers/mod.rs Outdated Show resolved Hide resolved
@ematipico ematipico merged commit 02f6595 into main Sep 19, 2024
13 checks passed
@ematipico ematipico deleted the html-feature-flag branch September 19, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI Area: CLI A-Project Area: project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants