mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
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. |
||
|---|---|---|
| .. | ||
| rollup-plugins | ||
| add-theme-globals.js | ||
| add-theme-globals.test.mjs | ||
| asset-processor-rollup.js | ||
| babel-resolve-core-imports.js | ||
| babel-resolve-core-imports.test.mjs | ||
| babel-resolve-plugin-imports.js | ||
| babel-resolve-plugin-imports.test.mjs | ||
| build.mjs | ||
| content-tag.js | ||
| discourse-import-attribute.js | ||
| noop.js | ||
| os-shim.js | ||
| package.json | ||
| postcss-variable-prefixer.js | ||
| postcss.js | ||
| rollup-virtual-imports.js | ||
| shims.js | ||
| theme-hbs-ast-transforms.js | ||
| transform-action-syntax.js | ||
| transpiler.js | ||
| url-polyfill.js | ||
| virtual-fs.js | ||
| workerpool-shim.js | ||