Skip to content

Commit

Permalink
Chore: add missing ecmaVersion 2020/11 type value (#12833)
Browse files Browse the repository at this point in the history
This is a minor fix for shared type definition.

Thanks!
  • Loading branch information
peterblazejewicz committed Jan 30, 2020
1 parent 516ddb3 commit 691d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/types.js
Expand Up @@ -21,7 +21,7 @@ module.exports = {};
/**
* @typedef {Object} ParserOptions
* @property {EcmaFeatures} [ecmaFeatures] The optional features.
* @property {3|5|6|7|8|9|10|2015|2016|2017|2018|2019} [ecmaVersion] The ECMAScript version (or revision number).
* @property {3|5|6|7|8|9|10|11|2015|2016|2017|2018|2019|2020} [ecmaVersion] The ECMAScript version (or revision number).
* @property {"script"|"module"} [sourceType] The source code type.
*/

Expand Down

0 comments on commit 691d19a

Please sign in to comment.