mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 12:05:43 -04:00

The JSON output code will be rewritten to use rapidjson, which will allow us to add more stuff without having to worry if the resulting text has the correct formatting. This adds around 20 KB to the compiled binary.
3 lines
94 B
JavaScript
Vendored
3 lines
94 B
JavaScript
Vendored
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|