File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ import moduleFs from "fs";
441
441
"type": "git",
442
442
"url": "https://github.com/jslint-org/jslint.git"
443
443
},
444
- "version": "2024.11.1 "
444
+ "version": "2024.11.24 "
445
445
}, undefined, 4)
446
446
}
447
447
].map(async function ({
Original file line number Diff line number Diff line change 7
7
- jslint - add new warning requiring paren around plus-separated concatenations.
8
8
- jslint - try to improve parser to be able to parse jquery.js without stopping.
9
9
10
- # v2024.11.1-beta
11
- - quickstart - bugfix - Fix broken quickstart-jslint-in-codemirror demo.
10
+ # v2024.11.24
12
11
- jslint - bugfix - Fix optional dynamic-property/function-call not recognized.
12
+ - quickstart - bugfix - Fix broken quickstart-jslint-in-codemirror demo.
13
13
- ci - Update shell-function shHttpFileServer() to auto-serve /index.html, when url-path is root /.
14
14
15
15
# v2024.6.28
Original file line number Diff line number Diff line change 3
3
4
4
5
5
# Status
6
- | Branch | [ master<br >(v2024.6.28 )] ( https://github.com/jslint-org/jslint/tree/master ) | [ beta<br >(Web Demo)] ( https://github.com/jslint-org/jslint/tree/beta ) | [ alpha<br >(Development)] ( https://github.com/jslint-org/jslint/tree/alpha ) |
6
+ | Branch | [ master<br >(v2024.11.24 )] ( https://github.com/jslint-org/jslint/tree/master ) | [ beta<br >(Web Demo)] ( https://github.com/jslint-org/jslint/tree/beta ) | [ alpha<br >(Development)] ( https://github.com/jslint-org/jslint/tree/alpha ) |
7
7
| --:| :--:| :--:| :--:|
8
8
| 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 ) |
9
9
| Coverage | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-master/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-master/.artifact/coverage/index.html ) | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-beta/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-beta/.artifact/coverage/index.html ) | [ ![ coverage] ( https://jslint-org.github.io/jslint/branch-alpha/.artifact/coverage/coverage_badge.svg )] ( https://jslint-org.github.io/jslint/branch-alpha/.artifact/coverage/index.html ) |
@@ -963,7 +963,7 @@ This PR will additionally:
963
963
- ` git push upstream alpha -f `
964
964
- verify ci-success for upstream-branch-alpha
965
965
- https://github.com/jslint-org/jslint/actions
966
- - goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v2024.6.28
966
+ - goto https://github.com/jslint-org/jslint/compare/beta...kaizhu256:jslint:branch-v2024.11.24
967
967
- click ` Create pull request `
968
968
- input ` Add a title ` with: ` # v20yy.mm.dd `
969
969
- input ` Add a description ` with:
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ let jslint_charset_ascii = (
163
163
+ "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
164
164
+ "`abcdefghijklmnopqrstuvwxyz{|}~\u007f"
165
165
) ;
166
- let jslint_edition = "v2024.11.1-beta " ;
166
+ let jslint_edition = "v2024.11.24 " ;
167
167
let jslint_export ; // The jslint object to be exported.
168
168
let jslint_fudge = 1 ; // Fudge starting line and starting
169
169
// ... column to 1.
Original file line number Diff line number Diff line change 35
35
"shCiArtifactUpload" : 1 ,
36
36
"shCiPublishNpm" : 1 ,
37
37
"type" : " module" ,
38
- "version" : " 2024.11.1-beta "
38
+ "version" : " 2024.11.24 "
39
39
}
You can’t perform that action at this time.
0 commit comments