From 068959d7ab9ce73eef56ca1a1a42e15f77b3da5c Mon Sep 17 00:00:00 2001 From: kai zhu Date: Sun, 24 Nov 2024 14:59:25 -0600 Subject: [PATCH] - quickstart - bugfix - Fix broken quickstart-jslint-in-codemirror demo. --- CHANGELOG.md | 3 ++- README.md | 4 ++-- jslint_wrapper_codemirror.html | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e3876e7..10553bd78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ - jslint - try to improve parser to be able to parse jquery.js without stopping. # v2024.11.1-beta -- bugfix - Fix optional dynamic-property/function-call not recognized. +- quickstart - bugfix - Fix broken quickstart-jslint-in-codemirror demo. +- jslint - bugfix - Fix optional dynamic-property/function-call not recognized. - ci - Update shell-function shHttpFileServer() to auto-serve /index.html, when url-path is root /. # v2024.6.28 diff --git a/README.md b/README.md index 7fc1f18bd..3afc0ffc6 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ import jslint from "../jslint.mjs"; - + @@ -923,7 +923,7 @@ eval("1"); //jslint-ignore-line - `git push upstream alpha -f` - verify ci-success for upstream-branch-alpha - https://github.com/jslint-org/jslint/actions -- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-p2024.11.9 +- goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-p2024.11.24 - click `Create pull request` - input `Add your description here...` with: ``` diff --git a/jslint_wrapper_codemirror.html b/jslint_wrapper_codemirror.html index de36227f1..5fea26b7c 100644 --- a/jslint_wrapper_codemirror.html +++ b/jslint_wrapper_codemirror.html @@ -9,7 +9,7 @@ - +