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

set public env in <script>, implementing preloading on safari #9018

Merged
merged 26 commits into from
Feb 16, 2023

Commits on Feb 12, 2023

  1. load public env lazily

    Rich-Harris committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6ac6d90 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

    Rich-Harris committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3c3cc59 View commit details
    Browse the repository at this point in the history
  3. fix test

    Rich-Harris committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a9f90f1 View commit details
    Browse the repository at this point in the history
  4. eager imports

    Rich-Harris committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ac60994 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    9b71ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d745652 View commit details
    Browse the repository at this point in the history
  3. hash things up a bit

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    7ba2fd0 View commit details
    Browse the repository at this point in the history
  4. use header/element combo

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6d303cd View commit details
    Browse the repository at this point in the history
  5. remove hack

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c664d28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f89162e View commit details
    Browse the repository at this point in the history
  7. remove TODO

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c9b4df5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5415350 View commit details
    Browse the repository at this point in the history
  9. fix test

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c48f6b7 View commit details
    Browse the repository at this point in the history
  10. add a clarifying comment

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e2d4559 View commit details
    Browse the repository at this point in the history
  11. fix tests

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    81565ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff680b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2f111e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ec661c View commit details
    Browse the repository at this point in the history
  15. always inline public env

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5e0581a View commit details
    Browse the repository at this point in the history
  16. fix

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9b4a573 View commit details
    Browse the repository at this point in the history
  17. remove unused re-export

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a5c2fdb View commit details
    Browse the repository at this point in the history
  18. lint

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f5ab857 View commit details
    Browse the repository at this point in the history
  19. lint

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    984ecc6 View commit details
    Browse the repository at this point in the history
  20. tidy up

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0a7f6fa View commit details
    Browse the repository at this point in the history
  21. add missing .env file

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d7f2157 View commit details
    Browse the repository at this point in the history