mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -64,7 +64,7 @@ var ModuleJsonFormat;
|
||||
}
|
||||
ModuleJsonFormat.is = is;
|
||||
})(ModuleJsonFormat || (ModuleJsonFormat = {}));
|
||||
var Line = (function () {
|
||||
var Line = /** @class */ (function () {
|
||||
function Line(indent) {
|
||||
if (indent === void 0) { indent = 0; }
|
||||
this.indent = indent;
|
||||
@@ -83,7 +83,7 @@ var Line = (function () {
|
||||
return Line;
|
||||
}());
|
||||
exports.Line = Line;
|
||||
var TextModel = (function () {
|
||||
var TextModel = /** @class */ (function () {
|
||||
function TextModel(contents) {
|
||||
this._lines = contents.split(/\r\n|\r|\n/);
|
||||
}
|
||||
@@ -96,7 +96,7 @@ var TextModel = (function () {
|
||||
});
|
||||
return TextModel;
|
||||
}());
|
||||
var XLF = (function () {
|
||||
var XLF = /** @class */ (function () {
|
||||
function XLF(project) {
|
||||
this.project = project;
|
||||
this.buffer = [];
|
||||
|
||||
Reference in New Issue
Block a user