-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi,
I attempted to follow the documentation for making an extension using Deno, but noticed that the latest release on Deno had a schema that did not work with the CLI installed using homebrew.
Deno version installed:
import * as sunbeam from "https://deno.land/x/sunbeam@v1.0.0-rc.106/mod.ts";Output of brew list sunbeam:
$ brew list sunbeam
/opt/homebrew/Cellar/sunbeam/1.0.0/bin/sunbeam
/opt/homebrew/Cellar/sunbeam/1.0.0/etc/bash_completion.d/sunbeam.bash
/opt/homebrew/Cellar/sunbeam/1.0.0/share/fish/vendor_completions.d/sunbeam.fish
/opt/homebrew/Cellar/sunbeam/1.0.0/share/zsh/site-functions/sunbeam.zshThe easiest way to explain this, I think, is to share a screenshot of some code that has a manifest that works with the CLI but fails type checking.
EDIT: after a bit more research, I believe it's because of the mismatch introduced here:
ac28eaa
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels