Skip to content

Commit

Permalink
Chore: add ecmaVersion 13 to types.js (#15163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Oct 13, 2021
1 parent ff5fcd4 commit c584a63
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|11|12|2015|2016|2017|2018|2019|2020|2021} [ecmaVersion] The ECMAScript version (or revision number).
* @property {3|5|6|7|8|9|10|11|12|13|2015|2016|2017|2018|2019|2020|2021|2022} [ecmaVersion] The ECMAScript version (or revision number).
* @property {"script"|"module"} [sourceType] The source code type.
*/

Expand Down

0 comments on commit c584a63

Please sign in to comment.