Skip to content

Commit

Permalink
ELEMENTS-1252: allow use of js interpreter for filter expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonsilva committed Oct 20, 2020
1 parent edb1681 commit cd06ad5
Show file tree
Hide file tree
Showing 5 changed files with 4,210 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ui/import-href.js
ui/widgets/nuxeo-selectivity.js
ui/viewers/pdfjs
ui/dataviz/randomColor.js
ui/js-interpreter
13 changes: 13 additions & 0 deletions ui/js-interpreter/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
JS-Interpreter
==============

https://github.com/NeilFraser/JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript. Execute arbitrary JavaScript
code line by line in isolation and safety.

Live demo:
https://neil.fraser.name/software/JS-Interpreter/

Documentation:
https://neil.fraser.name/software/JS-Interpreter/docs.html
Loading

0 comments on commit cd06ad5

Please sign in to comment.