Skip to content

Commit

Permalink
Merge pull request #9702 from weswigham/patch-1
Browse files Browse the repository at this point in the history
Fix `LogTypeEnum` typedef
  • Loading branch information
sokra committed Sep 23, 2019
2 parents d89dc70 + a559707 commit b151069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logging/Logger.js
Expand Up @@ -32,7 +32,7 @@ const LogType = Object.freeze({

exports.LogType = LogType;

/** @typedef {keyof LogType} LogTypeEnum */
/** @typedef {keyof typeof LogType} LogTypeEnum */

const LOG_SYMBOL = Symbol("webpack logger raw log method");
const TIMERS_SYMBOL = Symbol("webpack logger times");
Expand Down

0 comments on commit b151069

Please sign in to comment.