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.
2 parents 0e5a893 + 6e1f008 commit 4504a97Copy full SHA for 4504a97
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