microsoft-github-policy-service[bot]
cbb40f3193
Auto merge mandatory file pr
...
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-27 13:09:24 +00:00
microsoft-github-policy-service[bot]
a0e6cbaf86
Microsoft mandatory file
2023-06-12 19:02:12 +00:00
Jianchun Xu
c7f0526f0b
1.0.2
2016-09-29 14:51:44 -07:00
Jianchun Xu
436854aae5
augment projectNamespace to return namespace
...
Augment ```projectNamespace``` to return (inner) namespace object. This
enables users to write code like:
```
var Windows = uwp.projectNamespace('Windows');
var Gpio = uwp.projectNamespace('Windows.Devices.Gpio');
var gpioController = Gpio.GpioController.getDefault();
```
PR-URL: https://github.com/Microsoft/node-uwp/pull/24
Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
Reviewed-By: Munyiri Kamau <munyirik@microsoft.com>
2016-07-29 16:51:33 -07:00
Jianchun Xu
f52e34974e
README: add link to node-chakracore
...
Reviewed-By: Arunesh Chandra <Arunesh.Chandra@microsoft.com>
2016-03-04 17:21:35 -08:00
Munyiri Kamau
4613b43413
Merge pull request #18 from munyirik/master
...
Update Node.js Chakra link
2016-01-29 14:19:23 -08:00
Munyiri Kamau
16e3193f9a
Update Node.js Chakra link
2016-01-29 13:56:06 -08:00
Jianchun Xu
9615a863c3
README: reference November update
...
Reviewed-By: @kunalspathak
2015-12-08 12:16:36 -08:00
Jianchun Xu
17cfc54f9e
update package.json to reference nan 2.x
...
Reviewed-By: @kunalspathak
2015-12-08 12:13:40 -08:00
Munyiri Kamau
70955e9878
Removing tab
2015-10-15 18:52:32 -07:00
Munyiri Kamau
f144087382
Update to support nan 2.*
2015-10-14 19:34:29 -07:00
Jianchun Xu
d1e4792ef1
Update README.md to reference ch0.12
2015-07-06 14:24:31 -07:00
Jianchun Xu
6210dadb40
update readme to reference ch0.12.4
...
Reviewed-by: aruneshchandra
PR: #4
2015-06-02 14:47:04 -07:00
Jianchun Xu
a297081f0e
remove checked-in nan, minor cleanup
...
No need to check in nan module. npm installs dependencies
automatically.
Move test.js to test\index.js and make "npm test" work.
Fix #1 and #2
Reviewed-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
2015-05-29 09:48:21 -07:00
Jianchun Xu
051f4aa05c
initial package
2015-05-11 11:06:07 -07:00