StEve YoUng

Results 69 comments of StEve YoUng

> Isn't new webpack persistent caching making this plugin redundant? You're right~ https://github.com/webpack/webpack/issues/6527

受这个库的启发,我也捣鼓了个库,有这个同步数据的功能。 大兄弟 @whyming 可以看一下 https://github.com/tuateam/tua-storage

```scss // @source - [@Stephn-R](https://github.com/sass/sass/issues/1395#issuecomment-57483844) // @description converts 1 or more characters into a unicode // @markup {scss} // unicode("e655"); // "\e655" @function unicode($str){ @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"") } ```

其实传递的不就是引用的值么...

额,能不能按照 issue 模板填一下?有中文版的...

![image](https://user-images.githubusercontent.com/11501493/70877620-25d11a80-1ff9-11ea-8d61-9855a72030ec.png) 建议 **fork** 以下某个平台的 demo 复现一下: * jsbin: https://jsbin.com/cafiful/edit?output * codepen: https://codepen.io/buptsteve/pen/PvNQjP * jsfiddle: https://jsfiddle.net/buptsteve/6u8g3Lf5/ * codesandbox: https://codesandbox.io/s/o73z4jy5q9 demo 就报错了么?

> Node端运行结果:timer1=>timer2=>promise1=>promise2 确定你有跑过?