Skip to content

Commit

Permalink
Remove unused flags (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccir committed Sep 25, 2018
1 parent 6c451be commit e5b3a74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ const sPublicOptions = [
"strict-object-literals", // Boolean, enforce TypeScript object literals

// Warnings
"warn-debugger", // Boolean, warn about use of 'debugger' statement
"warn-empty-array-element", // Boolean, warn about empty array element
"warn-global-no-type", // Boolean, warn about missing type annotations on @globals
"warn-this-in-methods", // Boolean, warn about usage of 'this' in ns methods
"warn-self-in-non-methods", // Boolean, warn about usage of 'self' in non-methods
Expand Down

0 comments on commit e5b3a74

Please sign in to comment.