Adding documentation to charset_escape.js
This commit is contained in:
parent
01abba224a
commit
c22656a75d
@ -1,3 +1,7 @@
|
||||
// CharsetEscape nodes are for escape sequences inside of character sets. They
|
||||
// differ from other [Escape](./escape.html) nodes in that `\b` matches a
|
||||
// backspace character instead of a word boundary.
|
||||
|
||||
import _ from 'lodash';
|
||||
import Escape from './escape.js';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user