mirror of
https://github.com/key-networks/ztncui.git
synced 2025-07-28 11:22:51 +02:00
Make "rule-compiler.js" be able to run in browsers
This commit is contained in:
parent
2ecd5e6c1a
commit
551f30c683
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
(function(exports){
|
||||
// Source:
|
||||
// https://github.com/zerotier/ZeroTierOne/blob/553101e8b5a988003f594037dda82301b0967625/rule-compiler/rule-compiler.js
|
||||
|
||||
|
@ -912,3 +913,5 @@ function compile(src,rules,caps,tags)
|
|||
}
|
||||
|
||||
exports.compile = compile;
|
||||
|
||||
})(this.RuleCompiler = {});
|
||||
|
|
Loading…
Add table
Reference in a new issue