Skip to content

Commit

Permalink
[INTERNAL] Apply suggestions from UA review
Browse files Browse the repository at this point in the history
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
  • Loading branch information
RandomByte and KlattG authored Oct 6, 2023
1 parent c713f15 commit 7b3e5f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/processors/minifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ async function getSourceMapFromUrl({sourceMappingUrl, resourcePath, readFile}) {
* Required when using the <code>useWorkers</code> option
* @param {object} [parameters.options] Options
* @param {boolean} [parameters.options.readSourceMappingUrl=false]
* Whether to make use of any existing source maps referenced in the resources to be minified. Use this to preserve
* the reference to the original source files, such as TypeScript files, in the generated source map.<br>
* If a resource has been modified by a previous tasks, any existing source map will be ignored regardless of this
* setting. This is to ensure that no inconsistent source maps are being used. Check verbose log for details.
* Whether to make use of any existing source maps referenced in the resources to be minified. Use this option to preserve

Check failure on line 132 in lib/processors/minifier.js

View workflow job for this annotation

GitHub Actions / General checks, tests and coverage reporting

This line has a length of 124. Maximum allowed is 120
* references to the original source files, such as TypeScript files, in the generated source map.<br>
* If a resource has been modified by a previous task, any existing source map will be ignored regardless of this
* setting. This is to ensure that no inconsistent source maps are used. Check the verbose log for details.
* @param {boolean} [parameters.options.addSourceMappingUrl=true]
* Whether to add a sourceMappingURL reference to the end of the minified resource
* @param {boolean} [parameters.options.useWorkers=false]
Expand Down

0 comments on commit 7b3e5f6

Please sign in to comment.