-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix String.fromCodePoint.apply in ts and fix outdated .js
- The call to `String.fromCodePoint.apply` was erroring because `CallableFunction.apply` expects a strict Array, but we're passing a Uint8Array, which is just ArrayLike - The .js file was outdated, causing the previous version to not have had any impact whatsoever, so run `tsc` to fix it and apply the latest changes. This means that the minor version of the package had to be bumped as well
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters