UNPKG

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