We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0de80 commit 6e1f008Copy full SHA for 6e1f008
Public/js/app.js
@@ -188,7 +188,7 @@ export class App {
188
}
189
190
run() {
191
- const methods = ["parseExpression", "convertToDSL", "match", "parseDSL"];
+ const methods = ["parseExpression", "convertToDSL", "match"];
192
const params = {
193
pattern: this.expressionField.value,
194
text: this.patternTestEditor.value,
0 commit comments