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

feat: default to TS for file extension and support ext flag in more scenarios #25472

Merged
merged 17 commits into from
Sep 18, 2024

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    87f6f23 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into default-to-ts

    # Conflicts:
    #	cli/args/flags.rs
    crowlKats committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e83b287 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. add tests for runtime case

    crowlKats committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f71239d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix run, test and bench

    crowlKats committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5b1e5e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into default-to-ts

    # Conflicts:
    #	Cargo.lock
    #	cli/Cargo.toml
    #	cli/graph_container.rs
    #	cli/module_loader.rs
    #	cli/tools/fmt.rs
    #	cli/tools/registry/pm/cache_deps.rs
    crowlKats committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    38c3504 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. ignore files

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b4fc15 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into default-to-ts

    # Conflicts:
    #	cli/lsp/testing/execution.rs
    #	cli/tools/test/mod.rs
    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0253d54 View commit details
    Browse the repository at this point in the history
  3. fix some tests

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    89e89c1 View commit details
    Browse the repository at this point in the history
  4. update lint

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    29d9884 View commit details
    Browse the repository at this point in the history
  5. fix

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6e64d24 View commit details
    Browse the repository at this point in the history
  6. fix

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5238cb5 View commit details
    Browse the repository at this point in the history
  7. fix test

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ffd01db View commit details
    Browse the repository at this point in the history
  8. fix

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    82e5177 View commit details
    Browse the repository at this point in the history
  9. fix

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f0caa06 View commit details
    Browse the repository at this point in the history
  10. fix

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d60d26 View commit details
    Browse the repository at this point in the history
  11. fmt

    crowlKats committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5e723e4 View commit details
    Browse the repository at this point in the history