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: niklasvh/base64-arraybuffer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: socketio/base64-arraybuffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 17, 2022

  1. chore: fix relative path in sourcemap

    This commit contains two changes:
    
    - the `src/index.ts` file is now included in the published package
    - the path in the sourcemap files is now valid
    
    Interestingly, the path is already valid in the `dist/lib/index.js.map`
    file, due to the additional `lib/` directory.
    
    Related: #32
    darrachequesne committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d30e7cc View commit details
    Browse the repository at this point in the history
  2. chore: set moduleResolution to "node"

    This prevents the following warning when building:
    
    > (!) Plugin typescript: @rollup/plugin-typescript TS5070: Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.
    darrachequesne committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1584b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02fd682 View commit details
    Browse the repository at this point in the history
Loading