Skip to content

fix: add escape to CSS #371

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

Closed

Conversation

alan-agius4
Copy link
Contributor

@@ -1819,9 +1819,12 @@ declare var CryptoKeyPair: {
};

interface CSS {
Copy link
Contributor Author

@alan-agius4 alan-agius4 Feb 12, 2018

Choose a reason for hiding this comment

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

I'd expect that the generated output is like the following;

interface CSS {
    supports(property: string, value?: string): boolean;
    escape(value: string): string;
}

declare var CSS: CSS;

However I cannot seem to make it like that.

Copy link
Contributor

Choose a reason for hiding this comment

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

the generation script is not handling added static properties correctly.. i think i have a fix for that.

@alan-agius4 alan-agius4 force-pushed the feature/css-escape-method branch from a1bb17d to 032e357 Compare February 14, 2018 19:13
@HolgerJeromin
Copy link
Contributor

This is still a draft. Really ready to be included?

mhegazy added a commit that referenced this pull request Mar 1, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Mar 7, 2018

Should be fixed by #383

@mhegazy mhegazy closed this Mar 7, 2018
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.

4 participants