Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed ember glimmer #15759

Merged
merged 24 commits into from
Oct 27, 2017
Merged

Typed ember glimmer #15759

merged 24 commits into from
Oct 27, 2017

Conversation

krisselden
Copy link
Contributor

@krisselden krisselden commented Oct 24, 2017

Fixes #15729

@emberjs emberjs deleted a comment from krisselden Oct 25, 2017
}

lookupPartial(name, { owner }) {
lookupPartial(PartialName: string, meta: any): PartialDefinition<any> {
Copy link
Contributor

Choose a reason for hiding this comment

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

s/PartialName/name/

@@ -57,38 +57,38 @@ class OutletComponentManager extends AbstractManager<StateBucket> {
return new StateBucket(outletState);
}

layoutFor(definition, bucket, env) {
layoutFor(definition, _bucket, env: Environment) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I was wondering how to ignore some parameters.

@chadhietala
Copy link
Contributor

Are we now doing the dangling comma?

@rwjblue
Copy link
Member

rwjblue commented Oct 26, 2017

DANGLE IT

@krisselden
Copy link
Contributor Author

@chadhietala are we not supposed to? I just did the tslint defaults and turned off the ones that seemed too cumbersome

@chadhietala
Copy link
Contributor

I hate it, but if we use prettier I can deal with it.

@chancancode
Copy link
Member

chancancode commented Oct 27, 2017 via email

@rwjblue rwjblue force-pushed the typed-ember-glimmer branch from a253b69 to 29689a3 Compare October 27, 2017 15:20
@rwjblue
Copy link
Member

rwjblue commented Oct 27, 2017

Rebased on top of changes from #15716 (which basically introduced a conflict in all the files 😩 )...

@chadhietala
Copy link
Contributor

I am +1 on this.

@rwjblue rwjblue merged commit ef18807 into master Oct 27, 2017
@rwjblue
Copy link
Member

rwjblue commented Oct 27, 2017

🎉

@rwjblue
Copy link
Member

rwjblue commented Oct 27, 2017

There is still work needed here, but this seems stable (and is passing CI).

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.

5 participants