Skip to content
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

Fixing string shims #88

Merged
merged 1 commit into from
Aug 30, 2018
Merged

Fixing string shims #88

merged 1 commit into from
Aug 30, 2018

Conversation

rorticus
Copy link
Contributor

Type: bug

The following has been addressed in the PR:

Description:

A bug in the es6-string-raw check was causing it to always be false. When this flag is false, the shims for endsWith, startsWith, etc where always used.

Once this was fixed, the tests revealed some inconsistencies in how endsWith works natively and how our shim works.

Resolves #78

@rorticus rorticus requested a review from agubler August 29, 2018 18:57
@rorticus rorticus merged commit ff79ad9 into dojo:master Aug 30, 2018
@rorticus rorticus deleted the issue-78 branch August 30, 2018 11:04
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.

es6-string-raw is always false
3 participants