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

refactor(parser): Invert event processing #405

Merged
merged 13 commits into from Feb 27, 2022
Merged

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    8daef5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3887ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e60bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0a1d79 View commit details
    Browse the repository at this point in the history
  5. Shorten callback names

    fb55 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b0f08ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d6a9b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95b9fe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Revert "Pass primitive values to some fns"

    This reverts commit 95b9fe4.
    fb55 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    cc63410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7394d View commit details
    Browse the repository at this point in the history
  3. Don't set skipNextNewLine = false on EOF

    We will stop parsing — no need to do this anymore
    fb55 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7099e8d View commit details
    Browse the repository at this point in the history
  4. Rename _considerForeignContent and allowCDATA

    I'm not super happy with the new names, but they are an improvement.
    fb55 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    4bd7d88 View commit details
    Browse the repository at this point in the history
  5. Add link to multi-page HTML spec

    fb55 committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8156155 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

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