yiminghe

Results 18 issues of yiminghe

try ``` let regex = try Regex("(a*)*b\\1") regex.isMatch("ac"); ``` I try to fix this in my [js version](https://yiminghe.me/kison/examples/regexp-ll/) by recording state, current input index and cache its match result: https://github.com/yiminghe/kison/blob/2001ac972e77251e0e6ee00a8e7fee126765fa4b/examples/regexp-ll/src/match.js#L3,...

expose traditional option

compatible with jq

remove ``` ReactDOM.render(, mountNode); ``` from markdown conventional class name: Component+FileName+Example

plugin

``` [这里](.../../a.md) ```

plugin

upgrade webpack

https://docs.alipay.com/mini 模版可改动为附件所示。 支持发布到 npm,其他开发者可以通过 npm install 使用 [template.zip](https://github.com/icindy/wxParse/files/1302834/template.zip) @icindy

```js const {TextDecoder}=require('util'); ``` ``` if (module instanceof URL || typeof module === 'string' || module instanceof Request) {} ``` => ``` if (!module.buffer) {} ```

when snapping, scrollingComplete will be called inside completed and __publish(caused by animated again)