Skip to content

Updatte codeblock-to-json.ts to match new Quarto behaviour #185

Open
@kv9898

Description

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";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions