blob: ab5db6f6e1a71cd4a648774ffc632a85c25b4b59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Check file:///[WILDLINE]/mod.ts
Checking for slow types in the public API...
error[banned-triple-slash-directives]: triple slash directives that modify globals are not allowed
--> [WILDLINE]mod.ts:1:1
|
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
info: or set their 'lib' compiler option appropriately
docs: https://jsr.io/go/banned-triple-slash-directives
error[banned-triple-slash-directives]: triple slash directives that modify globals are not allowed
--> [WILDLINE]:2:1
|
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
info: or set their 'lib' compiler option appropriately
docs: https://jsr.io/go/banned-triple-slash-directives
error: Found 2 problems
|