stable
Clone or download
Read-only
No functional change. If it builds, it works. Notes: REST API types libraries only contain Typescript types, there is no need to ever "build" them as their only purpose is for typechecking. Actual constants are moved to "constants" libs. Those do need to be built. part of story #28823 [modal] create artifact Change-Id: I8d15eaf17988ac74426eb3addf4d5a54f6683cf4
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/constants/package.json | +3 | −3 | Go to diff View file |
M | lib/frontend/constants/src/main.ts | +4 | −0 | Go to diff View file |
D | lib/frontend/rest-api-types/.gitignore | +0 | −1 | Go to diff View file |
M | lib/frontend/rest-api-types/package.json | +3 | −8 | Go to diff View file |
M | lib/frontend/rest-api-types/src/main.ts | +2 | −7 | Go to diff View file |
D | lib/frontend/rest-api-types/vite.config.ts | +0 | −31 | Go to diff View file |
M | lib/test-utils/cypress-utilities-support/package.json | +4 | −0 | Go to diff View file |
D | plugins/pullrequest/scripts/lib/rest-api-types/.gitignore | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/rest-api-types/package.json | +6 | −8 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/rest-api-types/pnpm-lock.yaml | +5 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/rest-api-types/src/main.ts | +0 | −3 | Go to diff View file |
D | plugins/pullrequest/scripts/lib/rest-api-types/tsconfig-build.json | +0 | −9 | Go to diff View file |
M | plugins/pullrequest/scripts/lib/rest-api-types/tsconfig.json | +1 | −4 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/TuleapAPIClient.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/fields/link-field/LinkableArtifactProxy.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/fields/link-field/LinkableArtifactRESTFilter.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/fields/link-field/LinkableArtifactRESTFilter.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/constants/src/constants.ts | +1 | −0 | Go to diff View file |
D | plugins/tracker/scripts/lib/rest-api-types/.gitignore | +0 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/package.json | +6 | −7 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/pnpm-lock.yaml | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/src/main.ts | +0 | −3 | Go to diff View file |
D | plugins/tracker/scripts/lib/rest-api-types/tsconfig-build.json | +0 | −9 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/tsconfig.json | +0 | −3 | Go to diff View file |