You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind d061f6b70a
Change typescript `module` to `nodenext` (#32757)
Typescript 5.7 changed semantics around JSON imports and `nodenext` is
now [treated
differently](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/#validated-json-imports-in---module-nodenext)
than `node16` for JSON imports and it requires the import attribute, so
change the value to that and add the attribute to eliminate this
typescript error.


[`moduleResolution`](https://www.typescriptlang.org/tsconfig/#moduleResolution)
is treated as an alias when `module` is `nodenext`, so we don't need to
specify it.

Also see https://github.com/microsoft/TypeScript/issues/60589. It
appears the next Typescript release will fix this for `node16`, but I
guess it'll still be good to switch to `nodenext`.
4 months ago
..
components Make RepoActionView.vue support `##[group]` (#32770) 4 months ago
features Refactor issue filter (labels, poster, assignee) (#32771) 4 months ago
markup Fix race condition in mermaid observer (#32599) 4 months ago
modules Fix duplicate dropdown dividers (#32760) 4 months ago
render Fix a number of Typescript issues (#31877) 7 months ago
standalone Fix a number of Typescript issues (#31877) 7 months ago
utils Change typescript `module` to `nodenext` (#32757) 4 months ago
vendor Fix file editor & preview (#32706) 4 months ago
webcomponents Fix duplicate dropdown dividers (#32760) 4 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 9 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 8 months ago
globals.d.ts Fix some typescript issues (#32586) 5 months ago
globals.ts Convert frontend code to typescript (#31559) 9 months ago
htmx.ts Fix a number of Typescript issues (#31877) 7 months ago
index.ts Refactor issue filter (labels, poster, assignee) (#32771) 4 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 7 months ago
svg.ts Improve diff file tree (#32658) 4 months ago
types.ts Refactor RepoBranchTagSelector (#32681) 4 months ago
utils.test.ts Add avif image file support (#32508) 5 months ago
utils.ts Add avif image file support (#32508) 5 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 7 months ago