aboutsummaryrefslogtreecommitdiff
path: root/src/system.ts
AgeCommit message (Expand)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-194/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-7/+7
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-7/+6
2022-04-08chore: use consistent method calls (#817)Shinigami1-6/+3
2022-03-29fix: remove doubled extension in system.filePath (#300)Piotr Kuczynski1-2/+3
2022-03-28refactor: drop usage of `fake` for internal calls (#703)Piotr Kuczynski1-3/+1
2022-03-15chore: fix some lint warnings (#613)ST-DDT1-0/+6
2022-02-01fix: removed dead code and adjusted fileExt (#304)Daniel Bannert1-40/+6
2022-01-29chore: add more type annotations (#358)Eric Cheng1-6/+6
2022-01-28chore: add missing type on the system.commonFileName method (#299)Piotr Kuczynski1-3/+2
2022-01-25chore: fix JSDoc comments in system.ts (#298)Piotr Kuczynski1-24/+39
2022-01-14feat: migrate system (#90)Shinigami1-0/+213