stable

Clone or download

Read-only

refactor: Use PascalCase to name files containing "class like" objects

Closes request #29602 Migrate pullrequest file-diffs to TypeScript This is the last step of this refactoring, no functional change expected. Change-Id: I4b0305196b7b90fd11e4cca02f53f53c2d7b2c92

Modified Files

Name
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/diff-modes/side-by-side-diff-component.js +11 −11 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/diff-modes/unidiff-component.js +3 −3 Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/editors/side-by-side-code-mirrors-content-manager.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/editors/side-by-side-code-mirrors-content-manager.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-line-grouper.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-line-grouper.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-line-mapper.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-line-mapper.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-lines-state.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/file-lines/side-by-side-lines-state.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/scroll-to-comment/file-diff-comment-scroller.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/scroll-to-comment/file-diff-comment-scroller.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/scroll-to-comment/file-diff-comment-widgets-map.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/scroll-to-comment/file-diff-comment-widgets-map.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/side-by-side-code-mirror-widget-creator.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/side-by-side-code-mirror-widget-creator.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/side-by-side-code-mirror-widgets-creation-manager.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/side-by-side-code-mirror-widgets-creation-manager.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-code-placeholder-creation-manager.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-code-placeholder-creation-manager.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-line-height-equalizer.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-line-height-equalizer.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-placeholder-positioner.test.ts Go to diff View file
R plugins/pullrequest/scripts/pullrequests-app/src/app/file-diff/widgets/placeholders/side-by-side-placeholder-positioner.ts Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/CreateInlineCommentWidgetStub.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/CreateNewInlineCommentFormWidgetStub.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/CreatePlaceholderWidgetStub.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/FileLinesStateStub.ts +3 −3 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/GroupSideBySideLinesStub.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tests/stubs/MapSideBySideLinesStub.ts +1 −1 Go to diff View file