sfdx-lwc-jest icon indicating copy to clipboard operation
sfdx-lwc-jest copied to clipboard

Convert to ESM and rely on a single `lwc` package

Open nolanlawson opened this issue 1 year ago • 0 comments

This would be the first step to achieving #349. We should not have multiple @lwc/* package dependencies, but rather a top-level lwc dependency, and do our imports like this:

import compiler from 'lwc/compiler'

This requires converting from CommonJS to ESM.

nolanlawson avatar Apr 18 '24 16:04 nolanlawson