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

Fix bundler: stack overflow and circular imports #1205

Merged
merged 18 commits into from Nov 6, 2020
Merged

Commits on Nov 5, 2020

  1. Add a test for denoland/deno#8246

    kdy1 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4849f4f View commit details
    Browse the repository at this point in the history
  2. Fix lca

    kdy1 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    301622e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c57d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    13a6a8c View commit details
    Browse the repository at this point in the history
  3. WIP: Correct sorting

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    3235d76 View commit details
    Browse the repository at this point in the history
  4. circular: Swap entry and dep

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1c15558 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    687cb67 View commit details
    Browse the repository at this point in the history
  6. TMP: Change toposort

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    35e9ebd View commit details
    Browse the repository at this point in the history
  7. Remove wrong merging of imports

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    89450c3 View commit details
    Browse the repository at this point in the history
  8. Revert "circular: Swap entry and dep"

    This reverts commit 1c15558.
    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c966164 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    436d258 View commit details
    Browse the repository at this point in the history
  10. Remove print_hygiene

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    06fb111 View commit details
    Browse the repository at this point in the history
  11. Remove dbg!

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    570cf3f View commit details
    Browse the repository at this point in the history
  12. Remove dead code

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    9efd941 View commit details
    Browse the repository at this point in the history
  13. Optimize

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7eecf36 View commit details
    Browse the repository at this point in the history
  14. Fix

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7f9eb53 View commit details
    Browse the repository at this point in the history
  15. Bump version

    kdy1 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    c655a5e View commit details
    Browse the repository at this point in the history