WIP
This commit is contained in:
parent
54b057886c
commit
7fc1ae0650
204 changed files with 4345 additions and 134 deletions
10
PlanTempus.DeprecatedApplication/wwwroot/js/app.js
Normal file
10
PlanTempus.DeprecatedApplication/wwwroot/js/app.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(() => {
|
||||
// App.ts
|
||||
var App = class {
|
||||
constructor() {
|
||||
alert("fobbo");
|
||||
}
|
||||
};
|
||||
new App();
|
||||
})();
|
||||
//# sourceMappingURL=app.js.map
|
||||
7
PlanTempus.DeprecatedApplication/wwwroot/js/app.js.map
Normal file
7
PlanTempus.DeprecatedApplication/wwwroot/js/app.js.map
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"version": 3,
|
||||
"sources": ["../../TypeScript/App.ts"],
|
||||
"sourcesContent": ["\uFEFF\r\nexport default class App {\r\n\r\n constructor() {\r\n alert('fobbo');\r\n }\r\n}\r\nnew App();"],
|
||||
"mappings": ";;AACA,MAAqB,MAArB,MAAyB;AAAA,IAErB,cAAc;AACV,YAAM,OAAO;AAAA,IACjB;AAAA,EACJ;AACA,MAAI,IAAI;",
|
||||
"names": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue