Skip to content

Commit

Permalink
feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher (
Browse files Browse the repository at this point in the history
…#8086)

### Description

- inputs in a `HashSpec` are no longer an option, but can be default,
default with extras (`$TURBO_DEFAULT$`), or specific globs (`inputs` w/o
`$TURBO_DEFAULT$`).
 - Properly invalidate `HashSpec` instances that use `$TURBO_DEFAULT$`

### Testing Instructions

Add previously-failing test for inputs that use `$TURBO_DEFAULT$`.


Closes TURBO-2988

---------

Co-authored-by: Greg Soltis <Greg Soltis>
  • Loading branch information
gsoltis committed May 6, 2024
1 parent dc606d7 commit b183920
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 167 deletions.

0 comments on commit b183920

Please sign in to comment.