Commit graph

5 commits

Author SHA1 Message Date
7796df8409
feat: Improve error message logging 2023-05-06 22:54:49 +02:00
edf5b33234
feat: Add stack trace to argument check error
Just the error message is not enough to track errors in commonly used
functions.
2023-05-06 22:54:48 +02:00
b6bdc3848e
fix: Fix script file paths 2023-05-06 22:54:47 +02:00
9486af9177
refactor: Replace I/O-based requires
With the switch back to bundle-based mod distribution, we can now use
the built-in `require`/`dofile`.
2023-05-06 22:54:44 +02:00
b0b7395f02
feat: Make buildable with dtmt
Move files in the correct file structure, add package definition and
dtmt configuration.
2023-05-06 22:54:41 +02:00