2024-05-27 21:35:08 -04:00
|
|
|
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
|
2024-06-05 11:04:16 -04:00
|
|
|
|
|
2024-05-27 21:35:08 -04:00
|
|
|
= 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
|
2024-06-05 11:04:16 -04:00
|
|
|
|
|
2024-05-27 21:35:08 -04:00
|
|
|
= 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
|