-
Notifications
You must be signed in to change notification settings - Fork 42
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
[WIP] Major 5 manifest #519
Comments
Can we move To be able load it asynchronously for example import t from '@diplodoc/transform';
import('highlight.js').then((highlightJsFn) => t(content, {highlight: highlightJsFn})) |
Transform has some weak typings, for example in options, that allows any key transform/src/transform/typings.ts Line 61 in 357ad7c
That would be great to replace it with generic, to force people correctly type their options |
Syntax
|
Let's remove re-exports of extensions: |
Improve plugins functionality
Reduce package build size
Syntax
sup
by defaultunderline
by defaulttask list
by defaultAPI
The text was updated successfully, but these errors were encountered: