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
feat(monorepo): streamlined OSS management #8707
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
NathanWalker
commented
Jul 13, 2020
- working core
- tests passing
- auto code formatting via precommit hook
- all e2e testing targets are driven by internally managed @nativescript/webpack
- all e2e target apps share same singular App_Resources for simplified management and updates
- all e2e targets share deps making sweeping dep updates fast/efficient
- future scalable design and flexibility around typings (ability to publish iOS/Android typings separately as well as begin invoking transformations for other use cases
- scalable organization following other OSS standards with ability to manage other source surrounding framework in similar streamlined fashion
- cleaned up reexports throughout core
- TypeScript 3.9 support
d221f32
to
7abe0e1
Compare
a713df5
to
31787c9
Compare
a17f7eb
to
dcbbf12
Compare
cf7b6c2
to
41dff2f
Compare
b3ec9d5
to
ba7fa9a
Compare
That way we dont “unload” and “load” fragments. This fixes black screens and slow transitions with opengl or cameras
tarunama
pushed a commit
to tarunama/NativeScript
that referenced
this pull request
Sep 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.