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

add some examples, update readme #5

Merged
merged 1 commit into from
Apr 14, 2016
Merged

add some examples, update readme #5

merged 1 commit into from
Apr 14, 2016

Conversation

hzoo
Copy link
Member

@hzoo hzoo commented Apr 12, 2016

No description provided.

> Turn undefined into void 0: `undefined` -> `void 0`
> Shorthand MemberExpresison: `foo['bar']` -> `foo.bar`
> Shorthand Number casting: `Number(foo)` -> `+foo`

Copy link
Member

Choose a reason for hiding this comment

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

would be good to add an example for statement to expressions transformation. e.g. if statement to ternary.

@hzoo
Copy link
Member Author

hzoo commented Apr 13, 2016

Updated with the new plugin name changes. Maybe we want to move the examples to the seperate package pages and just do a short overview in the readme?

@hzoo hzoo mentioned this pull request Apr 13, 2016
3 tasks
@amasad amasad merged commit e6c3808 into master Apr 14, 2016
@amasad amasad deleted the update-readme branch April 14, 2016 09:29
@kangax
Copy link
Member

kangax commented Apr 14, 2016

👍 I was just thinking to do that :)

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.

3 participants