UNPKG

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