1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-27 17:33:23 -05:00
denoland-deno/tests/testdata/check/jsx_not_checked/main.out
David Sherret 1587387bcc
chore(test): move npm registries to separate servers and to the tests/registry folder (#23717)
1. Moves the npm registries to their own dedicated ports.
2. Moves the data files out of `tests/testdata/npm/registry` to
`tests/registry/npm`.
2024-05-07 01:06:01 +00:00

13 lines
574 B
Text

[UNORDERED_START]
Download http://localhost:4558/react
Download http://localhost:4558/loose-envify
Download http://localhost:4558/js-tokens
Download http://localhost:4558/react/react-18.2.0.tgz
Download http://localhost:4558/loose-envify/loose-envify-1.4.0.tgz
Download http://localhost:4558/js-tokens/js-tokens-4.0.0.tgz
[UNORDERED_END]
Check file:///[WILDCARD]/jsx_not_checked/main.jsx
error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'.
console.log(add("1", "2"));
~~~
at file:///[WILDCARD]/other.ts:5:17