stable
Clone or download
Read-only
No functional changes. Part of request #18402: Convert document plugin into typescript Change-Id: I2ffcd7b69fca1dd429528707bf4ebbe48ea22621
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/type-check-helper.ts | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/item-retriever.ts | +6 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/upload-file.ts | +6 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-update.test.ts | +192 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-update.ts | +94 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +1 | −64 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.test.js | +1 | −194 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +1 | −1 | Go to diff View file |