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

Does not instrument dynamically loaded files #275

Open nanomosfet opened 2 years ago

nanomosfet commented 2 years ago

Lets say you load a file

import('./path/to/files.js')

it doesn't seem to instrument the dynamically loaded file `./path/to/files.js'

is this a known issue or am i making some kind of mistake?