mirror of
https://github.com/denoland/deno.git
synced 2024-12-20 14:24:48 -05:00
11db68ce96
![image](https://github.com/denoland/deno/assets/34997667/f32642ed-c109-4519-84c5-6f78e9452703) Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
20 lines
806 B
Text
20 lines
806 B
Text
[WILDCARD]
|
|
Check file:///[WILDCARD]/mod.ts
|
|
Checking for slow types in the public API...
|
|
Check file:///[WILDCARD]mod.ts
|
|
error[invalid-external-import]: invalid import to a non-JSR 'http' specifier
|
|
--> [WILDCARD]mod.ts:1:8
|
|
|
|
|
1 | import "http://esm.sh/react-dom@18.2.0/server";
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the specifier
|
|
= hint: replace this import with one from jsr or npm, or vendor the dependency into your package
|
|
|
|
|
1 | "npm:react-dom@18.2.0"
|
|
| ---------------------- try this specifier
|
|
|
|
info: the import was resolved to 'http://esm.sh/react-dom@18.2.0/server'
|
|
info: this specifier is not allowed to be imported on jsr
|
|
info: jsr only supports importing `jsr:`, `npm:`, and `data:` specifiers
|
|
docs: https://jsr.io/go/invalid-external-import
|
|
|
|
error: Found 1 problem
|