theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Strict null checks. No implicit returns. No implicit this. TSLint #63

Closed theodore-norvell closed 6 years ago

theodore-norvell commented 7 years ago

Change the compiler to use strict checking for null pointers, undefined values, implicit returns, the inappropriate use of "this".

Also adding configuration file for TSLint and doing a lot of delinting.