Malash

Results 24 issues of Malash

feat(node): Add `--node-module` support to resolve `node_modules` in the way of Node.JS (#118) ``` ├── a │   └── b │   ├── c │   │   └── d │   └── node_modules └──...

- [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this repository and believe that this is not a duplicate. `Axis=y` broken with `line-height: 1.15` and `font-family: sans-serif`. ## Expected Behavior Scroll...

bug

# Description When [lib v2](https://opendocs.alipay.com/mini/framework/lib-upgrade-v2) being enabled, `` in `` cause compilation error on Alipay dev tool. ![image](https://user-images.githubusercontent.com/1812118/146043570-3ef694b7-b079-4afa-98e8-37361cf25bea.png) # Reproduct link [lib2-issue.zip](https://github.com/airbnb/goji-js/files/7713382/lib2-issue.zip) # Reproduct steps 1. Unzip the file 2....

# What The DOM tree means the proposal [DOM API](https://github.com/airbnb/goji-js/issues/81). For now we can reguard it web's DOM. ```js const snapshotA = document.createSnapshot(); document.appendChild(document.createElement('view')); document.appendChild(document.createElement('text')); document.appendChild(document.createElement('video')); const snapshotB = document.createSnapshot();...

enhancement

# What Frameworks like Taro Next and kbone provide the DOM like API to support higher framework. Taro Next call it [taro-runtime](https://github.com/NervJS/taro/tree/next/packages/taro-runtime) and kbone exports the API as part of...

enhancement

![6e010400-67c5-11ea-852c-89cd0de3d412](https://user-images.githubusercontent.com/1812118/114271432-e62b0f00-9a43-11eb-9234-02db15e02d4a.png)

bug

Cannot move `MovableView` in Baidu. I guess it is same issue like `swiper + swiper-view` in WeChat. Alought no use case yet but Goji should fix it.

bug

ref: https://github.com/airbnb/goji-js/pull/46

documentation

Since GojiJS is a React-based framework the `react` and `react-reconciler` became necessary dependencies that cost about 80kb of the main package size. ``` -rw-r--r-- 1 malash staff 6.6K Jun 23...

enhancement

I created a reproduce demo here https://github.com/peerigon/extract-loader/pull/64/files In this case the `main.css` imports `common.css` which is a symlink to `symlinks/common.css`. ``` 1 . 2 ├── symlinks 3 │   └── common.css...