* Correct update expression Number coercion You have to `ToNumber` whatever the `UpdateExpression` argument is. * Fix systemjs update expression
14 lines
225 B
JavaScript
14 lines
225 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.zz = exports.yy = void 0;
|
|
|
|
var _yy;
|
|
|
|
var yy = 0;
|
|
exports.yy = yy;
|
|
var zz = (_yy = +yy, exports.yy = yy = _yy + 1, _yy);
|
|
exports.zz = zz;
|