We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff8f85 commit b5af4fdCopy full SHA for b5af4fd
compiler-core/src/build/project_compiler.rs
@@ -188,7 +188,8 @@ where
188
// verify that this version is appropriate.
189
self.check_gleam_version()?;
190
191
- // Check if JavaScript configuration has changed
+ // Checks if JavaScript configuration has changed since the last build (particularly TypeScript declarations)
192
+ // and rebuilds the project if necessary to ensure consistent compilation with current settings
193
self.rebuild_if_javascript_config_changed()?;
194
195
// The JavaScript target requires a prelude module to be written.
0 commit comments