Elian Doran
23572bd47c
chore(monorepo/client): create empty project
2025-04-22 22:06:10 +03:00
Elian Doran
40fec89add
chore(nx/turndown-plugin): fix compilation
2025-04-22 21:25:17 +03:00
Elian Doran
e76f47ebb4
chore(nx/server): switch to module
2025-04-22 17:21:54 +03:00
Elian Doran
9c0d42252e
chore(nx): create empty project for server
2025-04-22 17:13:17 +03:00
Elian Doran
a10a4ba17d
chore(nx): prepare turndown-plugin-gfm
2025-04-22 15:21:13 +03:00
Elian Doran
84b6764166
chore(nx): initialize empty commons project
2025-04-22 14:45:25 +03:00
Elian Doran
57ecf72c90
chore(nx): initialize as empty project
2025-04-22 14:38:57 +03:00
Elian Doran
318808f9ec
chore(monorepo): move everything into subdirectory for easy diffing
2025-04-18 01:28:32 +03:00
Panagiotis Papadopoulos
cd992806a6
chore(tsconfig): add "*.js" to include, to fix eslint "ProjectService" error
...
added it only to the "dev" tsconfig.
The tsconfig.build.json, which is used for build output does not require it.
eslint was previosuly reporting on itself:
"TriliumNextNotes/eslint.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject"
2025-04-01 09:00:37 +02:00
Panagiotis Papadopoulos
607f9096aa
build: output into "build" folder again → "dist" will be used for the final output in archive form
...
this will allow for cleaner separation -> build for the output from the build stage (i.e. TS/Webpack + asset copying) and dist for the archive format of the build folder
2025-03-09 18:59:54 +01:00
Panagiotis Papadopoulos
5e289ea12d
build: get rid of intermediary "build" folder -> use "dist" directly
2025-03-07 23:14:56 +01:00
Elian Doran
6665a8d97f
chore(client/ts): port options/codeNotes
2025-01-11 11:11:57 +02:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax
2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Elian Doran
e4053de735
chore(client/ts): enable server config to compile client as well
2024-12-19 20:44:07 +02:00
Elian Doran
8ec0efe5b3
chore(client/ts): fix another dependency to server
2024-12-19 20:14:48 +02:00
Elian Doran
9e661ed684
chore(build): separate tsconfig for public
2024-12-14 09:56:04 +02:00
Elian Doran
86fc59d265
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
...
; Conflicts:
; package-lock.json
; package.json
; src/public/app/components/app_context.ts
; src/public/app/services/hoisted_note.ts
; src/public/app/services/open.ts
; src/public/app/services/toast.ts
2024-10-26 10:20:19 +03:00
Jin
b83c6023c4
port dump-db and other tools to TS
2024-08-10 18:23:49 +02:00
Elian Doran
5875aa3bef
client-ts: Port services/server
2024-07-25 00:24:20 +03:00
Elian Doran
ba7035a346
client-ts: Port services/utils
2024-07-25 00:18:57 +03:00
Elian Doran
eca9459d4c
server: Use the TypeScript configuration that corresponds for Electron
2024-07-24 20:33:49 +03:00
Elian Doran
3dbf8fb1c1
build: Fix running webpack on ESM
2024-07-23 00:12:08 +03:00
Elian Doran
dd416ed042
server-esm: Revert types config
2024-07-19 00:54:43 +03:00
Elian Doran
b6c5880484
server-esm: Fix use of __dirname
2024-07-19 00:18:35 +03:00
Elian Doran
fb7c0fdb4c
server-esm: Use tsx instead of ts-node
2024-07-18 23:59:48 +03:00
Elian Doran
6de1291efa
server-esm: Configure for dynamic imports
2024-07-18 23:23:23 +03:00
Elian Doran
971c1472a5
server: Set to bundler / ES2015
2024-07-18 21:22:10 +03:00
Elian Doran
c0b3c8496e
server: Fix build errors after updating to latest TypeScript
2024-07-16 21:43:04 +03:00
Elian Doran
9fdb7b29de
server: Update TypeScript to latest
2024-07-16 21:30:07 +03:00
Elian Doran
6a7eb9b34f
Merge remote-tracking branch 'origin/develop' into feat/ts-unit-and-integration-tests
...
; Conflicts:
; package.json
; tsconfig.json
2024-07-15 21:17:20 +03:00
Elian Doran
595402adea
dev: Fix npm start-electron script
2024-07-14 13:03:06 +03:00
Elian Doran
543c29e539
server: Change build directory
2024-07-13 19:02:51 +03:00
Elian Doran
ef92d17272
Revert change to tsconfig.json
2024-07-13 14:02:19 +03:00
Elian Doran
d18bfb9d69
docker: Fix build by generating artifacts
2024-07-13 11:40:52 +03:00
Alex
17fac31cd1
convert es6 tests to ts
2024-06-09 12:16:09 +02:00
Alex
fcb30f6319
feat: migrate jasmine tests to ts
2024-05-08 23:59:11 +02:00
Alex
aa4960f1a5
Merge branch 'develop' into feat/ts-unit-and-integration-tests
2024-05-08 21:17:29 +02:00
Alex
e7f11d6687
enable jasmine test runs
2024-05-03 21:18:20 +02:00
Alex
3e82d30a32
fix: skipLibCheck
2024-05-01 11:32:08 +02:00
alexpietsch
c8adf2a685
fix: restore start-electron script functionality
2024-04-29 00:36:27 +02:00
Elian Doran
db2b33704f
Merge branch 'feature/typescript_backend' into feature/typescript_backend_2
2024-03-30 10:54:06 +02:00
Elian Doran
3eb7ed5dda
server-ts: Address requested changes
2024-03-30 10:49:40 +02:00
Elian Doran
de7f4de05b
server-ts: Port services/notes & hidden_subtree
2024-02-17 23:02:19 +02:00
Elian Doran
748a551def
server-ts: Port similarity
2024-02-17 20:55:36 +02:00
Elian Doran
9826fed905
server-ts: Port app* services
2024-02-17 19:09:36 +02:00
Elian Doran
6f0659c03c
server-ts: Bring back nodemon
2024-02-17 13:32:43 +02:00
Elian Doran
3a7d0d1f13
server-ts: Add some type fixes to sql.ts
2024-02-17 13:32:42 +02:00
Elian Doran
7a9365457a
server-ts: utils.js -> utils.ts
2024-02-17 13:32:41 +02:00
Elian Doran
96b6d17d77
server-ts: Remove need for 'allowImportingTsExtensions'
2024-02-17 13:32:40 +02:00