Dependency walker map checking supports new TS ModeAwareCache#502
Merged
erikbarke merged 1 commit intomonounity:masterfrom Dec 25, 2021
sedlakr:bugfix/499
Merged
Dependency walker map checking supports new TS ModeAwareCache#502erikbarke merged 1 commit intomonounity:masterfrom sedlakr:bugfix/499
erikbarke merged 1 commit intomonounity:masterfrom
sedlakr:bugfix/499
Conversation
Collaborator
|
Hey, thanks |
Author
|
Hi @erikbarke, could you please release new version with this fix? |
ryanio
added a commit
to ethereumjs/rlp
that referenced
this pull request
Jan 9, 2022
ryanio
added a commit
to ethereumjs/rlp
that referenced
this pull request
Jan 10, 2022
* update karma-typescript to use fix on master not yet released: monounity/karma-typescript#502 * update readme * bin/rlp: use capital RLP, destructure bytesToHex * destructure ternary operator for easier readability * tidy, touch ups, flatten return statements when possible, move utils to own file * destructure utils usage, move numberToBytes to test utils * eslint updates * rename baToJSON to arrToJSON * add new test coverage from @jochem-brouwer, add es2020 property to eslint, renamings * update package.json version to 3.0.0, add changelog entries * remove separate browser build since tsconfigs are the same. tested with browserify and was able to RLP encode in the browser from dist/index.js * fix karma-typescript * ci: - use npm 7 for github url integrity support (for karma-typescript unreleased workaround) - run coverage inside node v16 workflow so a duplicative job is not needed * ci: more clarity on reason for added npm v7 and when it can be removed * combine to one file to improve esm, deno support * update changelog * Add NestedUint8Array type (fixes issue #78) * tidy readme * changelog: add cli PR * nit: keys by alphabetical order * replace node 13 with 17
Closed
rwaskiewicz
added a commit
to stenciljs/core
that referenced
this pull request
Jan 12, 2022
includes monounity/karma-typescript#502, needed for ts 4.5
william-stamper242o
added a commit
to william-stamper242o/rlpa
that referenced
this pull request
Oct 27, 2025
* update karma-typescript to use fix on master not yet released: monounity/karma-typescript#502 * update readme * bin/rlp: use capital RLP, destructure bytesToHex * destructure ternary operator for easier readability * tidy, touch ups, flatten return statements when possible, move utils to own file * destructure utils usage, move numberToBytes to test utils * eslint updates * rename baToJSON to arrToJSON * add new test coverage from @jochem-brouwer, add es2020 property to eslint, renamings * update package.json version to 3.0.0, add changelog entries * remove separate browser build since tsconfigs are the same. tested with browserify and was able to RLP encode in the browser from dist/index.js * fix karma-typescript * ci: - use npm 7 for github url integrity support (for karma-typescript unreleased workaround) - run coverage inside node v16 workflow so a duplicative job is not needed * ci: more clarity on reason for added npm v7 and when it can be removed * combine to one file to improve esm, deno support * update changelog * Add NestedUint8Array type (fixes issue #78) * tidy readme * changelog: add cli PR * nit: keys by alphabetical order * replace node 13 with 17
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/microsoft/TypeScript/blob/1cee9731d22c7a1f97ac957cb89d8664cadc4717/src/compiler/moduleNameResolver.ts#L660
fixes #499