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
364 stars 32 forks source link

Identification of potential “cross-cutting” concerns #5

Closed benjamingr closed 9 years ago

benjamingr commented 9 years ago

As far as I'm aware escape does not interfere with any other APIs and uses the list of identifiers from the spec rather than define it to keep it in track. If anyone is able to identify interference this would be a good place to report it.

domenic commented 9 years ago

uses the list of identifiers from the spec rather than define it to keep it in track

Worth noting this in the readme as a potential concern that you've taken care of.

benjamingr commented 9 years ago

Thanks, done.

domenic commented 9 years ago

I was thinking explicitly under a "cross-cutting concerns" section so it's obvious you've ticked off this box :)

benjamingr commented 9 years ago

Hah, sure - will do.