UNPKG

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