Skip to content

Commit 5fa23de

Browse files
committed
jsdoc terser
1 parent 5e42426 commit 5fa23de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/constants.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export const DOC_API_BLOB_EDIT_BASE_URL =
2121
// Base URL for a specific Node.js version within the Node.js API docs
2222
export const DOC_API_BASE_URL_VERSION = 'https://nodejs.org/docs/latest-v';
2323

24-
// Options for Terser
24+
/**
25+
* @type {import('html-minifier-terser').Options} Options for terser
26+
*/
2527
export const TERSER_MINIFY_OPTIONS = {
2628
collapseWhitespace: true,
2729
minifyJS: true,

0 commit comments

Comments
 (0)