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: denoland/deno_std Loading
base: f1d05bea159e2c2e4b7153016f172982819e913a
Choose a base ref
...
head repository: denoland/deno_std Loading
compare: de35f8f5aaa3867d75686de075f0f3ac53207458
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 29, 2019

  1. Move exclude handling inside of expandGlob()

    Adds an exclude field to ExpandGlopOptions. This should be the final
    API.
    nayeemrmn committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    17adf62 View commit details
    Browse the repository at this point in the history
  2. fs/walk.ts: Don't traverse directories matching a skip pattern

    In other words, support path prefixes when specifying excludes. This
    aligns with the file matchers of the test runner and prettier. It's less
    redundant since this cannot be achieved efficiently on the client-end.
    nayeemrmn committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    de35f8f View commit details
    Browse the repository at this point in the history
Loading