stable
Clone or download
Read-only
Part of request #26381: Prevent relative imports outside of a package Change-Id: I4dd0dd46ec108e9e92a8816bfe626f77d8152de3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/package.json | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/error-modal/rest-error-service.js | +1 | −1 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/shared/.gitignore | +1 | −0 | Go to diff View file |
R | plugins/agiledashboard/scripts/shared/jest.config.js | Go to diff View file | ||
A | plugins/agiledashboard/scripts/lib/shared/package.json | +28 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/shared/pnpm-lock.yaml | +11 | −0 | Go to diff View file |
R | plugins/agiledashboard/scripts/shared/error-message-helper.test.ts | Go to diff View file | ||
R | plugins/agiledashboard/scripts/shared/error-message-helper.ts | Go to diff View file | ||
A | plugins/agiledashboard/scripts/lib/shared/tsconfig.json | +9 | −0 | Go to diff View file |
A | plugins/agiledashboard/scripts/lib/shared/vite.config.ts | +36 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/package.json | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js | +1 | −1 | Go to diff View file |