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

refactor: convert to TypeScript #70

Merged
merged 5 commits into from
Nov 29, 2018
Merged

refactor: convert to TypeScript #70

merged 5 commits into from
Nov 29, 2018

Conversation

buschtoens
Copy link
Member

No description provided.

@buschtoens buschtoens merged commit 3f014df into master Nov 29, 2018
@delete-merged-branch delete-merged-branch bot deleted the refactor/typescript branch November 29, 2018 13:51
@todo
Copy link

todo bot commented Nov 29, 2018

remove once the parser understands class fields

decorators/.eslintrc.js

Lines 19 to 25 in 4f274ad

// @TODO: remove once the parser understands class fields
'no-undef': 'warn',
'typescript/no-unused-vars': 'error'
},
overrides: [
// node files
{


This comment was generated by todo based on a TODO comment in 4f274ad in #70. cc @ember-intl.

@todo
Copy link

todo bot commented Nov 29, 2018

re-enable once TypeScript parser works properly

// @TODO: re-enable once TypeScript parser works properly
// eslint-disable-next-line no-unused-vars
hooks.beforeEach(function(this: TestContext) {
const { owner } = this;
class ContainerObject extends EmberObject {
constructor() {
super();
setOwner(this, owner);
}
}


This comment was generated by todo based on a TODO comment in 4f274ad in #70. cc @ember-intl.

@todo
Copy link

todo bot commented Nov 29, 2018

re-enable once TypeScript parser works properly

// @TODO: re-enable once TypeScript parser works properly
// eslint-disable-next-line no-unused-vars
import ComputedProperty from '@ember/object/computed';
import { Descriptor } from './decorator';
export function computedDecorator(
fn: (desc: Descriptor, params?: any[]) => ComputedProperty<any>
): PropertyDecorator & ((desc: Descriptor) => Descriptor);


This comment was generated by todo based on a TODO comment in 4f274ad in #70. cc @ember-intl.

@buschtoens
Copy link
Member Author

🎉 This PR is included in version 0.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant