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

Version 10 misc chores and small breaking changes #2325

Merged
merged 10 commits into from
Jan 31, 2020
Merged

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    c4ba408 View commit details
    Browse the repository at this point in the history
  2. chore(parser): remove load listener

    ...in favor of only the newer `DOMContentLoaded`
    joshgoebel committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    a4b8717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e9f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d64ad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05dde25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cdb993 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf1349c View commit details
    Browse the repository at this point in the history
  8. (chore) Create c-like and c/cpp depend on that now

    - chore(parser): effectively rename `cpp.js` to `c-like.js` [Josh Goebel][]
    - chore(parser): create new `c.js` (C), depends on `c-like` now [Josh Goebel][]
    - chore(parser): create new `cpp.js` (C), depends on `c-like` now [Josh Goebel][]
    - This will allow us to clean up C/C++ in the future without another breaking change
      by getting this require change out of the way early.
      (#2146)
    joshgoebel committed Jan 31, 2020
    1 Configuration menu
    Copy the full SHA
    ff66769 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bd464d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6330d12 View commit details
    Browse the repository at this point in the history