0.0.10 • Published 9 months ago
@awsless/ts-file-cache v0.0.10
File hash for js & ts files.
Attempt to create a hash from an js/ts file and all it's dependecies. The goal is to generate a new hash when ever the file or it's dependecies change.
const workspace = await loadWorkspace('.')
const hash = await generateFileHash(workspace, "./file.ts")