-
**问题描述**
转换为rn时,importk路径如果包含"pages关键字"则信息丢失..
**复现步骤**
[或者可以直接贴源代码,能贴文字就不要截图]
源代码:
```typescript
import counter from '@/pages/counter';
export default {
counter,
} ;
```
转换后的…
-
**问题描述**
在使用taro 编译成rn项目时 分包的路由无法正常编译
**复现步骤**
```json
// 编译前
subPackages: [
{
root: 'packages/index',
pages: [
'index/index',
…
-
transformJS turn element in a wrong way with rotateZ (except with ie filter polyfill (!))
natural css transform rotateZ direction is **↻** (clockwise)
transformJS rotateZ is **↺** (anticlockwise)
tra…
-
I am trying to get the new `svelte.preprocess` functionality working with my [`modular-css`](https://github.com/tivac/modular-css) project, but currently none of the hooks know anything about the file…
tivac updated
6 years ago
-
For the codemods in https://github.com/canjs/can-stache-bindings/issues/229, it would be great to have regular expressions to use in codemods for updating all our guides / recipes.
Here is the basi…
-
- feat: 把组件开发中的 compile 也集成进去,做为一个单独的功能,compile js && lessc less
目前组件开发的 babel-plugin 基本都内置到了 atool-build 里,如果还需要自己管理依赖关系和 compile 非常麻烦,同时极小的可能会出现 compile 和 build 结果不一致的问题(使用了不同的 babel
-
如果一个元素使用了Transform,在其子元素上使用Transform会变模糊
-
比如说我想先`rotateX(45deg)`,再`translateZ(100px)`,如果直接用transformJS写 `el.roateX =45;el.translateZ = 100` 的话,结果是先translateZ,再rotate的。请问有什么办法可以像CSS那样?
-
...possibly `` tags in imported HTML files too. This may be less important for WCs pulled in as dependencies, but for Web Components developed as part of the project, this may indeed be needed.
-