Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jslint-org/jslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2022.5.20
Choose a base ref
...
head repository: jslint-org/jslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2022.6.21
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 2, 2022

  1. - bugfix - fix jslint not-recognizing option-chaining when comparing …

    …operands of binary operator (#403)
    
    - allow array-literals to directly call [...].flat() and [...].flatMap()
    kaizhu256 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ee1029d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. - directive - add new directive subscript allowing JSLint to be use…

    …d with scripts targeting Google Closure Compiler
    
    - warning - relax warning about missing `catch` in `try...finally` statement
    - jslint - allow aliases `evil, nomen` for jslint-directives `eval, name`, respectively
    - bugfix - fix broken codemirror example
    kaizhu256 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    1f3b267 View commit details
    Browse the repository at this point in the history
  2. - cleanup pr-comments

    kaizhu256 committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    278cd9e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Merge pull request #404 from kaizhu256/directive_subscript

    - directive - add new directive `subscript` for linting of scripts targeting Google Closure Compiler
    kaizhu256 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    878a573 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    df3491f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. # v2022.6.21

    - directive - add new directive `subscript` for linting of scripts targeting Google Closure Compiler
    - bugfix - fix expression after "await" mis-identified as statement
    - warning - relax warning about missing `catch` in `try...finally` statement
    - jslint - allow aliases `evil, nomen` for jslint-directives `eval, name`, respectively for backwards-compat
    - bugfix - fix broken codemirror example
    - bugfix - fix jslint not-recognizing option-chaining when comparing operands of binary operator
    - allow array-literals to directly call [...].flat() and [...].flatMap()
    kaizhu256 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b829bb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #406 from kaizhu256/branch-v2022.6.21

    # v2022.6.21
    kaizhu256 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    790f640 View commit details
    Browse the repository at this point in the history
Loading