mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
Fixing jsdoc example padding (denoland/deno_std#322)
Original: a0ff487a12
This commit is contained in:
parent
fd170692dd
commit
0ff0ba2b32
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:
|
* Looking for all the `.json` files in any subfolder:
|
||||||
* walkSync(".", {
|
* walkSync(".", {
|
||||||
* match: [glob(join("a", "**", "*.json"),flags: "g",
|
* match: [glob(join("a", "**", "*.json"),{
|
||||||
|
* flags: "g",
|
||||||
* extended: true,
|
* extended: true,
|
||||||
* globstar: true
|
* globstar: true
|
||||||
* })]
|
* })]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue