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

Fix ASCII Character Bug #24

Merged
merged 1 commit into from
Jul 17, 2015
Merged

Fix ASCII Character Bug #24

merged 1 commit into from
Jul 17, 2015

Conversation

mjhasbach
Copy link
Contributor

After the || operators added in cf32d8c, there are hex characters C2 and A0 (latin capital letter A with circumflex and non-breaking space).

This is breaking emmett when used with webpack. Output:

if (typeof event === 'string' || typeof event === 'symbol') {
...
(typeof events === 'string' || typeof events === 'symbol')) {

@Yomguithereal
Copy link
Collaborator

You are right indeed @mjhasbach. I am awfully sorry. I tend to insert those stupid characters because of French keyboards' layout. Releasing a patch asap.

Yomguithereal added a commit that referenced this pull request Jul 17, 2015
@Yomguithereal Yomguithereal merged commit 1aff9cb into jacomyal:master Jul 17, 2015
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.

None yet

2 participants