12 lines
773 B
JavaScript
12 lines
773 B
JavaScript
System.register([], function (_export, _context) {
|
|
"use strict";
|
|
|
|
return {
|
|
setters: [],
|
|
execute: function () {
|
|
// This module is auto-generated to report error emitted when try to load module file:///Users/vance/NewProject_2/assets/typescript/NewComponent.ts at runtime.
|
|
throw new Error("SyntaxError: /file:/Users/vance/NewProject_2/assets/typescript/NewComponent.ts: Leading decorators must be attached to a class declaration. (7:0)\n\n 5 | let request = new XMLHttpRequest();\n 6 | @ccclass('NewComponent')\n> 7 | let bctype = null;\n | ^\n 8 | export class NewComponent extends Component {\n 9 | username = null;\n 10 | @property(Prefab)");
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=2505741da993fb3bd20a5ab3d00d641e9d8e0dec.js.map
|