UNPKG

474 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const propertyInstruction_1 = require("../propertyInstruction");
4class Env extends propertyInstruction_1.PropertyInstruction {
5 constructor(document, range, dockerfile, escapeChar, instruction, instructionRange) {
6 super(document, range, dockerfile, escapeChar, instruction, instructionRange);
7 }
8 getProperties() {
9 return super.getProperties();
10 }
11}
12exports.Env = Env;