Skip to content

Panic instead of warn when esbuild not found#136

Merged
markovejnovic merged 2 commits into
harmont-dev:mainfrom
Power-el-Tanke:panic-if-esbuild-not-found
Jun 10, 2026
Merged

Panic instead of warn when esbuild not found#136
markovejnovic merged 2 commits into
harmont-dev:mainfrom
Power-el-Tanke:panic-if-esbuild-not-found

Conversation

@Power-el-Tanke

Copy link
Copy Markdown
Contributor

As mentioned in #105, the tests related to JS bundle generation failed. This was due to the absence of esbuild on my system, and it was resolved after its installation. I had to read the build.rs file in the hm-dsl-engine crate to find the source of the problem, since Cargo didn't show me any warning because the build succeeded. I think it would be better to panic and force an error message to prevent this situation for future contributors.

@markovejnovic markovejnovic merged commit 62ecbab into harmont-dev:main Jun 10, 2026
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.

2 participants