istanbuljs / babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code
BSD 3-Clause "New" or "Revised" License
616 stars 72 forks source link

Report an error after accessing istanbul #262

Open Leon1Zhu opened 3 years ago

Leon1Zhu commented 3 years ago

Hi, after accessing istanbul, the program reports an error

After access:

image

image

Before access:

image

Source code: image

This seems to be caused by istanbul, but I don’t know how to solve it, I need help

Thanks!