You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda 062c6ae706 Escape backspace in regexp classes as "\b", not "\x08"
The "\x08" escaping is necessary only outside of classes (where "\b"
means "word boundary").
8 years ago
..
passes Use "[]" & "[^]" for empty character classes, not "(?!)" & "[\\S\\s]" 8 years ago
asts.js Replace arrays.some with Array.prototype.some 8 years ago
index.js Remove "undefined" redefinition protection 8 years ago
js.js Escape backspace in regexp classes as "\b", not "\x08" 8 years ago
opcodes.js Fix comment typo 9 years ago
visitor.js Replace arrays.each with Array.prototype.forEach 8 years ago