diff options
Diffstat (limited to 'tests/specs/publish/banned_triple_slash_directives/publish.out')
| -rw-r--r-- | tests/specs/publish/banned_triple_slash_directives/publish.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/publish/banned_triple_slash_directives/publish.out b/tests/specs/publish/banned_triple_slash_directives/publish.out index a67736bc2..f1827538a 100644 --- a/tests/specs/publish/banned_triple_slash_directives/publish.out +++ b/tests/specs/publish/banned_triple_slash_directives/publish.out @@ -6,6 +6,7 @@ error[banned-triple-slash-directives]: triple slash directives that modify globa | 1 | /// <reference lib="deno.ns" /> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the triple slash directive + | = hint: remove the triple slash directive info: instead instruct the user of your package to specify these directives @@ -17,6 +18,7 @@ error[banned-triple-slash-directives]: triple slash directives that modify globa | 2 | /// <reference no-default-lib="true" /> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the triple slash directive + | = hint: remove the triple slash directive info: instead instruct the user of your package to specify these directives |
