You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
While working on #505, @klewis-sfdc discovered that if a LWC project hasn't had its dependencies installed (npm install) that when compileSource() calls transform(source, fileName, options) (in compiler.ts), that it silently fails.
It seems like this should fail, but this is a known issue and difficult to tell, so we probably should look for this condition, and then warn the user.
Summary
While working on #505, @klewis-sfdc discovered that if a LWC project hasn't had its dependencies installed (
npm install) that whencompileSource()callstransform(source, fileName, options)(in compiler.ts), that it silently fails.It seems like this should fail, but this is a known issue and difficult to tell, so we probably should look for this condition, and then warn the user.