UNPKG
jsp-el
Version:
latest (0.0.1)
0.0.1
Parse and exec JSP EL expresson in JS.
github.com/luobotang/jsp-el.js
luobotang/jsp-el.js
jsp-el
/
lib
/
exec.js
6 lines
(5 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
5
6
//
TODO:
ast + data -> result
function
exec
(ast, data)
{
return
null
}
module
.
exports
= exec