salesforce / lwc-test

LWC plugins and utilities for testing
MIT License
46 stars 31 forks source link

fix(jest-transformer): do not replace new.target #222

Closed nolanlawson closed 9 months ago

nolanlawson commented 9 months ago

Fixes #221.

Instead of replacing every MetaProperty with process, we check first if it is an import.meta meta property. This avoids replacing new.target.