Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
let i = ref1[l];
if (i.description) {
description = i.description;
} else {
description = i.trigger;
}
body = addTrailingTabstops(i.contents);
snippet[description] = {
prefix: i.trigger,
body: body
};
}
output = {};
output[scope] = snippet;
output = parseCson.stringify(output, null, 2);
return output;
};