Skip to content
Discussion options

You must be logged in to vote

@andrewpbray: Oh, actually we did do it. The issue is that deno changed their stdlib in a way that we can't actually paper over.

You need to import from a different path, unfortunately:

import { parse } from "https://deno.land/std/yaml/mod.ts";

We don't document these changes because we don't actually know it ourselves. As far as I can tell, there's no change log in deno's stdlib that describes the path or API changes :(

Replies: 2 comments 3 replies

This comment has been hidden.

@mcanouil

This comment has been hidden.

Comment options

You must be logged in to vote
2 replies
@andrewpbray
Comment options

@cscheid
Comment options

Answer selected by cscheid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
3 participants