stable

Clone or download

Read-only

request #23378: Enable "Exact Optional Property Types" TypeScript option

This is a new option available since TS 4.4, see https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#exact-optional-property-types The minimal amount of changes have been done to the existing codebase so it can continue to build. Change-Id: Ib75b444bdf130622bf1bbeb3f733d93924567282

Modified Files

Name
M plugins/document/scripts/document/store/actions-helpers/upload-file.ts +3 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/base-elements.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/FormatSelectorInterface.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.test.ts +5 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaState.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaStateInterface.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/type.ts +1 −1 Go to diff View file
M src/scripts/lib/tlp-popovers/src/popovers.ts +1 −1 Go to diff View file
M src/scripts/tuleap/autocomplete-for-select2.d.ts +1 −1 Go to diff View file
M src/themes/tlp/src/types/select2/index.d.ts +2 −2 Go to diff View file
M tools/utils/scripts/tsconfig-for-libraries.json +1 −0 Go to diff View file
M tsconfig.json +1 −0 Go to diff View file