add type for resource and context

This commit is contained in:
byzyk 2018-06-21 14:53:41 +04:00
parent 4c3f04a7cf
commit a96ac96780
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class IgnorePlugin {
}
/**
* @param {TODO} resource resource
* @param {string} resource resource
* @returns {boolean} returns true if a "resourceRegExp" exists
* and the resource given matches the regexp.
*/
@ -34,7 +34,7 @@ class IgnorePlugin {
}
/**
* @param {TODO} context context
* @param {string} context context
* @returns {boolean} returns true if "contextRegExp" does not exist
* or if context matches the given regexp.
*/