Updatte codeblock-to-json.ts
to match new Quarto behaviour #185
Open
Description
opened on Oct 30, 2024
Also at quarto-ext/shinylive#65
In the current implementation, codeblock-to-json.ts
uses:
import { readLines } from "https://deno.land/std/io/mod.ts";
Quarto 1.6 introduced breaking changes, which require an update in the code in favour of sth like:
import { readLines } from "stdlib/io";
Metadata
Assignees
Labels
No labels
Activity