-
Notifications
You must be signed in to change notification settings - Fork 6
Convert to TypeScript #8
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
base: master
Are you sure you want to change the base?
Convert to TypeScript #8
Conversation
| "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", |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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...
|
@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 |
Closes #7