Commit Graph

8 Commits

Author SHA1 Message Date
fyears b78b070ef6
enforce strictNullChecks in the beginning
Similar to noImplicitAny, strictNullChecks helps developers avoid unnecessary errors.
It might be better to enforce strictNullChecks in the beginning (as this is the sample project), since it's quite hard to fix the null/undefined problems after the project grows.
2022-05-07 08:49:53 +08:00
Xiao Meng f690c04577
use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
fyears fe035a3008
add type check (#22) 2022-01-16 10:07:19 -05:00
lishid d006ed755a Update tsconfig. 2021-11-06 19:05:49 -04:00
lishid 3afc9d78ab Update sample plugin to use ESBuild. 2021-10-19 13:34:58 -04:00
lishid ed0e0a6e90 Target ES6. 2021-01-31 12:55:17 -05:00
lishid 245339d8e0 Use rollup for bundling. 2020-10-26 12:02:41 -04:00
lishid ed3770792a Initial commit! 2020-10-25 16:58:31 -04:00