Skip to content

Commit 6e1f008

Browse files
Remove DSL to pattern feature
1 parent 7c0de80 commit 6e1f008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class App {
188188
}
189189

190190
run() {
191-
const methods = ["parseExpression", "convertToDSL", "match", "parseDSL"];
191+
const methods = ["parseExpression", "convertToDSL", "match"];
192192
const params = {
193193
pattern: this.expressionField.value,
194194
text: this.patternTestEditor.value,

0 commit comments

Comments
 (0)