Commit Graph

21 Commits

Author SHA1 Message Date
5899df7a30 Adds Routine for Cleaning SpawnHandlers 2025-07-05 22:43:58 -03:00
011dda197d Formats Code 2025-07-05 22:35:29 -03:00
06d4eff5c9 Changes to esbuild and adds initial creation of creaps 2025-07-05 22:34:23 -03:00
d72f3ec851 Removes esbuild and Changes to TSC 2025-07-05 18:32:51 -03:00
0e90afedbf Remove Unecessary Config Files 2025-07-05 18:16:39 -03:00
996578de85 Final Working Version 2025-07-05 18:12:26 -03:00
0f9479f2c3 Updates and Updates Project 2025-07-05 17:44:14 -03:00
Skyler Kehren
675329997a Remove types.d.ts
Moves example type definitions to main.ts from types.d.ts
Adds additional documentation to example types
Removes types.d.ts file (fixes #147)
2021-05-09 22:38:37 +03:00
Resi Respati
935509b9ea upgrade parser, reduce redundant ESLint rules
This attempts to reduce the amount of redundant ESLint rules we
currently have. It also upgrades the ESLint TypeScript parser to a newer
version (3.7.0).
2020-07-24 15:37:18 +07:00
Skyler Kehren
bfb6d29857 Pin @types/lodash to 3.10.2
Revert workaround for @types/lodash 3.10.3 and pin version to 3.10.2
until more research can be done.
2020-04-22 20:46:19 +03:00
Skyler Kehren
7907d3c819 Update Node,TypeScript,Rollup dependencies
@types/lodash@3.10.3 broke the template since lodash is assumed to be
global. Adds a shim to types file to allow continued use of a global
lodash since the game provides 3.10 automatically.
Update rollup to 2.0, and associated rollup plugins
2020-04-20 19:38:02 +03:00
Resi Respati
0a683c15e2 improve declaration examples 2018-08-01 12:35:46 +07:00
Resi Respati
0b58638297 latest rollup requires @types/node 2018-08-01 12:31:53 +07:00
Resi Respati
ebc46fb96e apply prettier formatting 2018-08-01 11:49:15 +07:00
Resi Respati
12b63845bc clarify what types.d.ts is for 2018-02-27 14:59:35 +07:00
Leo Friedrichs
40c482bed8 Fix TSLint issues
As this is the starter project it should be provided without any errors.
This commit restructures some code to solve the TSLint issues.
2017-12-22 14:41:44 +01:00
apemanzilla
6167dfa82f Minor improvements and fixes 2017-12-01 11:05:57 -05:00
Resi Respati
8dc2cc9f77 use relative imports, console.error -> console.log 2017-11-25 01:54:46 +07:00
Resi Respati
fee7ab06c7 added sourcemaps support + sample library, disable member-ordering ts rule 2017-11-25 01:44:20 +07:00
Adam Laycock
4d6ebf3ec9 Basic readme and main.ts 2017-11-21 19:46:10 +00:00
apemanzilla
5af6dc5077 Start on v3.0 2017-11-21 12:55:36 -05:00