Skip to content

Commit 4504a97

Browse files
Merge pull request #436 from SwiftFiddle/remove2
Remove DSL to pattern feature
2 parents 0e5a893 + 6e1f008 commit 4504a97

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)