UNPKG

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