Skip to content

add support for sectioned source maps#1

Merged
rokob merged 5 commits intomasterfrom
sectioned-source-maps
Dec 1, 2017
Merged

add support for sectioned source maps#1
rokob merged 5 commits intomasterfrom
sectioned-source-maps

Conversation

@rokob
Copy link

@rokob rokob commented Nov 21, 2017

No description provided.

# B64 = [-1] * 256
# for i, c in enumerate('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'):
# B64[ord(c)] = i
B64 = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as what is generated by lines 237-239?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes basically, I reverted to just using the enumeration

@rokob rokob merged commit 05735ef into master Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants