You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
提示:ReferenceError: "exports" is not defined.
编译出来的文件是这样的:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Log = void 0;
var Log = /** @Class */ (function () {
function Log() {
}
Log.prototype.main = function () {
console.log('log');
};
return Log;
}());
exports.Log = Log;
具体的错误是:
[Extension Host] 18:09:35.592/E: ReferenceError: "exports" is not defined. (/data/user/0/org.autojs.autojs/cache/remote_project/45d024e28c906252b08910ce7d021af0/scripts/main.auto.js#2)ReferenceError: "exports" is not defined. at /data/user/0/org.autojs.autojs/cache/remote_project/45d024e28c906252b08910ce7d021af0/scripts/main.auto.js:2:0
The text was updated successfully, but these errors were encountered:
提示:ReferenceError: "exports" is not defined.
编译出来的文件是这样的:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Log = void 0;
var Log = /** @Class */ (function () {
function Log() {
}
Log.prototype.main = function () {
console.log('log');
};
return Log;
}());
exports.Log = Log;
具体的错误是:
[Extension Host] 18:09:35.592/E: ReferenceError: "exports" is not defined. (/data/user/0/org.autojs.autojs/cache/remote_project/45d024e28c906252b08910ce7d021af0/scripts/main.auto.js#2)ReferenceError: "exports" is not defined. at /data/user/0/org.autojs.autojs/cache/remote_project/45d024e28c906252b08910ce7d021af0/scripts/main.auto.js:2:0
The text was updated successfully, but these errors were encountered: