• exec/syncjslint.js

    From deuce@VERT to CVS commit on Wed Jan 13 23:13:16 2016
    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 Wed Jan 13 23:19:48 2016
    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 Wed Jan 13 23:20:42 2016
    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 Thu Jan 14 00:51:13 2016
    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 Tue Jan 19 03:48:58 2016
    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 Sun Feb 28 22:05:45 2016
    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 Fri Apr 22 05:35:08 2016
    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 Fri Apr 22 06:17:23 2016
    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 Fri Apr 22 06:25:05 2016
    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 Sat Apr 23 22:12:14 2016
    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 Fri Aug 23 18:26:22 2019
    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 Fri Aug 23 18:28:41 2019
    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 Fri Aug 23 19:03:48 2019
    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 Fri Aug 23 22:05:07 2019
    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 Sat Aug 24 00:57:58 2019
    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 Sat Aug 24 04:21:55 2019
    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 Thu Aug 29 14:30:45 2019
    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 Wed Sep 4 18:17:43 2019
    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