mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 01:29:14 -05:00
Fixing jsdoc example padding (#322)
This commit is contained in:
parent
a1ceaa6ef7
commit
a0ff487a12
2 changed files with 21 additions and 20 deletions
|
@ -29,7 +29,8 @@ export interface GlobOptions {
|
|||
*
|
||||
* Looking for all the `.json` files in any subfolder:
|
||||
* walkSync(".", {
|
||||
* match: [glob(join("a", "**", "*.json"),flags: "g",
|
||||
* match: [glob(join("a", "**", "*.json"),{
|
||||
* flags: "g",
|
||||
* extended: true,
|
||||
* globstar: true
|
||||
* })]
|
||||
|
|
Loading…
Reference in a new issue