-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a decoding algorithm for index maps #132
Open
takikawa
wants to merge
9
commits into
tc39:main
Choose a base branch
from
takikawa:index-map-algorithm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f9d131 - Browse repository at this point
Copy the full SHA 5f9d131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079cc65 - Browse repository at this point
Copy the full SHA 079cc65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410d986 - Browse repository at this point
Copy the full SHA 410d986View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b47be - Browse repository at this point
Copy the full SHA c5b47beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1bf64 - Browse repository at this point
Copy the full SHA fd1bf64View commit details -
Editorial: avoid warnings by removing dfns for index map
These aren't linked to so they don't need the tags
Configuration menu - View commit details
-
Copy full SHA for 477426d - Browse repository at this point
Copy the full SHA 477426dView commit details
Commits on Nov 13, 2024
-
* Fix first line issue * Use extend again for new mappings
Configuration menu - View commit details
-
Copy full SHA for ee0f9b0 - Browse repository at this point
Copy the full SHA ee0f9b0View commit details -
* Check the overlap of ranges {lastFirst, lastPrev} and the {first, last} of the current source map section instead of current more complicated steps. * The overlap check also ensures the order of the ranges, beyond the ordering of the offsets (which itself doesn't guarantee range order) * Some editorial changes for the check
Configuration menu - View commit details
-
Copy full SHA for 9687241 - Browse repository at this point
Copy the full SHA 9687241View commit details -
Change offset checks to "integral Number"
Also set a default value so the algorithm continues
Configuration menu - View commit details
-
Copy full SHA for 9505a3d - Browse repository at this point
Copy the full SHA 9505a3dView commit details
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.