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

rename the CachingCompiler to Filer and add binary file support #54

Merged
merged 23 commits into from
Sep 26, 2020

Commits on Sep 25, 2020

  1. wip

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    53ba1f2 View commit details
    Browse the repository at this point in the history
  2. init the file cache in serve

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b6661a9 View commit details
    Browse the repository at this point in the history
  3. clean up

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    360d8a0 View commit details
    Browse the repository at this point in the history
  4. handle other files

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    0afc188 View commit details
    Browse the repository at this point in the history
  5. make it work

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    076efbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60a43c5 View commit details
    Browse the repository at this point in the history
  7. refactor

    ryanatkn committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ce3c486 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. support binary and refactor

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    37606c2 View commit details
    Browse the repository at this point in the history
  2. rename

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    11d070e View commit details
    Browse the repository at this point in the history
  3. hoist dev from compiler

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4e913f1 View commit details
    Browse the repository at this point in the history
  4. loadContents rename

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    36da72f View commit details
    Browse the repository at this point in the history
  5. update source file properly

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    c1e733e View commit details
    Browse the repository at this point in the history
  6. rename for clarity

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    dfbe4a1 View commit details
    Browse the repository at this point in the history
  7. fix a type

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    0269fb6 View commit details
    Browse the repository at this point in the history
  8. fix an import and comment

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    84f8868 View commit details
    Browse the repository at this point in the history
  9. add utf8 to content type

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    4a740b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    92b58c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    933bddb View commit details
    Browse the repository at this point in the history
  12. superficial refactor

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    42c2c1a View commit details
    Browse the repository at this point in the history
  13. rename to Filer

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3ef26dd View commit details
    Browse the repository at this point in the history
  14. fix changelog link

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    651b6ba View commit details
    Browse the repository at this point in the history
  15. remove unused module

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    e924c01 View commit details
    Browse the repository at this point in the history
  16. build for production

    ryanatkn committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    7a5a54c View commit details
    Browse the repository at this point in the history