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

feat: add babel plugin for modular imports #309

Merged
merged 1 commit into from
Apr 17, 2018
Merged

Conversation

satya164
Copy link
Member

Fixes #108

@satya164 satya164 requested a review from zamotany April 14, 2018 00:09
@ferrannp ferrannp added the wip label Apr 14, 2018
if (!TYPES.hasOwnProperty(type)) {
printError('"%s" is not allowed type !', type);
if (!TYPES.includes(type)) {
printError('"%s" is not an allowed type !', type);
Copy link
Member

Choose a reason for hiding this comment

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

while you're at fixing grammar, could you remove that extra space before ! here an in line 35?

@satya164 satya164 force-pushed the @satya164/babel branch 2 times, most recently from ced47cc to e99d268 Compare April 17, 2018 11:19
@satya164 satya164 changed the title wip: add babel plugin feat: add babel plugin for modular imports Apr 17, 2018
@callstack-bot
Copy link

callstack-bot commented Apr 17, 2018

Hey @satya164, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

@ferrannp ferrannp merged commit b544a42 into master Apr 17, 2018
@ferrannp ferrannp deleted the @satya164/babel branch April 17, 2018 11:59
eriveltonelias pushed a commit to eriveltonelias/react-native-paper that referenced this pull request Sep 21, 2018
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

4 participants