Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public async generate(
config: ContainerGeneratorConfig
): Promise {
return generateContainer(config, {
fillContainerHull: this.fillContainerHull.bind(this),
postBundle: this.postBundle.bind(this),
})
}
public async generate(
config: ContainerGeneratorConfig
): Promise {
return generateContainer(config, {
fillContainerHull: this.fillContainerHull.bind(this),
postCopyRnpmAssets: this.addResources.bind(this),
})
}