Skip to content

Commit

Permalink
test: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Oct 26, 2020
1 parent c3078c8 commit 69419c2
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 96 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"cross-env": "^7.0.2",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.11.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.1.1",
Expand All @@ -78,7 +78,7 @@
"prettier": "^2.1.2",
"standard-version": "^9.0.0",
"typescript": "^4.0.3",
"uglify-js": "^3.11.3",
"uglify-js": "^3.11.4",
"webpack": "^5.2.0",
"worker-loader": "^3.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class TerserPlugin {
* @private
* @param {Error & { line: number, col: number}} error
* @param {string} file
* @param {any} requestShortener
* @param {Compilation["requestShortener"]} [requestShortener]
* @param {SourceMapConsumer} [sourceMap]
* @returns {WebpackError}
*/
Expand Down Expand Up @@ -500,7 +500,7 @@ class TerserPlugin {
.sort()
.reduce(
/**
* @param {any} previousPromise
* @param {Promise<any>} previousPromise
* @param {any} extractedComments
* @returns {Promise<any>}
*/
Expand Down
Loading

0 comments on commit 69419c2

Please sign in to comment.