"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VueEmbeddedCode = void 0; class VueEmbeddedCode { constructor(id, lang, content) { this.id = id; this.lang = lang; this.content = content; this.linkedCodeMappings = []; this.embeddedCodes = []; } } exports.VueEmbeddedCode = VueEmbeddedCode; //# sourceMappingURL=embeddedFile.js.map