UNPKG

414 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Cmd = void 0;
4const jsonInstruction_1 = require("../jsonInstruction");
5class Cmd extends jsonInstruction_1.JSONInstruction {
6 constructor(document, range, dockerfile, escapeChar, instruction, instructionRange) {
7 super(document, range, dockerfile, escapeChar, instruction, instructionRange);
8 }
9}
10exports.Cmd = Cmd;