Skip to content

Commit f3223d0

Browse files
author
Legends
committed
Changed TODO => Compiler
1 parent 11ebd5e commit f3223d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/CompatibilityPlugin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ const ConstDependency = require("./dependencies/ConstDependency");
88

99
const NullFactory = require("./NullFactory");
1010

11+
/** @typedef {import("./Compiler.js")} Compiler */
12+
1113
class CompatibilityPlugin {
1214
/**
1315
* Apply the plugin
14-
* @param {TODO} compiler Webpack Compiler
16+
* @param {Compiler} compiler Webpack Compiler
1517
* @returns {void}
1618
*/
1719
apply(compiler) {

0 commit comments

Comments
 (0)