You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{findStaticImports}from"mlly";const[match0]=findStaticImports(`function a(){}import baz, { x, y as z } from 'baz'`);console.log("🚀 ~ file: test.ts:5 ~ match0:",match0)// undefined
Describe the bug
the static import is after the function, can't find static imports
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
node v16
Reproduction
Describe the bug
the static import is after the function, can't find static imports
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: