my understanding is that a Client Script cannot be...
# suitescript
j
my understanding is that a Client Script cannot be in 2.1, but can it call modules that are 2.1?
b
sure, but expect to use require in your code since you can't include features above es5 in your client's dependencies
the suitescript server has to evaluate the client script serverside and it wont use 2.1 to do so