| | |
| | | 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) { |
| | |
| | | function DirectiveLiteral(node) { |
| | | const raw = this.getPossibleRaw(node); |
| | | |
| | | if (raw != null) { |
| | | if (!this.format.minified && raw != null) { |
| | | this.token(raw); |
| | | return; |
| | | } |