Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

chore(typescript): convert cli.js to cli.ts #3151

Merged
merged 1 commit into from
Apr 22, 2016
Merged

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Apr 22, 2016

No description provided.

.alias('invert-grep', 'jasmineNodeOpts.invertGrep')
.alias('explorer', 'elementExplorer')
.string('capabilities.tunnel-identifier')
.check(function(arg: ProtractorArgs) {
Copy link
Member

Choose a reason for hiding this comment

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

I don't think this type is right - this is the leftover args, which is just an array of strings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It definitely isn't an array of strings. I didn't change the if statement on the line below. Maybe it's just {_: string[]} though

Copy link
Member

Choose a reason for hiding this comment

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

My bad, I missed that. Yes, you're right. But if we're removing the type below, doesn't really matter.

}

// Run the launcher
import * as launcher from './launcher';
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should move the import to the top of the file.

@juliemr juliemr assigned sjelin and unassigned juliemr Apr 22, 2016
@sjelin sjelin merged commit cf2d0fb into angular:master Apr 22, 2016
@cnishina cnishina mentioned this pull request Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants