This solves a security issue I had with ClojureScript.
Because of the whole-program compilation, you couldn't completely remove the JS a user was not allowed to access. While you could still secure the external resources (server), it would expose privileged access points unnecessarily.
1 comment
[ 2.9 ms ] story [ 9.9 ms ] threadBecause of the whole-program compilation, you couldn't completely remove the JS a user was not allowed to access. While you could still secure the external resources (server), it would expose privileged access points unnecessarily.