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

chore(test): refactor tests to use ESM syntax #2

Closed
wants to merge 25 commits into from

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    fa6bfb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d1338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5b85b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe312ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faf14e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81386f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95c8b89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfa4cdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9244262 View commit details
    Browse the repository at this point in the history
  10. (chore) move CSS_NUMBER_MODE -> css-shared

    It's too specific to CSS to be a general rule.
    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    499ef71 View commit details
    Browse the repository at this point in the history
  11. (chore) goodbye sql_more

    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1e9f864 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af5a25b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c10a0b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07b428f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed1a146 View commit details
    Browse the repository at this point in the history
  16. (chore) freepascal, lazarus, lpr, lpm aliases removed.

    - Use `delphi` instead or add your own aliases
    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d9b6836 View commit details
    Browse the repository at this point in the history
  17. (chore) bump deps

    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    5d48c7e View commit details
    Browse the repository at this point in the history
  18. (chore) build a true monolith, not concat

    Builds the browser and CDN `highlight.js` as a single unit, as in
    Rollup sees the entire dependency tree and can optimize it most
    effectively.
    
    Previously we compiled core separately and each languages separately.
    The final distributable was then a concatenation of all these
    separate builds - meaning that often it could include repeated
    code from grammars pulling in the same dependencies (regex libs,
    etc.)
    
    The common build (minified) is now 20kb smaller which results
    in a 4-5kb reduction in the gzip size.
    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3fbf897 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5b6196 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2895642 View commit details
    Browse the repository at this point in the history
  21. fixup: build monolith

    joshgoebel committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2fd239f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    affd3a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    39f645b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6f37b42 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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