Skip to content

Commit

Permalink
Merge pull request #390 from kaizhu256/numeric_separator
Browse files Browse the repository at this point in the history
- jslint - add numeric-separators support
  • Loading branch information
kaizhu256 authored Mar 25, 2022
2 parents a2d281e + 93ee29e commit f3c94c9
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 119 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

# Todo
- jslint - add numeric-separators support
- jslint - move regexp-literals to module-level so they are explicitly cached, to improve performance
- cli - remove cli-option `--mode-vim-plugin`
- coverage - add macros `/*coverage-disable*/` and `/*coverage-enable*/`.
- coverage - support globbing `*` in cli-options `--exclude` and `--include`
Expand All @@ -17,6 +15,8 @@
- perf - improve performance by hoisting inlined regexps out of loops and subfunctions

# v2022.3.1-beta
- jslint - add numeric-separator support
- jslint - move regexp-literals to module-level so they are explicitly cached, to improve performance
- ci - add check for package.json.fileCount

# v2022.2.20
Expand Down
Loading

0 comments on commit f3c94c9

Please sign in to comment.