Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Deno --watch supports glob syntax for file patterns, including:

  • Asterisks (*) to match any number of characters within a directory or file name.
  • Question marks (?) to match any single character within a directory or file name.
  • Curly braces ({}) to group patterns together and match any of the patterns.
  • Square brackets ([]) to enclose a list of characters to match any one character within a directory or file name.