mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
eb218c0f33
Factoring out `dlint` upgrade from https://github.com/denoland/deno/pull/24034 as it requires us to change the lint step on mac to use ARM runners. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
// deno-lint-ignore no-import-assertions
|
|
import json from "./json_with_shebang.json" assert { type: "json" };
|
|
|
|
console.log(json);
|