1bf9daef46
This adds support for heredocs in Dockerfiles. This required adding an external scanner to store the required state. Co-authored-by: Camden Cheek <camden@ccheek.com>
8 lines
201 B
JavaScript
Generated
8 lines
201 B
JavaScript
Generated
const root = require("path").join(__dirname, "..", "..");
|
|
|
|
module.exports = require("node-gyp-build")(root);
|
|
|
|
try {
|
|
module.exports.nodeTypeInfo = require("../../src/node-types.json");
|
|
} catch (_) {}
|