Skip to content

Commit 8c9a84c

Browse files
committed
Add new Steps
1 parent 752d63c commit 8c9a84c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/prometheus/steps.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ return {
55
Vmify = require("prometheus.steps.Vmify");
66
ConstantArray = require("prometheus.steps.ConstantArray");
77
ProxifyLocals = require("prometheus.steps.ProxifyLocals");
8+
BreakBeautify = require("prometheus.steps.BreakBeautify");
9+
EncryptStrings = require("prometheus.steps.EncryptStrings");
10+
NumbersToExpressions = require("prometheus.steps.NumbersToExpressions");
811
}

0 commit comments

Comments
 (0)