I’m writing a client side app for freshworks crm.
I’m getting error on pack and validate. Its been running fine with “fdk run”
stevemc@sMac16-2 Training % fdk pack
Packing failed due to the following issue(s):
[ERROR] app/scripts/app.js::100: Parsing error: Unexpected token function
stevemc@sMac16-2 Training % fdk validate
Validation failed due to the following issue(s):
code at line 100 is the following:
async function renderTable(contact_id) {
This is the 1st occurrence of an async function. I don’t think I can implement w/o them or at least its going to be a lot of rework.
I really hope someone is not going tell me that async/await is not supported in fdk.