DevExpress / testcafe-hammerhead

A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
https://testcafe.io
MIT License
171 stars 160 forks source link

fix: processing script with private identifier (closes DevExpress/testcafe#8067) #2979

Closed PavelMor25 closed 11 months ago

PavelMor25 commented 11 months ago

Added new condition to property-get transformer which excludes from transform the expression "object.#prop" into "__get$(object, '#prop')"

ts-ignore was added because updating @types/estree is required; the last update was three years ago. Updating now would require time for refactoring.

esotope-hammerhead PR