deno_graph icon indicating copy to clipboard operation
deno_graph copied to clipboard

Don't enforce assertions on type-only imports

Open nayeemrmn opened this issue 2 years ago • 0 comments

There exists TS2822 [ERROR]: Import assertions cannot be used with type-only imports or exports., so we shouldn't check assertions for type-only imports. https://github.com/denoland/deno/issues/14913

nayeemrmn avatar Jun 20 '22 03:06 nayeemrmn