Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v8.50.0
Choose a base ref
Loading
...
head repository:eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v8.51.0
Choose a head ref
Loading
  • 19commits
  • 89files changed
  • 9contributors

Commits on Sep 25, 2023

  1. chore: Refactor and document CodePath (#17558)

    * chore: Refactor and document CodePath* Clarify docs
    @nzakas
    nzakas authoredSep 25, 2023
    1Configuration menu
    Copy the full SHA
    24e1f14View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. chore: Document and refactor ForkContext (#17566)

    * chore: Document and refactor ForkContext"* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Update lib/linter/code-path-analysis/fork-context.jsCo-authored-by: Francesco Trotta <github@fasttime.org>* Clean up comments---------Co-authored-by: Francesco Trotta <github@fasttime.org>
    @nzakas@fasttime
    nzakas andfasttime authoredSep 26, 2023
    1Configuration menu
    Copy the full SHA
    bc77c9aView commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat: logical-assignment-operators to report expressions with 3 opera…

    …nds (#17600)* fix: logical-assignment-operators to report expressions with 3 operands* Apply suggestions from code reviewCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* test: add more `??` test cases* docs: add explanation of always option* Update docs/src/rules/logical-assignment-operators.mdCo-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    @ota-meshi@mdjermanovic@nzakas
    3 people authoredSep 27, 2023
    1Configuration menu
    Copy the full SHA
    977e67eView commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. chore: Refactor CodePathState (#17510)

    * chore: Refactor and document CodePathState* Add context classes* More refactoring and JSDoc* Refactor of try context* More JSDoc and BreakContext* More refactoring and JSDoc* More comments* Incorporate feedback* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Clean up loop context classes and comments* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @nzakas@mdjermanovic
    nzakas andmdjermanovic authoredSep 29, 2023
    1Configuration menu
    Copy the full SHA
    7b77bccView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. docs: Update README

    GitHub Actions Bot committedOct 1, 2023
    1Configuration menu
    Copy the full SHA
    1866da5View commit details
    Browse the repository at this point in the history
  2. feat: Add--no-warn-ignoredCLI option for flat config (#17569)

    * Add warnIgnored CLI option for flat config* Update ignore result warning message about its suppression* Add test for lintText warnIgnored overriding constructor option* Respect constructor warnIgnored when linting via stdin* Move warnIgnored help text under Miscellaneous* Use void 0 instead of undefined* Add test cases for eslint.lintFiles with warnIgnored:false* Add assertion for error message when warnIgnored is not the right type* Change file ignore warning wording* Simplify error condition* Fix accidentally commented out test line* Add documentation for --no-warn-ignored CLI flag* Clarify warnIgnored descriptions
    @domnantas
    domnantas authoredOct 1, 2023
    1Configuration menu
    Copy the full SHA
    0a9c433View commit details
    Browse the repository at this point in the history
  3. docs: use generated og image (#17601)

    * docs: use generated og image* fix: revert code for testing* Update docs/src/_includes/layouts/base.htmlCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* chore: urlencode title and summary in og---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @kecrily@mdjermanovic
    kecrily andmdjermanovic authoredOct 1, 2023
    1Configuration menu
    Copy the full SHA
    dbf831eView commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. docs: Update README

    GitHub Actions Bot committedOct 2, 2023
    1Configuration menu
    Copy the full SHA
    47d0b44View commit details
    Browse the repository at this point in the history
  2. 1Configuration menu
    Copy the full SHA
    1aa26dfView commit details
    Browse the repository at this point in the history
  3. 1Configuration menu
    Copy the full SHA
    2665552View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: Ensure correct code path for && followed by ?? (#17618)

    * fix: Ensure correct code path for && followed by ??fixes#13614* Remove .only* Update lib/linter/code-path-analysis/code-path-state.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update tests/lib/linter/code-path-analysis/code-path-analyzer.jsCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>* Update variable names in comments---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @nzakas@mdjermanovic
    nzakas andmdjermanovic authoredOct 4, 2023
    1Configuration menu
    Copy the full SHA
    d2f6801View commit details
    Browse the repository at this point in the history
  2. fix:eslint-disableto be able to parse quoted rule names (#17612)

    * fix: `eslint-disable` to be able to parse literal rule names* fix: id casing* Apply suggestions from code reviewCo-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>* test: update test cases* test: add eslint-env test case* test: add test case and fix test case---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    @ota-meshi@mdjermanovic@nzakas
    3 people authoredOct 4, 2023
    1Configuration menu
    Copy the full SHA
    dd79abcView commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. docs: default tosourceType: "module"in rule examples (#17615)

    * Default to `"sourceType": "module"` in rule examples* Fix `sourceType` in obvious cases* Fix `sourceType` in less obvious cases* Fix name conflicts* Apply suggestions
    @fasttime
    fasttime authoredOct 5, 2023
    1Configuration menu
    Copy the full SHA
    ee5be81View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix: Ensure crash error messages are not duplicated (#17584)

    * fix: Ensure crash error messages are not duplicatedFixes#17560* Add test* Fix merge conflicts* Add tests---------Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    @nzakas@mdjermanovic
    nzakas andmdjermanovic authoredOct 6, 2023
    1Configuration menu
    Copy the full SHA
    0edfe36View commit details
    Browse the repository at this point in the history
  2. 1Configuration menu
    Copy the full SHA
    f976b2fView commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committedOct 6, 2023
    1Configuration menu
    Copy the full SHA
    f8c7403View commit details
    Browse the repository at this point in the history
  4. 1Configuration menu
    Copy the full SHA
    1ef39eaView commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.51.0

    ESLint Jenkins committedOct 6, 2023
    1Configuration menu
    Copy the full SHA
    e8235e5View commit details
    Browse the repository at this point in the history
  6. 8.51.0

    ESLint Jenkins committedOct 6, 2023
    1Configuration menu
    Copy the full SHA
    f079382View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp