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

Add "token serialization types". #89

Merged
merged 1 commit into from Sep 16, 2015
Merged

Add "token serialization types". #89

merged 1 commit into from Sep 16, 2015

Commits on Sep 14, 2015

  1. Add "token serialization types".

    Servo will use this for custom property values which are conceptually
    sequences of tokens, but are represented in memory as strings.
    When concatenating such strings, an empty comment `/**/` sometimes needs
    to be inserted so that two tokens are not reparsed as one.
    SimonSapin committed Sep 14, 2015
You can’t perform that action at this time.