chore(typing): enforce --noImplicitAny for tools directory.
Exposed a couple of bugs. Closes #6645
This commit is contained in:
@ -2,7 +2,7 @@ var fs = require('fs');
|
||||
var path = require('path');
|
||||
|
||||
module.exports = read;
|
||||
function read(file) {
|
||||
function read(file: string) {
|
||||
var content = fs.readFileSync(path.join('tools/broccoli/html-replace', file + '.html'),
|
||||
{encoding: 'utf-8'});
|
||||
// TODO(broccoli): we don't really need this, it's here to make the output match the
|
||||
|
Reference in New Issue
Block a user