• exec/syncjslint.js

    From deuce@1:103/705 to CVS commit on Fri Aug 23 14: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


    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Fri Aug 23 14: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Fri Aug 23 15: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Fri Aug 23 18: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Fri Aug 23 20: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Sat Aug 24 00: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Thu Aug 29 10: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.



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From deuce@1:103/705 to CVS commit on Wed Sep 4 14: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



    --- SBBSecho 3.09-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)