(pattern, options = {})
| 773 | this.#emptyExt = false; |
| 774 | } |
| 775 | static fromGlob(pattern, options = {}) { |
| 776 | const ast = new _a(null, void 0, options); |
| 777 | _a.#parseAST(pattern, ast, 0, options, 0); |
| 778 | return ast; |
| 779 | } |
| 780 | // returns the regular expression if there's magic, or the unescaped |
| 781 | // string if not. |
| 782 | toMMPattern() { |