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

Update the mixin docs #719

Merged
merged 3 commits into from
Jul 2, 2020
Merged

Update the mixin docs #719

merged 3 commits into from
Jul 2, 2020

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 30, 2020

Updates the mixin docs based on microsoft/TypeScript#39118

@github-actions
Copy link
Contributor

Messages
📖

Deployed to a PR branch - playground tsconfig old handbook

Got false positives?

Make changes to the global settings spellcheck.json in /artsy/peril-settings.

Typos for Mixins.md

Line Typo
9 be familiar with the idea of mixins or traits for languages like
11 ## How Does A Mixin Work?
14 TypeScript's best mixin support is done via the class
17 d a class which will have the mixin's applied on top of:
60 epresents the base class with mixins applied:
98 ## Constrained Mixins
100 In the above form, the mixin's have no underlying knowledge
131 Then you can create mixins which only work when you have
163 nt recommended a way to write mixins where you created both the ru
211 The mixin pattern is supported natively
214 #### Decorators and Mixins [#4881](https://github.com/
216 not use decorators to provide mixins via code flow analysis:
246 #### Static Property Mixins [#17829](https://github.com

Generated by 🚫 dangerJS against 19513cf

@orta orta mentioned this pull request Jul 1, 2020
@orta
Copy link
Contributor Author

orta commented Jul 2, 2020

This got peer reviewed at the docs meeting

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.

2 participants