-
-
Notifications
You must be signed in to change notification settings - Fork 40
fix: resolve appComponents and xml namespaces absolute paths on Windows #578
Conversation
78305d6
to
adb67b4
Compare
2d06055
to
ba89c28
Compare
android-app-components-loader.js
Outdated
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.
.map(m => convertSlashesInPath(m))
can be simplified to .map(convertSlashesInPath)
demo/AngularApp/references.d.ts
Outdated
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.
Why is this needed?
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.
Because of native API - otherwise, transpilation fails.
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.
cast to any? I mean, it's a test app.
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.
const
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.
const
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.
const. Maybe it's not even needed to assign this to a variable.
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.
const
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.
same comment as for the activity
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.
Remove the comments.
xml-namespace-loader.js
Outdated
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.
This variable is not needed. Also extract that function.
d84ce1b
to
92415df
Compare
Clean up npm scripts.
Clean up npm scripts.
Clean up npm scripts.
The nativescript-dev-appium plugin gets it automatically, no need to declare it in the `appium.capabilities.json` file.
aef8202
to
bbb9716
Compare
RoyiNamir
commented
Jul 2, 2018
Hi, @RoyiNamir! For this plugin, usually the best place is the changelog.
No problem :) We'll investigate the issue you opened.
Fixes #573.