Server/project
TheSparta 1ab7c5946e Fixed stacktraces and source maps on the built exe (!153)
This PR fixes a long standing issue where stacktraces in the built executable didn't have line and column numbers, so you were left wondering where exactly in a given function an error occurred.

This also fixes source maps being generated but not actually included in the executable, this fix results in `source-map-support` actually doing it's job, so now stacktrace paths point to the typescript files, line and column number, instead of the transpiled javascript line and column number.

Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/153
Co-authored-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
Co-committed-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
2023-10-15 07:31:16 +00:00
..
.vscode Point local debug config to correct command 2023-10-14 10:10:10 +01:00
assets Revert accidental debug setting for max repeatable quests (!154) 2023-10-15 06:34:41 +00:00
src Fixed stacktraces and source maps on the built exe (!153) 2023-10-15 07:31:16 +00:00
tests 0.13.5.0 (!147) 2023-10-10 11:03:20 +00:00
.dockerignore Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
.eslintignore Add Repo 2023-03-03 15:23:46 +00:00
.eslintrc.json Add Repo 2023-03-03 15:23:46 +00:00
.nvmrc 0.13.5.0 (!147) 2023-10-10 11:03:20 +00:00
.parcelrc Add Repo 2023-03-03 15:23:46 +00:00
.swcrc Fixed stacktraces and source maps on the built exe (!153) 2023-10-15 07:31:16 +00:00
babel.config.js Add Repo 2023-03-03 15:23:46 +00:00
docker-compose.yml Add Repo 2023-03-03 15:23:46 +00:00
Dockerfile Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
Dockerfile.docs Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
Dockerfile.pnpm Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
gulpfile.mjs Fixed stacktraces and source maps on the built exe (!153) 2023-10-15 07:31:16 +00:00
jest.config.ts Add Repo 2023-03-03 15:23:46 +00:00
package.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
pkgconfig.json Fixed stacktraces and source maps on the built exe (!153) 2023-10-15 07:31:16 +00:00
rome.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
Server.code-workspace Add Repo 2023-03-03 15:23:46 +00:00
tsconfig.base.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
tsconfig.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
tsconfig.test.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
tsconfig.typedef.json Updated dependencies + A few other things (!150) 2023-10-14 09:01:41 +00:00
typedoc.json Add Repo 2023-03-03 15:23:46 +00:00