/** * @fileoverview Compiler transform interface. * @license Apache-2.0 */ // becomes replaced with the actual base by asc exports.Transform = function Transform() { /* nop */ };