From 7de6463870d357fa394c6cb0ad0f0569ec9f8385 Mon Sep 17 00:00:00 2001 From: Kai Zhu Date: Mon, 20 Sep 2021 10:11:38 -0500 Subject: [PATCH] # v2021.9.20 - jslint - add bigint support. - vim - add vim-plugin and file jslint.vim. - doc - auto-generate toc for README.md - jslint - rename little-used directive `debug` to `trace` to avoid confusion with non-related directive `devel`. --- CHANGELOG.md | 6 +++--- README.md | 2 +- jslint.mjs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e77be7f6..71e85c582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,11 @@ - merge function.html and help.html into README.md - node - after node-v14 is deprecated, remove shell-code `export "NODE_OPTIONS=--unhandled-rejections=strict"`. -# v2021.9.1-beta -- doc - auto-generate toc for README.md +# v2021.9.20 - jslint - add bigint support. -- jslint - rename little-used directive `debug` to `trace` to avoid confusion with non-related directive `devel`. - vim - add vim-plugin and file jslint.vim. +- doc - auto-generate toc for README.md +- jslint - rename little-used directive `debug` to `trace` to avoid confusion with non-related directive `devel`. # v2021.8.20 - warning - disable un-ergonomic warnings restricting directive-global (missing_browser and unexpected_directive_a). diff --git a/README.md b/README.md index d36775df5..0c95e100d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Douglas Crockford # Status -| Branch | [master
(v2021.8.20)](https://github.com/jslint-org/jslint/tree/master) | [beta
(Web Demo)](https://github.com/jslint-org/jslint/tree/beta) | [alpha
(Development)](https://github.com/jslint-org/jslint/tree/alpha) | +| Branch | [master
(v2021.9.20)](https://github.com/jslint-org/jslint/tree/master) | [beta
(Web Demo)](https://github.com/jslint-org/jslint/tree/beta) | [alpha
(Development)](https://github.com/jslint-org/jslint/tree/alpha) | |--:|:--:|:--:|:--:| | CI | [![ci](https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jslint-org/jslint/actions?query=branch%3Amaster) | [![ci](https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=beta)](https://github.com/jslint-org/jslint/actions?query=branch%3Abeta) | [![ci](https://github.com/jslint-org/jslint/actions/workflows/ci.yml/badge.svg?branch=alpha)](https://github.com/jslint-org/jslint/actions?query=branch%3Aalpha) | | Coverage | [![coverage](https://jslint-org.github.io/jslint/branch-master/.build/coverage/coverage-badge.svg)](https://jslint-org.github.io/jslint/branch-master/.build/coverage/index.html) | [![coverage](https://jslint-org.github.io/jslint/branch-beta/.build/coverage/coverage-badge.svg)](https://jslint-org.github.io/jslint/branch-beta/.build/coverage/index.html) | [![coverage](https://jslint-org.github.io/jslint/branch-alpha/.build/coverage/coverage-badge.svg)](https://jslint-org.github.io/jslint/branch-alpha/.build/coverage/index.html) | diff --git a/jslint.mjs b/jslint.mjs index 8f2e81f67..15bbe7332 100644 --- a/jslint.mjs +++ b/jslint.mjs @@ -135,7 +135,7 @@ let jslint_charset_ascii = ( + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~\u007f" ); -let jslint_edition = "v2021.9.1-beta"; +let jslint_edition = "v2021.9.20"; let jslint_export; // The jslint object to be exported. let jslint_fudge = 1; // Fudge starting line and starting column to 1. let jslint_import_meta_url = ""; // import.meta.url used by cli.