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
error: TS2596 [ERROR]: 'Denque' can only be imported by turning on the 'esModuleInterop' flag and using a default import.
import { Denque } from "https://deno.land/x/[email protected]/index.js";
~~~~~~
at file:///home/t/renderer/server.ts:3:10
TS2497 [ERROR]: This module can only be referenced with ECMAScript imports/exports by turning on the 'allowSyntheticDefaultImports' flag and referencing its default export.
import { Denque } from "https://deno.land/x/[email protected]/index.js";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at file:///home/t/renderer/server.ts:3:24
Found 2 errors.
The text was updated successfully, but these errors were encountered:
Any chance we can get a proper module for Deno?
The text was updated successfully, but these errors were encountered: