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
In latest node, tsx/node seem to load this benchmark file as ESM which
results in an error when trying to use `require.resolve`.
We can achieve the same with regular path resolution, using
`import.meta` to get hold of the current path.
0 commit comments