diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-09 14:18:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 14:18:59 -0400 |
commit | 486d44f7197a2dedc5ea487345e598c668d47638 (patch) | |
tree | 2620a0ed45ebebe786722739c8ce1816cc08d952 /ext/bg/background.html | |
parent | fbe575c577b9e6c8279aaa064cf62732c643240a (diff) |
Json schema improvements (#722)
* Add support for regex pattern testing
* Add tests
* Separate JsonSchemaProxyHandler statics into JsonSchemaValidator
* Use this instead of JsonSchemaValidator
* Make JsonSchemaValidator non-static
* Use cache map for regex
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 0f856441..2a7cee10 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -45,6 +45,7 @@ <script src="/bg/js/text-source-map.js"></script> <script src="/bg/js/translator.js"></script> <script src="/bg/js/util.js"></script> + <script src="/mixed/js/cache-map.js"></script> <script src="/mixed/js/audio-system.js"></script> <script src="/mixed/js/dictionary-data-util.js"></script> <script src="/mixed/js/object-property-accessor.js"></script> |