You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check https://deno.land/x/dactyl/example/index.ts
Unsupported compiler options in "E:\xxx\deno\tsconfig.json".
The following options were ignored:
isolatedModules, module, target
error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
Type 'URL' is not assignable to type 'string'.
return new URL(url).pathname
~~~
at https://deno.land/[email protected]/path/win32.ts:911:18
TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
Type 'URL' is not assignable to type 'string'.
return new URL(url).pathname;
~~~
at https://deno.land/[email protected]/path/posix.ts:433:18
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Response,
~~~~~~~~
at https://deno.land/x/[email protected]/deps.ts:9:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Cookies,
~~~~~~~
at https://deno.land/x/[email protected]/deps.ts:20:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Cookie,
~~~~~~
at https://deno.land/x/[email protected]/deps.ts:21:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
ApplicationOptions,
~~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:5:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
ListenOptions,
~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:6:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
ListenOptionsBase,
~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:7:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
ListenOptionsTls,
~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:8:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
State,
~~~~~
at https://deno.land/x/[email protected]/mod.ts:9:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
CookiesGetOptions,
~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:14:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
CookiesSetDeleteOptions,
~~~~~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:15:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { compose as composeMiddleware, Middleware } from "./middleware.ts";
~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:18:40
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Body,
~~~~
at https://deno.land/x/[email protected]/mod.ts:20:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
BodyOptions,
~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:21:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
BodyOptionsAsReader,
~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:22:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
BodyReader,
~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:23:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
BodyType,
~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:24:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
RouteParams,
~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:29:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Route,
~~~~~
at https://deno.land/x/[email protected]/mod.ts:30:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
RouterContext,
~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:32:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
RouterMiddleware,
~~~~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:33:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { HTTPMethods } from "./types.ts";
~~~~~~~~~~~
at https://deno.land/x/[email protected]/mod.ts:36:10
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
RouterContext,
~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/deps.ts:6:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
Middleware,
~~~~~~~~~~
at https://deno.land/x/[email protected]/deps.ts:9:3
TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
RouterContext,
~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/example/deps.ts:28:3
Found 26 errors.
The text was updated successfully, but these errors were encountered:
Run the officail example
tsconfig.json
The text was updated successfully, but these errors were encountered: