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
tapable use some very hacky(new Function) trick to gain performance which only wins when it's called over 100 0000 times which not likely happens in Rspack because we won't support parser hooks and it's really hard to debug.
so we can consider a more friendly implementation without using new Function
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tapable use some very hacky(new Function) trick to gain performance which only wins when it's called over 100 0000 times which not likely happens in Rspack because we won't support parser hooks and it's really hard to debug.
so we can consider a more friendly implementation without using new Function
Beta Was this translation helpful? Give feedback.
All reactions