-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Most of the functions depend on functions that are expensive to call, I even opened an issue on NodeJS to talk more about it nodejs/node#48204.
So, if more than one library depends on this library and the results from it, they will call the expensive functions twice, do you see some issue with caching it?
Also, some libraries uses a faster way of checking if musl is supported, like https://github.com/swc-project/cli/blob/master/src/swcx/index.ts#L78, I don't know why they use getReport but did you see any issue with this method?