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 default export to compiled classes #153

Merged
merged 1 commit into from
Nov 17, 2017
Merged

Conversation

Yeti-or
Copy link
Member

@Yeti-or Yeti-or commented Nov 8, 2017

No description provided.

@qfox
Copy link
Member

qfox commented Nov 8, 2017

Вроде норм.

@Yeti-or Я не знаю чо вы yarn в travis гоняете, теперь основной npm, а yarn опционально.
Ну и lint параллельно запускается

@awinogradov
Copy link
Member

👍

src/Core.js Outdated
@@ -198,6 +198,9 @@ export default function Core(options) {
entity.declWrappers = null;
}

if(entityCls)
Copy link
Member

Choose a reason for hiding this comment

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

let resCls = entity.wrappedCls || entityCls;

resCls.default = resCls;

return resCls;

@awinogradov
Copy link
Member

@zxqfox вынесите в отдельный коммит изменения про travis, а лучше в PR

@awinogradov
Copy link
Member

@zxqfox ping

@qfox
Copy link
Member

qfox commented Nov 17, 2017

@awinogradov pong

@awinogradov awinogradov merged commit 9b81fdb into master Nov 17, 2017
@awinogradov awinogradov deleted the yeti-or.export.default branch November 17, 2017 20:35
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