trailing-comment-attachable.js 303 B

123456789
  1. "use strict";
  2. exports.__esModule = true;
  3. function createTrailingCommentAttachable(trailingComment) {
  4. if (trailingComment === void 0) { trailingComment = null; }
  5. return {
  6. trailingComment: trailingComment
  7. };
  8. }
  9. exports.createTrailingCommentAttachable = createTrailingCommentAttachable;