Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: avajs/typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: avajs/typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 2, 2020

  1. Improve integration with AVA

    Have the watcher ignore changes to the original TypeScript source files.
    This way, the watcher will only react to changes to the TypeScript build
    output.
    
    Allow the watcher to resolve the rewritten path of a test file, so it
    can track it as a dependency of the original TypeScript source file.
    This way, when the build output changes, the watcher knows to re-run the
    original test file.
    
    Update file patterns to ignore *.d.ts files, as well as any files in the
    build output.
    
    Updated the ignored-by-watcher patterns to ignore source map files from
    the build output.
    
    Fixes #10, #7, #9.
    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    586d820 View commit details
    Browse the repository at this point in the history
  2. XO: Temporarily disable import/order rule

    Looks like there's a regression which causes test failures on Windows.
    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    3b095fb View commit details
    Browse the repository at this point in the history
  3. 1.1.0

    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    5f56fc2 View commit details
    Browse the repository at this point in the history
Loading