|
@@ -42887,7 +42887,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
.field("static", Boolean, defaults["false"])
|
|
|
.field("computed", Boolean, defaults["false"])
|
|
|
.field("optional", Boolean, defaults["false"])
|
|
|
- .field("key", or(def("Identifier"), def("StringLiteral"), def("NumericLiteral"),
|
|
|
+ .field("key", or(def("Identifier"), def("StringLiteral"), def("NumericLiteral"),
|
|
|
// Only allowed if .computed is true.
|
|
|
def("Expression")))
|
|
|
// classMethodOrDeclareMethodCommon
|
|
@@ -43080,7 +43080,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
or("public", "private", "protected", void 0), defaults["undefined"]);
|
|
|
// Defined already in es6 and babel-core.
|
|
|
def("ClassBody")
|
|
|
- .field("body", [or(def("MethodDefinition"), def("VariableDeclarator"), def("ClassPropertyDefinition"), def("ClassProperty"), def("ClassPrivateProperty"), def("ClassMethod"), def("ClassPrivateMethod"),
|
|
|
+ .field("body", [or(def("MethodDefinition"), def("VariableDeclarator"), def("ClassPropertyDefinition"), def("ClassProperty"), def("ClassPrivateProperty"), def("ClassMethod"), def("ClassPrivateMethod"),
|
|
|
// Just need to add these types:
|
|
|
def("TSDeclareMethod"), TSTypeMember)]);
|
|
|
}
|
|
@@ -48694,7 +48694,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
* and an object is returned with the following properties:
|
|
|
*
|
|
|
* - line: The line number in the generated source, or null. The
|
|
|
- * line number is 1-based.
|
|
|
+ * line number is 1-based.
|
|
|
* - column: The column number in the generated source, or null.
|
|
|
* The column number is 0-based.
|
|
|
*/
|
|
@@ -58447,7 +58447,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
reprints.forEach(function (reprint) {
|
|
|
var oldComment = reprint.oldPath.getValue();
|
|
|
assert_1.default.ok(oldComment.leading || oldComment.trailing);
|
|
|
- patcher.replace(oldComment.loc,
|
|
|
+ patcher.replace(oldComment.loc,
|
|
|
// Comments can't have .comments, so it doesn't matter whether we
|
|
|
// print with comments or without.
|
|
|
print(reprint.newPath).indentTail(oldComment.loc.indent));
|
|
@@ -60047,7 +60047,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
case "EnumStringBody":
|
|
|
case "EnumSymbolBody": {
|
|
|
if (n.type === "EnumSymbolBody" || n.explicitType) {
|
|
|
- parts.push(" of ",
|
|
|
+ parts.push(" of ",
|
|
|
// EnumBooleanBody => boolean, etc.
|
|
|
n.type.slice(4, -4).toLowerCase());
|
|
|
}
|
|
@@ -62602,7 +62602,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
}
|
|
|
};
|
|
|
};
|
|
|
- SystemEventFu.prototype.loadForm = function (invokeUrl, invokeParam,
|
|
|
+ SystemEventFu.prototype.loadForm = function (invokeUrl, invokeParam,
|
|
|
//可以是 scope.XX / system.XX / string / lookup表达式
|
|
|
writeTarget) {
|
|
|
return function (sender) {
|
|
@@ -63475,7 +63475,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
var BlobBuilder = typeof BlobBuilder !== 'undefined' ? BlobBuilder :
|
|
|
typeof WebKitBlobBuilder !== 'undefined' ? WebKitBlobBuilder :
|
|
|
typeof MSBlobBuilder !== 'undefined' ? MSBlobBuilder :
|
|
|
- typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder :
|
|
|
+ typeof MozBlobBuilder !== 'undefined' ? MozBlobBuilder :
|
|
|
false;
|
|
|
|
|
|
/**
|
|
@@ -96889,7 +96889,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
return me;
|
|
|
},
|
|
|
selectedUpdate: function (date) {
|
|
|
- var me = this,
|
|
|
+ var me = this,
|
|
|
//t = date.getTime(),
|
|
|
t = Ext.Date.clearTime(date, true).getTime(), cells = me.cells, cls = me.selectedCls, cellItems = cells.elements, c, cLen = cellItems.length, cell;
|
|
|
cells.removeCls(cls);
|
|
@@ -129753,7 +129753,7 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
case 0x03: case 0x83: case 0x8B: case 0x8C: return DBF.to_workbook(d, o);
|
|
|
case 0x7B: if(n[1] === 0x5C && n[2] === 0x72 && n[3] === 0x74) return RTF.to_workbook(d, o); break;
|
|
|
case 0x0A: case 0x0D: case 0x20: return read_plaintext_raw(d, o);
|
|
|
- case 0x89: if(n[1] === 0x50 && n[2] === 0x4E && n[3] === 0x47) throw new Error("PNG Image File is not a spreadsheet"); break;
|
|
|
+ case 0x89: if(n[1] === 0x50 && n[2] === 0x4E && n[3] === 0x47) throw new Error("PNG Image File is not a spreadsheet"); break;
|
|
|
}
|
|
|
if(DBF.versions.indexOf(n[0]) > -1 && n[2] <= 12 && n[3] <= 31) return DBF.to_workbook(d, o);
|
|
|
return read_prn(data, d, o, str);
|