1
0
mirror of https://github.com/outline/outline.git synced 2025-03-15 19:18:00 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
9680e57849 chore: Remove suppressImplicitAnyIndexErrors TS rule () 2024-10-11 12:46:46 -07:00
3749b2fa79 fix: set noErrorTruncation compiler flag () 2023-11-22 19:32:21 +05:30
f843a20a54 chore: Improves linting rule to catch mishandled promises () 2023-07-01 10:25:51 -07:00
d5341a486c chore: Upgrade all of prosemirror ()
Co-authored-by: Apoorv Mishra <apoorvmishra101092@gmail.com>
2023-05-24 19:24:05 -07:00
e754f89e5c Replace Webpack with Vite ()
Co-authored-by: Tom Moor <tom@getoutline.com>
Co-authored-by: Vio <vio@beanon.com>
2023-02-15 19:39:46 -08:00
1adcce6b5d fix: Upgrade markdown-it to fix text collapse bug ()
* fix: Upgrade markdown-it to fix text collapse bug

* tsc. Need to overwrite the types for now until all Prosemirror modules are updated, they have recently been converted to Typescript and the types conflict
2022-08-11 06:31:52 -07:00
7aa4709e69 feat: Show drafts in sidebar when viewing () 2021-12-11 09:34:36 -08:00
15b1069bcc chore: Move to Typescript ()
This PR moves the entire project to Typescript. Due to the ~1000 ignores this will lead to a messy codebase for a while, but the churn is worth it – all of those ignore comments are places that were never type-safe previously.

closes 
2021-11-29 06:40:55 -08:00