Join Slack
Powered by
Hi all, This is a question for non-TypeScript use...
# suitescript
p
Pavol
08/01/2022, 9:05 AM
Hi all, This is a question for non-TypeScript users. What module structure (
AMD
,
CommonJS
, maybe the newest
ESM
) do you use in
SuiteScript
and why? The goal is to share best practices, not flame wars 🙂
n
NickSuite
08/01/2022, 9:26 AM
I use AMD.
b
battk
08/01/2022, 8:50 PM
the usual answer is amd. because you can use that without a bundler like webpack
battk
08/01/2022, 8:51 PM
if you do use a bundler, you can choose whatever module structure you want, or even mix them if you wanted
Open in Slack
Previous
Next