(type, parent, options = {})
| 1158 | AST: class AST extends orig.AST { |
| 1159 | /* c8 ignore start */ |
| 1160 | constructor(type, parent, options = {}) { |
| 1161 | super(type, parent, ext(def, options)); |
| 1162 | } |
| 1163 | /* c8 ignore stop */ |
| 1164 | static fromGlob(pattern, options = {}) { |
| 1165 | return orig.AST.fromGlob(pattern, ext(def, options)); |