643104191

Results 9 issues of 643104191

![img](https://files.gitter.im/529f74f4ed5ab0b3bf04ef26/ltiP/image.png) ```javasript const { parse, print, visit } = require('recast') const ast = parse(`function test(samename){ samename(123); var b = { c: function (samename){ samename(456) }, d: function() { samename(789) }...

现在ios端的position fixed的体验和ios8/9一样 使用体验极差 现在手机的Safari浏览器都基本不会有position fixed问题了 希望能让webview跟上手机上的Safari浏览器那样的webview体验

#### The associated forum post URL from `https://forum.rclone.org` [post URL](https://forum.rclone.org/t/are-there-any-plans-to-support-direct-mounting-of-aliyundrive-using-the-aliyundrive-open-platform-without-the-need-for-indirect-mounting-through-webdav-services-like-alist/44189) #### What is your current rclone version (output from `rclone version`)? rclone v1.65.0 - os/version: Microsoft Windows 10 Pro 22H2...

new backend

- version: 1.0.55 - playground demo: [html标签有对象属性值带两个左花括号的情况下,写一句find,就会出问题](https://play.gogocode.io/#code/N4IglgdgDgrgLgYQPYBMCmIBcIA6EA8caAtlADYCGRAfHgAQN34DGSpSEaEcAtBBcTR0oAJyRQAzjxRUKAXhwhgFTMABGAXw2LaERvqYBCHjzqBN+MAziYA34wIGRgMj1AAHKAqOWDAtdE7oON8KMADdqVyIJOC18AHo-QPofCNZ2Tm4+ATRdSKJSSho8EAAaEAB3JBEAa2R0LBAAMxgIZjgwDjo4EQoICWqS4gAKarAyNABJCC68ugooMHHxRo4JAEo6YFjWDrg6ABI6OQmpgDoAcyRj1nRV+Y2JJBgRZiFd-sGRrv3r2-uL9YnQna2e953NDjYDCCgiCRoADyUDmHUwyzolAghxgFEOaARAHJ-DA0Fi6BpCQtYhEInRAFfKNkAkOZmQCnyv0ICg8oBGHUAWPKAL8VAHepgAyMr6-TLkKhoACCv12FFC+0ZKB6WMIJCFNAyiuyaSxJL0dBEaDgtz0krgRy4aDaRB6mu0EDwuQKkFgcAAMu1DlVcRgCgALSUABR1cEapqw1QoZEhBQkMDUADUwGhCgAVACeUAw2ASUHBGA0QA) - your description: 不写find就没问题 ![image](https://github.com/thx/gogocode/assets/27074730/6cad02d8-fae2-48d1-935b-47025eb81f64)

bug

- version: 1.0.55 - playground demo: [](https://play.gogocode.io/?v=1.0.55#code/N4IglgdgDgrgLgYQPYBMCmIBcIA8c0C2UANgIb4B8AOhAAS04pgButAxmQM6cC8VIpfrRTlSAWlKSxAI2l8B-CgEYcAeibNqdBhvZde-QSGGiJU2fKPK1GrfUYs9pbvOlCRccZPFs28lIoATDYsdjqOHM4GIG7GHl5SKCjyAF5BIZo09rqRLvxsioCIRoCwcoApeoCn0YDVEYCcyoCyiRlhDqy50QEgFCUVNfXqoTRq+ERklDQgADQgAO5IAE4A1sjoWCAAZjAQbHBgSHRwM6QQnCuzBAAUK2DEaACSEMdjtKRQYA9IUFs7nACUtMBZ7J84LQACS0HiPZ4AOgA5khYWxUGh-gjDkDOEgYDM2GgwbQLldbsdIejMdjkYDHpwgeDgacSVi0A9gLQoKQZpw0AB5d7bQ6YX60MgQaEwUjQtD8gDkzBgaEltAAvoqvuTUbRBiRyDjwc44JCLhAUKdJXhCJrKAMzcM0BRJSrtBrrZDpGhjjM0MacMCAPqg+JmcQWfg+4GKOqABiVACFugCCgwCdDoAHU0A84lS2gAanVVq1+sgRpNIZMngDMjkwd9ijtkKuwrgAAt7fRHVmXW6PXnfQWEuIQ-IQ2HalG40mU+nG-hs4bPfn-d4xN3S6H2hWq9Da-XaKpVLR3XBMXQAJ4Ymbq-aHN0ENAoAHoWg1tDu-7b3eUvXiiB3rWne0K0YTSCwOAADIHNCywyhgEw1s4AAK25bHeWB7LKEycDA0gAGpgGgkwACp7lAGDYAiRBshgCpAA) - detail desc: ```html 1 1 2 2 我不应该被匹配 我不应该被匹配 ``` 我期望的是,查找出带有`data-aaa-*`属性的所有标签,所以我写的是`` 在写``之前,我试着写了``这个匹配是正常的 但是``就不正常

```javascript var himalaya = require("himalaya") console.time('himalaya') const result = himalaya.parse(`console.log('')`) console.log(result) ``` ![image](https://user-images.githubusercontent.com/27074730/203726254-8beb76f2-10bd-440d-b731-904d5efe158d.png)

```javascript var html = require("html-parse-stringify") console.time('html') const result = html.parse(`.test{}console.log('')const a = 1`) console.log((result)) console.timeEnd('html') ``` ![image](https://user-images.githubusercontent.com/27074730/203736070-a5bf97af-f871-4587-9a4c-16d288da0269.png)

### Describe the solution you'd like It would be great if use webpack or other build tools could be used to support the ‘import/export’ syntax while also considering older devices....

enhancement
Stale

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 执行`yarn`安装依赖 2. 执行`yarn mor-dev:wx`构建微信小程序 3. 查看`./dist/wechat`中输出内容 错误结果: 1. `./dist/wechat`中无`components/testTabBar`组件...