Skip to content

update typed-css-modules to 0.6.2 #29

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

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Conversation

zhzz
Copy link

@zhzz zhzz commented Oct 20, 2019

Hello.

How about to update typed-css-modules to get a better emit format?

Before:

export const myClass: string;

After:

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

It respects reserved words and dashes.

@olegstepura olegstepura merged commit 5f2b680 into olegstepura:master Oct 21, 2019
@olegstepura
Copy link
Owner

Hi! Thanks for the PR. Merged and released 0.0.18. Please check if there is no issues, I have no chance to check it myself atm.

@zhzz
Copy link
Author

zhzz commented Oct 22, 2019

Hello. Thanks for the quick response! Everything seems to be good.

@zhzz zhzz deleted the tcm-0.6.2 branch October 22, 2019 04:31
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.

2 participants