Yunfei He
Yunfei He
# Expected  # Actual 
Full-width mode is supported by `notion-renderer`, but we couldn't get whether a page is full-width from notion-client. So, if you want to render a notion page in full-width mode, you...
# Expected  # Actual  https://notion-renderer.ihyf.me/0297718e-c863-4974-a034-9e83dc0d36f7
# expected  # current  # Reasons - Notion client only gives a link, no summary, title, or image.
I have already tried humps and lodash. For `ID` `CamelCasedPropertiesDeep` will transform to be `id` humps will transform to be `iD` lodash will transform to be `id` For `ReactDOM` `CamelCasedPropertiesDeep`...
# Bug report **What is the current behavior?** > In CSS 2.1, any `@import` rules must precede all other rules (except the `@charset` rule, if present). [link](https://stackoverflow.com/questions/9860763/css-import-and-the-order-of-it) - esbuild chooses...
In fact, after supporting webpack, there is a little work to do to let unplugin support nextjs. Writing these glue codes is indeed tedious, So could we just make it...
### What problem does this feature solve? Now: Module AST -> per_codegen -> Chunk string -> parse to chunk AST -> swc minify -> Chunk AST codegen After: Module AST...