stable

Clone or download

Read-only

chore: core lib for rest API types

No functional change expected. Typechecking tasks should still succeed. part of story #24971 [modal] search for artifacts Change-Id: I5f509a22def7bc7227c292abd3c6b9d510ff010e

Modified Files

Name
A lib/frontend/rest-api-types/.gitignore +1 −0 Go to diff View file
A lib/frontend/rest-api-types/package.json +20 −0 Go to diff View file
A lib/frontend/rest-api-types/src/main.ts +60 −0 Go to diff View file
A lib/frontend/rest-api-types/tsconfig-build.json +9 −0 Go to diff View file
A lib/frontend/rest-api-types/tsconfig.json +4 −0 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/package.json +5 −10 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/pnpm-lock.yaml +2 −4 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/src/trackers.ts +2 −5 Go to diff View file
A plugins/tracker/scripts/lib/rest-api-types/tsconfig-build.json +9 −0 Go to diff View file
D plugins/tracker/scripts/lib/rest-api-types/vite.config.ts +0 −31 Go to diff View file
M src/scripts/switch-to/package.json +1 −1 Go to diff View file
M src/scripts/switch-to/pnpm-lock.yaml +2 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/ItemEntry.test.ts +13 −13 Go to diff View file
M src/scripts/switch-to/src/components/Body/QuickLink.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.test.ts +16 −16 Go to diff View file
M src/scripts/switch-to/src/stores/keyboard-navigation.test.ts +31 −10 Go to diff View file
M src/scripts/switch-to/src/type.ts +14 −30 Go to diff View file