diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-23 15:48:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 15:48:35 +0200 |
commit | 2600d5ac090536117109f0b72e2d52f06bf4523a (patch) | |
tree | 6a36f47758d14dd5cc130dbc7cec0085e9671327 /cli/tests/deno_doc.ts | |
parent | c1558beffbb5f7941059be2e4e91ba2d1454adaa (diff) |
fix(doc): stack overflow for .d.ts files (#7167)
Diffstat (limited to 'cli/tests/deno_doc.ts')
-rw-r--r-- | cli/tests/deno_doc.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/deno_doc.ts b/cli/tests/deno_doc.ts new file mode 100644 index 000000000..92ba2f174 --- /dev/null +++ b/cli/tests/deno_doc.ts @@ -0,0 +1,4 @@ +/** Some JSDoc */ +// eslint-disable-next-line @typescript-eslint/explicit-function-return-type +export function foo() { +} |