• exec/syncjslint.js

    From deuce@VERT to CVS commit on Tuesday, November 18, 2014 13:59:36
    exec syncjslint.js 1.19 1.20
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28704

    Modified Files:
    syncjslint.js
    Log Message:
    Add missing classes and functions.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 13, 2016 18:13:16
    exec syncjslint.js 1.20 1.21
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7322

    Modified Files:
    syncjslint.js
    Log Message:
    Add LOG_* globals.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 13, 2016 18:19:48
    exec syncjslint.js 1.21 1.22
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7724

    Modified Files:
    syncjslint.js
    Log Message:
    Parse load() paramegers a bit better.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 13, 2016 18:20:42
    exec syncjslint.js 1.22 1.23
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv7771

    Modified Files:
    syncjslint.js
    Log Message:
    Remove debug output.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Wednesday, January 13, 2016 19:51:13
    exec syncjslint.js 1.23 1.24
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11184

    Modified Files:
    syncjslint.js
    Log Message:
    Disable the "The body of a for in should be wrapped in an if statement to filter unwanted properties" warnings by default. This is more for when
    you're worried that your object may be exitended... a rare situation in Synchronet JavaScript.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Monday, January 18, 2016 22:48:58
    exec syncjslint.js 1.24 1.25
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv27987

    Modified Files:
    syncjslint.js
    Log Message:
    Add fullpath()




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Sunday, February 28, 2016 17:05:45
    exec syncjslint.js 1.25 1.26
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv5770

    Modified Files:
    syncjslint.js
    Log Message:
    Add suport for mkpath()




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Friday, April 22, 2016 01:35:08
    exec syncjslint.js 1.26 1.27
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32721

    Modified Files:
    syncjslint.js
    Log Message:
    Add support for the require.pl module, disable multiload by default.
    This makes it an error for the same file to be load()ed multiple times
    without require.pl being used after the first time.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Friday, April 22, 2016 02:17:23
    exec syncjslint.js 1.27 1.28
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1530

    Modified Files:
    syncjslint.js
    Log Message:
    Don't load() files from inside multiline comments. :-)




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Friday, April 22, 2016 02:25:05
    exec syncjslint.js 1.28 1.29
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv1740

    Modified Files:
    syncjslint.js
    Log Message:
    Fix detection of end of multi-line comment.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Saturday, April 23, 2016 18:12:14
    exec syncjslint.js 1.29 1.30
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv19765

    Modified Files:
    syncjslint.js
    Log Message:
    Fix for new require.js usage, and add support for require() global method.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Friday, August 23, 2019 14: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 14: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 15: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 Friday, August 23, 2019 18: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 Friday, August 23, 2019 20: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 00: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 10: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 14: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