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

Just In Time #237

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open

Just In Time #237

wants to merge 22 commits into from

Commits on Jan 6, 2023

  1. feat: add jit mode

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    234d268 View commit details
    Browse the repository at this point in the history
  2. fix: compiler log

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d86aa80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99afc0b View commit details
    Browse the repository at this point in the history
  4. chore: fix log formatting

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d740093 View commit details
    Browse the repository at this point in the history
  5. chore: minifi jit compiler

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    21713da View commit details
    Browse the repository at this point in the history
  6. chore: fix minifi logic

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    60e02f2 View commit details
    Browse the repository at this point in the history
  7. chore: minify=true

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    92694d6 View commit details
    Browse the repository at this point in the history
  8. chore: add server flag

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ec0dc38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7094c1a View commit details
    Browse the repository at this point in the history
  10. feat: add etag middleware

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d4963d1 View commit details
    Browse the repository at this point in the history
  11. chore: set etag to strong

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ac62fea View commit details
    Browse the repository at this point in the history
  12. feat: add hono cache

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c7fe2da View commit details
    Browse the repository at this point in the history
  13. chore: add no-cache as a test

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    26e0e07 View commit details
    Browse the repository at this point in the history
  14. chore: cache to 60s

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    00b8d57 View commit details
    Browse the repository at this point in the history
  15. fix: don't cache for an hour

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    63035fc View commit details
    Browse the repository at this point in the history
  16. chore: add no-transform

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    84a1ce5 View commit details
    Browse the repository at this point in the history
  17. chore: add max-age 0

    b3nten committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    1ed1ed3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. feat: use local copy of swc

    b3nten committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    39d191d View commit details
    Browse the repository at this point in the history
  2. fix: load correct path

    b3nten committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5be5ea2 View commit details
    Browse the repository at this point in the history
  3. chore: test non-wasm version

    b3nten committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    42baa8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad00557 View commit details
    Browse the repository at this point in the history
  5. chore: re-add wasm

    b3nten committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e9f72a4 View commit details
    Browse the repository at this point in the history