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
namespace is most of the time the name of the file.
I am wondering if we could provide a utility to automate this, e.g.
importlogfrom'roarr.macro';
that would transpile to a version above.
Logger file is usually simply used to add the package name to the context. That could be pulled from package.json or we could resolve location of the Logger.js file to always use as a base.
The text was updated successfully, but these errors were encountered:
I start pretty much every file with a variation of:
namespace
is most of the time the name of the file.I am wondering if we could provide a utility to automate this, e.g.
that would transpile to a version above.
Logger
file is usually simply used to add the package name to the context. That could be pulled frompackage.json
or we could resolve location of theLogger.js
file to always use as a base.The text was updated successfully, but these errors were encountered: