hedgedoc/lib/web/note
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
..
actions.js Move showPublishNote and publishNoteActions to note controller 2019-10-27 15:23:38 +01:00
controller.ts Convert first files to TypeScript 2020-02-24 15:08:23 +01:00
router.ts Convert first files to TypeScript 2020-02-24 15:08:23 +01:00
slide.js Inline renderPublishSlide 2019-10-27 15:50:24 +01:00
util.ts TypeScript: Tighten configs to improve type validation 2020-02-24 16:19:17 +01:00