Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
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: eslint/eslint-visitor-keys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67c0a8b
Choose a base ref
...
head repository: eslint/eslint-visitor-keys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bd9648
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 11, 2022

  1. feat: Bundle JSDoc-built TypeScript declaration file (#34)

    * feat: bundle JSDoc-built TypeScript declaration file
    
    * refactor: allow undefined keys (but not for keys argument or return value of `unionWith`)
    
    * fix: `types` and `files` location
    
    * fix: resolve "Cannot find module" error by using `outDir`
    
    * refactor: Shorten types with typedefs
    
    * refactor: Remove extra `types`
    
    * refactor: revert switch to `nodenext`
    
    * refactor: Drop use of `KeysLooseReadonly`
    
    * refactor: set target to `es6`
    
    * chore: move `tsc` to build step
    
    * test: tsd tests of declaration file
    
    * test: exported type checks
    
    * refactor: rename KeysStrict -> VisitorKeysWritable, and KeysStrictReadonly -> VisitorKeys
    
    * test: fix reference to declaration file
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * test: avoid exporting internal `VisitorKeysWritable` type
    
    * refactor: Remove need for legacy code tests
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    brettz9 and mdjermanovic authored Feb 11, 2022
    1 Configuration menu
    Copy the full SHA
    7f10327 View commit details
    Browse the repository at this point in the history
  2. Build: changelog update for 3.3.0

    ESLint Jenkins committed Feb 11, 2022
    1 Configuration menu
    Copy the full SHA
    73c8bde View commit details
    Browse the repository at this point in the history
  3. 3.3.0

    ESLint Jenkins committed Feb 11, 2022
    1 Configuration menu
    Copy the full SHA
    4bd9648 View commit details
    Browse the repository at this point in the history
Loading