unjs / mlly

๐Ÿค Common ECMAScript module utils
MIT License
471 stars 36 forks source link

perf(resolver): remove intermediate `pcall` util #230

Closed pi0 closed 9 months ago

pi0 commented 9 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Remove intermediate pcall util for async functions. it was mainly to reduce stacktrace size but seems really uncessary.

๐Ÿ“ Checklist