Skip to content
  • deuce's avatar
    73870ed9
    Update to JSLint 2017-11-06 · 73870ed9
    deuce authored
    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
    73870ed9
    Update to JSLint 2017-11-06
    deuce authored
    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
Loading