lenq

Results 13 comments of lenq

Have any question on this PR? I also have this question need this PR, so whether consider to merge this right now if have no question else?

期待这本书,可能会从中解答我的疑惑

Is seems v6 does not support handlebars, so how can v6 support handlebars?

> @tslater @lenqwang https://github.com/uiwjs/react-codemirror/issues/333#issuecomment-1238887212 I don't find the handlebars module file

Yes, I had to implement it myself. Although I searched the entire internet. However, I am very curious why the official has not provided an implementation of handlebars.

Thanks a lot, These links are very useful to me

> I'm moving forward with this by ditching `EventEmitter` and utilizing `EventTarget` + type-safety in https://github.com/open-draft/strict-event-emitter/pull/8. Afaik, we should be fine with the interface EventTarget provides. Will see. Thanks @kettanaito

What's this PR is going on? I recently need this feature in the same scene with you

``` javascript String.prototype.reverse = function() { var newStr = '', i = this.length; for(; i >= 0; i--) { newStr += this.charAt(i); } return newStr; } ```

@philnash Can we release a version based on the master branch?