jonalexJ
Denoβ€’15mo ago
jonalex

Import assertions are deprecated

I'm trying to run /saaskit and it seems to be referencing older versions.

I'm (newby) stuck on this:

error: Import assertions are deprecated. Use with keyword, instead of 'assert' keyword.

import emojis from "./all.json" assert { type: "json" };

at https://deno.land/x/emoji@0.3.0/emoji.ts:2:1
Was this page helpful?