UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

16 lines (12 loc) 299 B
module.exports = { properties: { dependencies: 'array' }, async init (lassoContext) {}, async getDependencies (lassoContext) { return this.dependencies || []; }, calculateKey () { return null; // A just use a unique ID for this dependency } };