Results 4 issues of 黄龙

https://github.com/as3long/san-tap 我尝试包装了一个但是这样会多一个节点出来,有没有更好的建议呢?

``` javascript for (fn in debugMap) { Debug.prototype[fn] = (function(fn) { return function() { var msg; if(arguments.length==1){ msg=arguments[0]; }else{ msg=[].slice.apply(arguments); } this.fn = fn; this.msg = render(msg); this.color = debugMap[fn];...

https://github.com/43081j/rar.js/blob/0d180e08a7f900ed0f153d3100a6ca9765a819dd/src/rar.ts#L123 ``` private parseEntryTime(time: string) { if (time.length < 32) { time = (new Array(32 - time.length + 1)).join('0') + time; } const matches = time.match(/(\d{7})(\d{4})(\d{5})(\d{5})(\d{6})(\d{5})/); if (!matches) { return...