node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js
@@ -18,6 +18,7 @@ module.exports = class HarmonyDetectionParserPlugin { /** * Applies the plugin by registering its hooks on the compiler. * @param {JavascriptParser} parser the parser * @returns {void} */ @@ -72,6 +73,7 @@ }); /** * Returns true if in harmony. * @returns {boolean | undefined} true if in harmony */ const skipInHarmony = () => { @@ -81,6 +83,7 @@ }; /** * Returns null if in harmony. * @returns {null | undefined} null if in harmony */ const nullInHarmony = () => {