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

Linear time html parser #259

Merged
merged 12 commits into from
Jan 22, 2019
Merged

Linear time html parser #259

merged 12 commits into from
Jan 22, 2019

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    20957aa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    b2b837b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    838511a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df09876 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    38adca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca3296 View commit details
    Browse the repository at this point in the history
  3. Output file size for minified file, and add check that the minified f…

    …ile doesn't increase in size drastically
    gregjacobs committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6b7c215 View commit details
    Browse the repository at this point in the history
  4. Use a const enum for the html parser state for better minification …

    …(replaces the State.Xyz enum references with the corresponding integer enum value)
    gregjacobs committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    52672da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    338b0bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d5c513 View commit details
    Browse the repository at this point in the history
  7. Build latest

    gregjacobs committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1c93e54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d83470 View commit details
    Browse the repository at this point in the history