-
Notifications
You must be signed in to change notification settings - Fork 26
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
Configurable resource - And more. #11
base: master
Are you sure you want to change the base?
Conversation
A published version of it: |
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.
Please remove all the ts-ignore
comments, that's way too hacky.
Please argue why do you need @internal
at almost every method.
Avoid using : any
at all.
Never use import
inside a function/property.
Would be much better to have some more smaller files instead of a huge one.
This kind of code is impossible to strictly type. |
I really appreciate your time reviewing this PR, There are very good reasons here to use I expect questions on the implementation details and the api, |
package.json
Outdated
@@ -15,7 +15,6 @@ | |||
"test": "jest", | |||
"tsc": "tsc", | |||
"eslint": "eslint", | |||
"build-ts-declerations": "tsc -p tsconfig.build.json --emitDeclarationOnly --noEmit false --declaration --isolatedModules 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.
Where did it go?
Impalements #9
fixes #9
The readme changes will explain the best.