Ruslan Lekhman
Ruslan Lekhman
* [x] Use issue forms from Github for creating issues * [x] Add pull request Github template
## I'm submitting a... ``` [ ] Bug Fix [x] Feature [ ] Other (Refactoring, Added tests, Documentation, ...) ``` ## Checklist - [x] Commit Messages follow the [Conventional Commits](https://conventionalcommits.org/)...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
- returned event, not events array - fixed condition for exact match keys - removed unused imports
Because the shadow is supported, the `--tw-shadow` variable has to be supported as well.
Suppose we have four classes: **A**. **B**, **C** and **B0**: class **A** { } class **B0** { } class **B** extends **B0** { } class **C** { @use(**A**, **B**) this;...
Closes #10
* Support `[max]` change * Add example * Small code refactoring. * Dependencies upgrade.
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
Applied missed boolean/number coercion for `@Input`'s.