Morlay
Morlay
fix #1 fix https://github.com/emotion-js/emotion/issues/1147
https://github.com/emotion-js/emotion/issues/1147 ```javascript import * as React from 'react' export const Demo = (props) => { return ( ) } ``` will be 
**Is your feature request related to a problem? Please describe.** There are some unnecessary files in npm pkg  **Describe the solution you'd like** we could publish module with the...
Current code transform rule is not friendly for custom `jsx-runtime` or react-like lib. ```js // have to re export the `createElement` import { createElement } from "@emotion/core" import { jsx,...
### Describe the feature ```js Array.from(new Set([1, 2, 3, 2, 1])); // => [1, 2, 3] [1, 2, 3, 4, 5].group(it => it % 2); // => { 1: [1,...
## What version of V2Ray are you using? v5.1.0 ## What's your expectation? parse config success. When format the `config.json` it works well. Why online json, becase it generated by...
### Describe the feature you'd like to request For huge monorepo, ide like IntelliJ / WebStorm will because slow, specifically in typescript monorepo. we could add `*.iml` file for each...
With this patch, the example will render correct like with v0.3.0,same font size and line height not stacked. For `widget.Editor`, baseline will change, when CJK char input after nonCJK ones....
index.ts.d ```ts type Adjusters = 'red' | 'green' | 'blue' | 'alpha' | 'a' // RGBA | 'hue' | 'h' | 'saturation' | 's' | 'lightness' | 'l' | 'whiteness'...
We could switch docker buildx builder driver from `docker-container` to `kubernetes` Once we an aarch64 node (at least 12cpu) Prow k8s cluster, we could upgrade some prow.yaml Example for `containers-test_tools`...