isaacscript 3.3.6 → 3.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "3.3.6",
3
+ "version": "3.3.7",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript.",
5
5
  "keywords": [
6
6
  "isaac",
@@ -15,8 +15,13 @@ exports.LUA_LANGUAGE_SERVER_DISABLES = void 0;
15
15
  * ```
16
16
  */
17
17
  exports.LUA_LANGUAGE_SERVER_DISABLES = `
18
+ ---@diagnostic disable: assign-type-mismatch
18
19
  ---@diagnostic disable: deprecated
20
+ ---@diagnostic disable: redefined-local
19
21
  ---@diagnostic disable: redundant-parameter
22
+ ---@diagnostic disable: unused-function
23
+ ---@diagnostic disable: unused-local
24
+ ---@diagnostic disable: unused-vararg
20
25
  `
21
26
  .trim()
22
27
  .concat("\n\n");
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../packages/isaacscript-cli/src/plugins/constants.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;GAYG;AACU,QAAA,4BAA4B,GAAG;;;CAG3C;KACE,IAAI,EAAE;KACN,MAAM,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../../packages/isaacscript-cli/src/plugins/constants.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;GAYG;AACU,QAAA,4BAA4B,GAAG;;;;;;;;CAQ3C;KACE,IAAI,EAAE;KACN,MAAM,CAAC,MAAM,CAAC,CAAC"}