Skip to content

Typescript Migration! - #62

Closed
swissarmykirpan wants to merge 15 commits into
Azure:masterfrom
swissarmykirpan:typescript
Closed

Typescript Migration!#62
swissarmykirpan wants to merge 15 commits into
Azure:masterfrom
swissarmykirpan:typescript

Conversation

@swissarmykirpan

@swissarmykirpan swissarmykirpan commented Jul 30, 2018

Copy link
Copy Markdown

Got started with this, massive piece of work!

Added TSLINT and using Prettier also

for (const container of containers) {
if (container.name === "$logs") {
for (const entity of entities) {
if (entity.container.name === "$logs") {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attempting to break up a very convoluted object graph

const queue = QueueManager.getQueueAndMessage({
queueName: request.queueName
}).queue;
const queue = QueueManager.getQueueAndMessage(request.queueName).queue;

@swissarmykirpan swissarmykirpan Jul 31, 2018

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting ready for types by removing all passing in objects {}

@swissarmykirpan

swissarmykirpan commented Jul 31, 2018

Copy link
Copy Markdown
Author

There is a lot of room for tests here, going to start adding some as I go through the refactoring process

@swissarmykirpan

Copy link
Copy Markdown
Author

I have come up with a different strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant