-
exec/syncjslint.js
From
deuce@VERT to
CVS commit on Friday, August 23, 2019 21:26:22
exec syncjslint.js 1.31 1.32
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv16321
Modified Files:
syncjslint.js
Log Message:
Update to JSLint 2017-11-06
This is the newest version that doesn't use let (which we don't support).
Also, change the argument processing the use -L: to prepend the load path
and -l: to append.
This update required disabling support for:
Arrow functions (the => 'operator')
Mega strings (The ` and ${} things that are SO AWESOME)
And the following newer standard objects:
DataView, Generator, GeneratorFunction, Intl, Map, Promise, Reflect, Set, Symbol, System, WeakMap, WeakSet
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, August 23, 2019 21:28:41
exec syncjslint.js 1.32 1.33
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv17205
Modified Files:
syncjslint.js
Log Message:
Don't let let be used instead of var.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, August 23, 2019 22:03:48
exec syncjslint.js 1.33 1.34
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv22196
Modified Files:
syncjslint.js
Log Message:
Allow using this by default.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Saturday, August 24, 2019 01:05:07
exec syncjslint.js 1.34 1.35
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv13875
Modified Files:
syncjslint.js
Log Message:
Remove more default options, fix up some output.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Saturday, August 24, 2019 03:57:58
exec syncjslint.js 1.35 1.36
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv8675
Modified Files:
syncjslint.js
Log Message:
Print the number of warnings found.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Saturday, August 24, 2019 07:21:55
exec syncjslint.js 1.36 1.37
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv4092
Modified Files:
syncjslint.js
Log Message:
Fix backref replacement.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Thursday, August 29, 2019 17:30:45
exec syncjslint.js 1.37 1.38
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv16499
Modified Files:
syncjslint.js
Log Message:
We don't support Number.isNaN()... don't tell people to use it.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Wednesday, September 04, 2019 21:17:43
exec syncjslint.js 1.38 1.39
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv27461
Modified Files:
syncjslint.js
Log Message:
Add ConnectedSocket and ListeningSocket
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net