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
After LINK REDACTED we'll have suppressed import/default warnings due to a lot of files still using module.exports. In some cases, this is necessary - for example: webShims and gulp_helpers. We'll have to add a comment to disable warning about those cases. In other places, for example: plugins/graph/public/graphClientWorkspace.js, we need to replace with export syntax.
Just a note, the export transform in LINK REDACTED will do most of the heavy lifting here. You just need to review the output and make tweaks at that point. That's how I created the PR in Kibana.
Original comment by @tsullivan:
LINK REDACTED
After LINK REDACTED we'll have suppressed
import/default
warnings due to a lot of files still usingmodule.exports
. In some cases, this is necessary - for example: webShims andgulp_helpers
. We'll have to add a comment to disable warning about those cases. In other places, for example:plugins/graph/public/graphClientWorkspace.js
, we need to replace withexport
syntax.Related to #12084
The text was updated successfully, but these errors were encountered: