tc39 / proposal-regex-escaping

Proposal for investigating RegExp escaping for the ECMAScript standard
http://tc39.es/proposal-regex-escaping/
Creative Commons Zero v1.0 Universal
363 stars 32 forks source link

Editorial: Simplify algorithms by using strings rather than Lists #73

Closed gibson042 closed 5 months ago

gibson042 commented 5 months ago

Ref https://github.com/tc39/proposal-regex-escaping/issues/58#issuecomment-2023453535

ljharb commented 5 months ago

To me this really isn't simplified - using lists is much cleaner and easier to understand to me than continually mutating a string.

I'll defer to the @tc39/ecma262-editors, though.