You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: Let's implement wix/Detox tests for the built-in elements, where we automatically test they are working as intended. For example, the simplest ones would be:
Label
it displays text passed into the text property
it displays text passed as a direct child
it displays dynamically bound text in both versions above
FormattedString
it renders Span's
it displays dynamically bound spans in both syntaxes
There may be overlaps with things like Buttons, as they pretty much have the same tests as a Label, but that just makes our job easier.
I am thinking of making these into a custom .vue file that has the usual <template><script> and an extra <tests> (or whatever makes sense for editors to propery highlight).
These would then be built by webpack into an app + a test suite dynamically.
NativeScript-Vue Next
Project structure: monorepo using Yarn Workspaces.
@nativescript-vue/compiler
- template compiler based off of @vue/compiler-dom@nativescript-vue/runtime
- runtime based off of @vue/runtime-domnativescript-vue
- package to house both compiler + runtimeTooling to adopt:
Todos:
children.indexof + 1
)patchProp
function #5[ ] vOnThe text was updated successfully, but these errors were encountered: