-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ext/geometry): Geometry Interfaces Module Level 1 #22054
Conversation
3343fa4
to
4206e6c
Compare
b53a1a1
to
7d33171
Compare
tests/integration/lsp_tests.rs
Outdated
@@ -5076,7 +5076,7 @@ fn lsp_jsr_auto_import_completion() { | |||
json!({ "triggerKind": 1 }), | |||
); | |||
assert!(!list.is_incomplete); | |||
assert_eq!(list.items.len(), 261); | |||
assert_eq!(list.items.len(), 268); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yikes, this is a bit concerning that adding new globals requires changes in seemingly unrelated tests for the LSP. I've opened #23102 to tackle that.
name = "deno_geometry" | ||
version = "0.1.0" | ||
authors.workspace = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: I already claimed https://crates.io/crates/deno_geometry to avoid problems during publishing when this PR lands
@petamoriken I spoke with @littledivy earlier today and he's close to landing all necessary changes to |
Blocked by denoland/deno_core#682 |
Superseded by #27527 |
closes #21608