chore(tslint): update tslint to 4.x (#13603)
This commit is contained in:
@ -45,7 +45,7 @@ const baseErrorIdentifier = {
|
||||
runtime: BaseError
|
||||
};
|
||||
|
||||
export var codegenExportsVars = [
|
||||
export const codegenExportsVars = [
|
||||
'getExpressions',
|
||||
];
|
||||
|
||||
@ -191,7 +191,7 @@ const _getExpressionsStmts: o.Statement[] = [
|
||||
]))
|
||||
];
|
||||
|
||||
export var codegenStmts: o.Statement[] = [
|
||||
export const codegenStmts: o.Statement[] = [
|
||||
new o.CommentStmt('This is a comment'),
|
||||
|
||||
new o.ClassStmt(
|
||||
|
Reference in New Issue
Block a user