Open
Description
According to our unit tests, the empty string condition here is uncovered:
Defaulting to the empty string here is questionable because you will end up with an error at runtime here:
lwc/packages/@lwc/engine-core/src/framework/api.ts
Lines 676 to 681 in 1ca525a
This is hard to debug, and we should never have an undefined name
/namespace
in the Babel plugin, so it may be safer to throw an error or at least log a warning.
Activity