node-jsonnet
node-jsonnet copied to clipboard
Windows
#63
jsonnet.dll needs to be installed next to node-jsonnet.node so that node-jsonnet.node can find the DLL. (Or should we static link?)
Also, we need to fix the tests to accept Windows-style newlines (\r\n). I have no idea how Unicode filenames are handled by Node.js on Windows.