Loading views...
Migration to Azure Devops Board - Flow There, Detail Here, Arrage Notion

Migration to Azure Devops Board - Flow There, Detail Here, Arrage Notion

Date
Date
2020 Jun 18 0:0 → 2020 Jun 19 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:52
Refs
Refs
Nan (Native Abstractions for Node.js)
 
How to rebuild node.js addon when source changes
I have a node.js app and I have created a native addon. (In case you need background info, native addons for node.js can be created like this). In my development environment I want it to watch source files (these are C++ source files, in this case) and automatically rebuild my addon when the C++ source files change, and also automatically restart the node application after the build completes.
How to rebuild node.js addon when source changes
 
{ "watch": [ "addon/" ], "ignore": [ "addon/build/" ], "events": { "restart": "cd addon && node-gyp build" }, "ext": "js,json,cc,h" }
오지는 addon 개발환견 발견..
 
 
 
변수 받는거 하고 callback은 promise로 대체하면 될거같고 thread형태로 하는거 진행중
 
 
 
notion image
다른쓰레드에서 resolve해서 에러나는듯?
 
 
 
 
 
 
 

Recommendations