supercat666's picture
fixed igv
a5f860b
raw
history blame
132 Bytes
function level0Optimize(tokens) {
// noop as level 0 means no optimizations!
return tokens;
}
module.exports = level0Optimize;