0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 00:15:24 +08:00
discourse/frontend/asset-processor
David Taylor de793bc6ed
DEV: add typescript support for core, themes and plugins (#41478)
We've been using basic type-checking via JSDoc for some time. This
commit allows us to author proper `.ts`/`.gts` files, and use the full
typescript syntax. Initially, only d-button and a single chat file are
migrated, as proof of functionality.

In future, we may migrate more files, and consider making our tsconfig
more strict.
2026-07-08 12:57:18 +01:00
..
rollup-plugins DEV: add typescript support for core, themes and plugins (#41478) 2026-07-08 12:57:18 +01:00
add-theme-globals.js
add-theme-globals.test.mjs
asset-processor-rollup.js DEV: add typescript support for core, themes and plugins (#41478) 2026-07-08 12:57:18 +01:00
babel-resolve-core-imports.js DEV: Improve cross-plugin/theme import handling (#40939) 2026-06-30 16:11:38 +01:00
babel-resolve-core-imports.test.mjs DEV: Improve cross-plugin/theme import handling (#40939) 2026-06-30 16:11:38 +01:00
babel-resolve-plugin-imports.js DEV: Improve cross-plugin/theme import handling (#40939) 2026-06-30 16:11:38 +01:00
babel-resolve-plugin-imports.test.mjs DEV: Improve cross-plugin/theme import handling (#40939) 2026-06-30 16:11:38 +01:00
build.mjs FIX: Stop asset-processor build from loading tsconfig (#41415) 2026-07-03 10:30:13 +01:00
content-tag.js
discourse-import-attribute.js DEV: Improve cross-plugin/theme import handling (#40939) 2026-06-30 16:11:38 +01:00
noop.js
os-shim.js DEV: Bump babel plugin in asset-processor and stub workerpool (#40438) 2026-06-01 10:54:43 +01:00
package.json DEV: add typescript support for core, themes and plugins (#41478) 2026-07-08 12:57:18 +01:00
postcss-variable-prefixer.js
postcss.js Revert "FEATURE: discourse-workflows (#39704)" (#40366) 2026-05-28 13:59:42 +01:00
rollup-virtual-imports.js DEV: add typescript support for core, themes and plugins (#41478) 2026-07-08 12:57:18 +01:00
shims.js
theme-hbs-ast-transforms.js
transform-action-syntax.js DEV: Remove (again) the old non-rollup plugin compiler (#39419) 2026-04-21 21:07:46 +02:00
transpiler.js DEV: Rename theme-rollup -> asset-processor-rollup (#41085) 2026-06-22 14:45:56 +01:00
url-polyfill.js
virtual-fs.js DEV: Replace memfs with a in-repo fs helper (#39571) 2026-04-27 11:00:54 +02:00
workerpool-shim.js DEV: Bump babel plugin in asset-processor and stub workerpool (#40438) 2026-06-01 10:54:43 +01:00