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.8 ms ] story [ 14.6 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.