Skip to content

Conversation

@atd-schubert
Copy link

Closes #7

"our:setup:npm": "npm install",
"our:clean": "rm -Rf ./docs ./es2015 ./es5 ./out",
"our:compile": "npm run our:compile:es2015",
"our:compile": "npm run transpile && npm run our:compile:es2015",
Copy link
Author

Choose a reason for hiding this comment

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

All the our:* tasks are not tested by me!

if (this._domain) {
this._domain.run(this.onStep.bind(this, message));
} else {
this.onStep(message);
Copy link
Author

Choose a reason for hiding this comment

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

Was here a bug? I added message as parameter here.

return this;
}

protected destroy(next?: () => void) {
Copy link
Author

Choose a reason for hiding this comment

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

Can somebody confirm that protected and private is assigned correctly?

"tabs"
],
"variable-name": [
false
Copy link
Author

Choose a reason for hiding this comment

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

I don't want to change the private API, so I allowed undescore (_) prefixes for private variables... But I can also change this...

@balupton
Copy link
Member

balupton commented Aug 1, 2019

@atd-schubert I've sent you an invite to the Bevry code team, so you will have write access for this, as I am too preoccupied with other things. Reach out via https://bevry.me/discord/dev for an orientation or if you need any help with following the CONTRIBUTING.md semi-automatic release process.

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.

Convert to TypeScript

2 participants