hedgedoc/lib
Sheogorath 004e2fbcb2
TypeScript: Tighten configs to improve type validation
TypeScript considers null and undefined as fine for all variable by
default. This patch enables `strictNullChecks`, which should cause
errors to be thrown as soon as a variable is null or undefined without
having it explicitly decleared for itself.[1]

[1]: https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#strict-null--undefined-checks

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2020-02-24 16:19:17 +01:00
..
config Update CDN defaults 2020-02-09 21:59:17 +01:00
migrations
models Fix typo in Author model 2020-02-24 15:08:27 +01:00
ot
web TypeScript: Tighten configs to improve type validation 2020-02-24 16:19:17 +01:00
workers
app.js Move app.js to lib 2020-02-24 15:07:07 +01:00
csp.js Update RevealJS to version 3.9.2 2020-02-01 12:53:15 +01:00
errors.js
history.js
letter-avatars.js
logger.js
realtime.js
response.js
utils.js