File: /home/frenchy/www/french-american.org/current/node_modules/dockerfile-ast/lib/instructions/env.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const propertyInstruction_1 = require("../propertyInstruction");
class Env extends propertyInstruction_1.PropertyInstruction {
constructor(document, range, dockerfile, escapeChar, instruction, instructionRange) {
super(document, range, dockerfile, escapeChar, instruction, instructionRange);
}
getProperties() {
return super.getProperties();
}
}
exports.Env = Env;