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

Cleanup imports from @polkadot/util #315

Merged
merged 3 commits into from Oct 18, 2018
Merged

Cleanup imports from @polkadot/util #315

merged 3 commits into from Oct 18, 2018

Conversation

jacogr
Copy link
Member

@jacogr jacogr commented Oct 18, 2018

No description provided.

Copy link
Contributor

@amaury1093 amaury1093 left a comment

Choose a reason for hiding this comment

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

Really small comments, can be merged as-is too.

@@ -4,7 +4,7 @@

import { RpcMethodOpt, RpcMethod } from '../types';

import isUndefined from '@polkadot/util/is/undefined';
import { isUndefined } from '@polkadot/util';
Copy link
Contributor

Choose a reason for hiding this comment

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

Relative imports before absolute imports is uncommon.

Copy link
Member Author

Choose a reason for hiding this comment

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

It is a types split above - and yes, with those with the new types things have become very muddy

packages/type-extrinsics/src/fromMetadata.ts Show resolved Hide resolved
@jacogr jacogr merged commit 55ac462 into master Oct 18, 2018
@jacogr jacogr deleted the jg-util-imports branch October 18, 2018 11:30
@polkadot-js-bot
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Jun 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants