summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js')
-rw-r--r--chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js b/chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js
new file mode 100644
index 00000000000..4b5dc9cac2b
--- /dev/null
+++ b/chromium/third_party/node/node_modules/@babel/types/lib/comments/inheritInnerComments.js
@@ -0,0 +1,12 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+ value: true
+});
+exports.default = inheritInnerComments;
+
+var _inherit = require("../utils/inherit");
+
+function inheritInnerComments(child, parent) {
+ (0, _inherit.default)("innerComments", child, parent);
+} \ No newline at end of file