factoriomod-debug 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/chunk-KPUB7KA2.js +79 -0
- package/dist/fmtk-cli.js +47 -47
- package/dist/fmtk-vscode.js +15 -15
- package/package.json +18 -19
- package/readme.md +15 -15
- package/.c8rc.json +0 -6
- package/dist/chunk-XEN7L2DC.js +0 -75
- package/doc/internal/calls.dot +0 -29
- package/doc/internal/noncharacters.md +0 -76
- package/doc/internal/requires.dot +0 -92
- package/eslint.config.ts +0 -102
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "factoriomod-debug",
|
|
3
3
|
"displayName": "Factorio Modding Tool Kit",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.5",
|
|
5
5
|
"publisher": "justarandomgeek",
|
|
6
6
|
"description": "Debug Tools for developing Factorio Mods",
|
|
7
7
|
"author": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"multi-root ready"
|
|
14
14
|
],
|
|
15
15
|
"engines": {
|
|
16
|
-
"vscode": "^1.
|
|
16
|
+
"vscode": "^1.120.0",
|
|
17
17
|
"node": ">=22.7.0"
|
|
18
18
|
},
|
|
19
19
|
"icon": "images/factoriomod-debug-icon.png",
|
|
@@ -48,35 +48,26 @@
|
|
|
48
48
|
"@inquirer/password": "^5.0.13",
|
|
49
49
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
50
50
|
"@types/archiver": "^8.0.0",
|
|
51
|
-
"@types/buffers": "^0.1.34",
|
|
52
|
-
"@types/d3": "^7.4.3",
|
|
53
51
|
"@types/dateformat": "^5.0.3",
|
|
54
52
|
"@types/ini": "^4.1.1",
|
|
55
|
-
"@types/
|
|
56
|
-
"@types/mute-stream": "^0.0.4",
|
|
57
|
-
"@types/node": "^26.0.0",
|
|
53
|
+
"@types/node": "^26.1.1",
|
|
58
54
|
"@types/readdir-glob": "^1.1.5",
|
|
59
|
-
"@types/request": "^2.48.13",
|
|
60
55
|
"@types/semver": "^7.7.1",
|
|
61
|
-
"@types/vscode": "^1.
|
|
56
|
+
"@types/vscode": "^1.120.0",
|
|
62
57
|
"@types/vscode-webview": "^1.57.5",
|
|
63
58
|
"@vscode/codicons": "^0.0.45",
|
|
64
|
-
"@vscode/debugadapter": "^1.68.0",
|
|
65
|
-
"@vscode/debugadapter-testsupport": "^1.68.0",
|
|
66
59
|
"@vscode/vsce": "^3.9.2",
|
|
67
60
|
"@vscode/webview-ui-toolkit": "^1.4.0",
|
|
68
61
|
"archiver": "^8.0.0",
|
|
69
62
|
"c8": "^11.0.0",
|
|
70
63
|
"commander": "^15.0.0",
|
|
71
|
-
"d3": "^7.9.0",
|
|
72
|
-
"d3-flame-graph": "^5.0.0",
|
|
73
64
|
"dateformat": "^5.0.3",
|
|
74
65
|
"dotize": "^0.6.0",
|
|
75
66
|
"esbuild": "^0.28.1",
|
|
76
67
|
"esbuild-compress": "^2.2.0",
|
|
77
68
|
"esbuild-plugin-import-glob": "^0.1.1",
|
|
78
69
|
"esbuild-visualizer": "^0.7.0",
|
|
79
|
-
"eslint": "^10.
|
|
70
|
+
"eslint": "^10.7.0",
|
|
80
71
|
"globals": "^17.7.0",
|
|
81
72
|
"ini": "^6.0.0",
|
|
82
73
|
"jsonc-parser": "^3.3.1",
|
|
@@ -86,11 +77,10 @@
|
|
|
86
77
|
"remark": "^15.0.1",
|
|
87
78
|
"rimraf": "^6.1.3",
|
|
88
79
|
"semver": "^7.8.5",
|
|
89
|
-
"tree-kill": "^1.2.2",
|
|
90
80
|
"typescript": "^6.0.3",
|
|
91
|
-
"typescript-eslint": "^8.
|
|
92
|
-
"vscode-languageclient": "^10.0
|
|
93
|
-
"vscode-languageserver": "^10.0
|
|
81
|
+
"typescript-eslint": "^8.64.0",
|
|
82
|
+
"vscode-languageclient": "^10.1.0",
|
|
83
|
+
"vscode-languageserver": "^10.1.0",
|
|
94
84
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
95
85
|
"vscode-uri": "^3.1.0",
|
|
96
86
|
"yoctocolors": "^2.1.2"
|
|
@@ -253,7 +243,6 @@
|
|
|
253
243
|
"boolean",
|
|
254
244
|
"null"
|
|
255
245
|
],
|
|
256
|
-
"default": null,
|
|
257
246
|
"description": "Automatically manage /data link in `\"Lua.workspace.library\"`. Setting to false will remove the link if present. Default off for LuaLS, on for EmmyLua."
|
|
258
247
|
},
|
|
259
248
|
"factorio.debug.env": {
|
|
@@ -729,6 +718,16 @@
|
|
|
729
718
|
"type": "boolean",
|
|
730
719
|
"default": true,
|
|
731
720
|
"description": "Follow symlinks when emitting source locations"
|
|
721
|
+
},
|
|
722
|
+
"hookDebugConsole": {
|
|
723
|
+
"type": "boolean",
|
|
724
|
+
"default": false,
|
|
725
|
+
"description": "Enable catching errors and breakpoints/stepping in code called from the Debug Console (Evaluate context='repl')"
|
|
726
|
+
},
|
|
727
|
+
"trace": {
|
|
728
|
+
"type": "boolean",
|
|
729
|
+
"default": false,
|
|
730
|
+
"description": "Trace DAP messages to a `dap-trace.log`"
|
|
732
731
|
}
|
|
733
732
|
}
|
|
734
733
|
}
|
package/readme.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Factorio Modding Tool Kit
|
|
2
|
-
|
|
3
|
-
A collection of tools for developing Factorio mods. This package is both [an npm package](https://www.npmjs.com/package/factoriomod-debug) providing the command line tool `fmtk`, and a [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug) providing additional editor integration.
|
|
4
|
-
|
|
5
|
-
* Debug Adapter - This extension uses Factorio's native [LuaDebugAdapter](https://lua-api.factorio.com/latest/classes/LuaDebugAdapter.html) support to enable debugging and profiling of mods
|
|
6
|
-
* [JSON Validation](doc/language-json.md)
|
|
7
|
-
* [Language Support for Locale and Changelog files](doc/language.md)
|
|
8
|
-
* [Language Server integration for Lua](doc/language-lua.md) via [sumneko.lua](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) or [tangzx.emmylua](https://marketplace.visualstudio.com/items?itemName=tangzx.emmylua), [xuhuanzy.emmylua-luals](https://open-vsx.org/extension/xuhuanzy/emmylua-luals)
|
|
9
|
-
* [Packaging and Publishing](doc/package.md)
|
|
10
|
-
|
|
11
|
-
* [Getting LSP on text editors other than vscode](doc/lsptutorial.md)
|
|
12
|
-
|
|
13
|
-
## Support FMTK
|
|
14
|
-
|
|
15
|
-
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
|
|
1
|
+
# Factorio Modding Tool Kit
|
|
2
|
+
|
|
3
|
+
A collection of tools for developing Factorio mods. This package is both [an npm package](https://www.npmjs.com/package/factoriomod-debug) providing the command line tool `fmtk`, and a [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug) providing additional editor integration.
|
|
4
|
+
|
|
5
|
+
* Debug Adapter - This extension uses Factorio's native [LuaDebugAdapter](https://lua-api.factorio.com/latest/classes/LuaDebugAdapter.html) support to enable debugging and profiling of mods
|
|
6
|
+
* [JSON Validation](doc/language-json.md)
|
|
7
|
+
* [Language Support for Locale and Changelog files](doc/language.md)
|
|
8
|
+
* [Language Server integration for Lua](doc/language-lua.md) via [sumneko.lua](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) or [tangzx.emmylua](https://marketplace.visualstudio.com/items?itemName=tangzx.emmylua), [xuhuanzy.emmylua-luals](https://open-vsx.org/extension/xuhuanzy/emmylua-luals)
|
|
9
|
+
* [Packaging and Publishing](doc/package.md)
|
|
10
|
+
|
|
11
|
+
* [Getting LSP on text editors other than vscode](doc/lsptutorial.md)
|
|
12
|
+
|
|
13
|
+
## Support FMTK
|
|
14
|
+
|
|
15
|
+
[<img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com'/>](https://ko-fi.com/X8X41IE4T)
|