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
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
we generate top level fields as exports.name, which the JS debugger won't show the value for. babeljs generates a pattern that keeps a local around. We could do that too, does it seem worth it?
we generate top level fields as
exports.name
, which the JS debugger won't show the value for. babeljs generates a pattern that keeps a local around. We could do that too, does it seem worth it?desugars to
the local "foo" means that "foo" hover will work
The text was updated successfully, but these errors were encountered: