Expand description

Working with the watchman expression term syntax

Structs

Performs an exact match against the file name. https://facebook.github.io/watchman/docs/expr/name.html

Use PCRE to match the filename. Note that this is an optional server feature and using this term on a server that doesn’t support this feature will generate an error in response to the query. https://facebook.github.io/watchman/docs/expr/pcre.html

Enums

An expression term used to filter candidate files from query results.

Specifies a relational comparison with an integer value

Evaluates as true if the specified time property of the file is greater than the since value. https://facebook.github.io/watchman/docs/expr/since.html