Ask Your Question
1

Which file glob syntax does deno --watch support?

asked 2021-10-15 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-25 03:00:00 +0000

woof gravatar image

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.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-15 11:00:00 +0000

Seen: 14 times

Last updated: Aug 25 '22