hyperloop-macros
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "hyperloop-macros", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Macros to accelerate Hyperloop development", | ||
@@ -24,3 +24,10 @@ "scripts": { | ||
}, | ||
"homepage": "https://github.com/yuchi/hyperloop-macros" | ||
"homepage": "https://github.com/yuchi/hyperloop-macros", | ||
"devDependencies": { | ||
"grunt-mocha-test": "~0.11.0", | ||
"grunt-sweet.js": "~0.1.5", | ||
"grunt": "~0.4.5", | ||
"should": "~4.0.4", | ||
"sweet.js": "~0.7.1" | ||
} | ||
} |
@@ -30,2 +30,4 @@ Hyperloop Macros | ||
See the [example application](examples/obj-c/tableViewController). | ||
```js | ||
@@ -51,2 +53,9 @@ // The `native` keyword makes the class compile to Hyperloop | ||
locationManager@allowDeferredLocationUpdatesUntilTraveled(null, timeout: null); | ||
// But Hyperloop supports actual dot notation too! | ||
locationManager.startUpdatingLocation(); | ||
// so do we! Attention! not for 1 argument methods! | ||
// see https://github.com/appcelerator/hyperloop-ios/issues/82 | ||
locationManager.allowDeferredLocationUpdatesUntilTraveled(null, timeout: null); | ||
} | ||
@@ -53,0 +62,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
36590
6
2
24
88
0
5