Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`.
|
3 months ago |
.. |
components
|
Make RepoActionView.vue support `##[group]` (#32770)
|
3 months ago |
features
|
Refactor issue filter (labels, poster, assignee) (#32771)
|
3 months ago |
markup
|
Fix race condition in mermaid observer (#32599)
|
3 months ago |
modules
|
Fix duplicate dropdown dividers (#32760)
|
3 months ago |
render
|
Fix a number of Typescript issues (#31877)
|
6 months ago |
standalone
|
Fix a number of Typescript issues (#31877)
|
6 months ago |
utils
|
Change typescript `module` to `nodenext` (#32757)
|
3 months ago |
vendor
|
Fix file editor & preview (#32706)
|
3 months ago |
webcomponents
|
Fix duplicate dropdown dividers (#32760)
|
3 months ago |
bootstrap.test.ts
|
Convert frontend code to typescript (#31559)
|
8 months ago |
bootstrap.ts
|
Add types to fetch,toast,bootstrap,svg (#31627)
|
7 months ago |
globals.d.ts
|
Fix some typescript issues (#32586)
|
3 months ago |
globals.ts
|
Convert frontend code to typescript (#31559)
|
8 months ago |
htmx.ts
|
Fix a number of Typescript issues (#31877)
|
6 months ago |
index.ts
|
Refactor issue filter (labels, poster, assignee) (#32771)
|
3 months ago |
svg.test.ts
|
Fix a number of Typescript issues (#31877)
|
6 months ago |
svg.ts
|
Improve diff file tree (#32658)
|
3 months ago |
types.ts
|
Refactor RepoBranchTagSelector (#32681)
|
3 months ago |
utils.test.ts
|
Add avif image file support (#32508)
|
3 months ago |
utils.ts
|
Add avif image file support (#32508)
|
3 months ago |
vitest.setup.ts
|
Fix a number of Typescript issues (#31877)
|
6 months ago |