Skip to content

Conversation

nanot1m
Copy link

@nanot1m nanot1m commented Nov 19, 2018

converts

.myClass {
  ...
}

to

declare const styles: {
  readonly "myClass": string;
};
export = styles;

There is no need in validating keys

@nanot1m nanot1m force-pushed the object-prop-classes branch from 2305462 to 74de6ef Compare November 19, 2018 16:33
@wKich
Copy link
Contributor

wKich commented Nov 20, 2018

Fix #27 and #33

@Quramy Quramy merged commit da5aaf4 into Quramy:master Mar 3, 2019
@Quramy
Copy link
Owner

Quramy commented Mar 3, 2019

@nanot1m Thanks for your great contribution and sorry for my late review and reply

I've published your change as v0.4.1, pls check it out 😄

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