WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js
@@ -21,6 +21,7 @@
module.exports = class RequireIncludeDependencyParserPlugin {
   /**
    * Creates an instance of RequireIncludeDependencyParserPlugin.
    * @param {boolean} warn true: warn about deprecation, false: don't warn
    */
   constructor(warn) {
@@ -28,6 +29,7 @@
   }
   /**
    * Applies the plugin by registering its hooks on the compiler.
    * @param {JavascriptParser} parser the parser
    * @returns {void}
    */
@@ -82,6 +84,7 @@
class RequireIncludeDeprecationWarning extends WebpackError {
   /**
    * Creates an instance of RequireIncludeDeprecationWarning.
    * @param {DependencyLocation} loc location
    */
   constructor(loc) {