UNPKG

@specs-feup/lara

Version:

A js port of the popular framework for building source-to-source compilers

9 lines 234 B
export default class Tool { toolName; disableWeaving; constructor(toolName, disableWeaving = false) { this.toolName = toolName; this.disableWeaving = disableWeaving; } } //# sourceMappingURL=Tool.js.map