Showing
10 changed files
with
1 additions
and
32 deletions
app/build/src/Bye.d.ts
deleted
100644 → 0
1 | -export declare const Bye: () => void; |
app/build/src/Bye.js
deleted
100644 → 0
app/build/src/Bye.js.map
deleted
100644 → 0
1 | -{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../src/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/index.d.ts
deleted
100644 → 0
1 | -import './assets/style/App.css'; |
app/build/src/index.js
deleted
100644 → 0
1 | -"use strict"; | ||
2 | -Object.defineProperty(exports, "__esModule", { value: true }); | ||
3 | -const Bye_1 = require("./Bye"); | ||
4 | -require("./assets/style/App.css"); | ||
5 | -const hi = 'hello!?zz'; | ||
6 | -const hi1 = () => { | ||
7 | - console.log(hi); | ||
8 | - Bye_1.Bye(); | ||
9 | -}; | ||
10 | -hi1(); | ||
11 | -//# sourceMappingURL=index.js.map | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/index.js.map
deleted
100644 → 0
1 | -{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;AAAA,+BAA0B;AAC1B,kCAAgC;AAEhC,MAAM,EAAE,GAAG,WAAW,CAAC;AAEvB,MAAM,GAAG,GAAG,GAAG,EAAE;IACf,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAChB,SAAG,EAAE,CAAC;AACR,CAAC,CAAC;AAEF,GAAG,EAAE,CAAC"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/ts/Bye.d.ts
deleted
100644 → 0
1 | -export declare const Bye: () => void; |
app/build/src/ts/Bye.js
deleted
100644 → 0
app/build/src/ts/Bye.js.map
deleted
100644 → 0
1 | -{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../../src/ts/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment