WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/webpack/lib/dependencies/SystemPlugin.js
@@ -30,7 +30,7 @@
class SystemPlugin {
   /**
    * Apply the plugin
    * Applies the plugin by registering its hooks on the compiler.
    * @param {Compiler} compiler the compiler instance
    * @returns {void}
    */
@@ -51,6 +51,7 @@
               });
            /**
             * Handles the hook callback for this code path.
             * @param {Parser} parser parser parser
             * @param {JavascriptParserOptions} parserOptions parserOptions
             * @returns {void}
@@ -61,6 +62,7 @@
               }
               /**
                * Sets not supported.
                * @param {string} name name
                */
               const setNotSupported = (name) => {
@@ -144,6 +146,7 @@
class SystemImportDeprecationWarning extends WebpackError {
   /**
    * Creates an instance of SystemImportDeprecationWarning.
    * @param {DependencyLocation} loc location
    */
   constructor(loc) {