-
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
refactor: update deno_doc, use prismjs, remove internal reference html generation logic #26885
Conversation
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.
I wonder how big deno_doc has been getting with all these extra dependencies. I also wonder if we should move some of this out of the binary eventually.
we removed a bunch recently. ammonia was removed thinking it wasnt necessary, however tha tbroke various things, so thats just reintroducing it |
"regex", | ||
"serde", | ||
"serde-wasm-bindgen", |
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.
Probably the wasm build of deno_doc should be separated into a different crate so that serde-wasm-bindgen doesn't confusingly show up here. We've done it in the other crates and it's a bit cleaner.
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.
LGTM
No description provided.