Open
Description
Environment
node v18.18.0
mlly 0.5.17
Reproduction
findDynamicImports(`const BlockEmbed = Quill.import('blots/block/embed');
const foo = timport('foo');`)
Describe the bug
In out project we use quill-editor
that have import
function for export some functionality (Quill.import('blots/block/embed')
), mlly
detect it as esm import
For testing i try some another name function as timport
and it also worked as import
Additional context
No response
Logs
No response