保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/@babel/generator/lib/generators/base.js
@@ -3,13 +3,13 @@
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.File = File;
exports.Program = Program;
exports.BlockStatement = BlockStatement;
exports.Directive = Directive;
exports.DirectiveLiteral = DirectiveLiteral;
exports.File = File;
exports.InterpreterDirective = InterpreterDirective;
exports.Placeholder = Placeholder;
exports.Program = Program;
function File(node) {
  if (node.program) {
@@ -63,7 +63,7 @@
function DirectiveLiteral(node) {
  const raw = this.getPossibleRaw(node);
  if (raw != null) {
  if (!this.format.minified && raw != null) {
    this.token(raw);
    return;
  }