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: jaywcjlove/hotkeys-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.2
Choose a base ref
...
head repository: jaywcjlove/hotkeys-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Dec 8, 2023

  1. feat: add single option. (#463)

    * feat: single callback
    
    * type: Option.single
    cangSDARM authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7bf34e9 View commit details
    Browse the repository at this point in the history
  2. fix: fix types under node16 moduleResolution (#441)

    The types of this library do not match the actual JS code, leading to a situation where using ESM under the `node16` moduleResolution method in TypeScript, the default export types will fail to resolve. TypeScript is more strict around type compliance with these settings enabled, and therefore requires the types to match.
    
    The JS code does not use a default import, as `export default` in ESM is not identical to `module.exports = `. `export =` can be used in the `index.d.ts` to match the behaviour within the JS file.
    
    More information on this specific issue is available here, https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseExportDefault.md
    me4502 authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2767829 View commit details
    Browse the repository at this point in the history
  3. chore: update scripts.

    jaywcjlove committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    aeaff2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e801e View commit details
    Browse the repository at this point in the history
  5. test: fix test error.

    jaywcjlove committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3c9bb77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    511e855 View commit details
    Browse the repository at this point in the history
Loading