Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

fix(sub-type): should transform correctly #33

Merged
merged 1 commit into from
Aug 12, 2017
Merged

fix(sub-type): should transform correctly #33

merged 1 commit into from
Aug 12, 2017

Conversation

ikatyang
Copy link
Owner

@ikatyang ikatyang commented Aug 12, 2017

Fixes #32

Notice this PR also changes ISubType's structure for consistency.

interface ISubTypeOptions extends IElementOptions {
-  types: IType[];
+  object: IType;
+  index?: IType;
}

@ikatyang ikatyang merged commit a64b8f9 into master Aug 12, 2017
@ikatyang ikatyang deleted the fix-issue-32 branch August 12, 2017 12:42
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.

1 participant