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
many priority items are on the list long before that.
I understand why that might be, but honestly, do everyone a favour. Fix the tools before you fix the API. You will be using the tools yourself to test the changes you make to the API.
And if your management won't sign off on it because they don't get that, then send 'em to me and I'll knock their heads together ;)
If an error occurs in a module you've imported with
require
, the current reporting system just gives up.Instead it should be possible to report the error, module and line number, as usual.
Whilst using
require
is obviously problematic for production, it's immensely useful during development.The text was updated successfully, but these errors were encountered: