@tsslint/core 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -147,7 +147,7 @@ function createLinter(ctx, config, withStack) {
147
147
  file: stackFile,
148
148
  start: pos,
149
149
  length: 0,
150
- messageText: 'at ' + stack.functionName,
150
+ messageText: 'at ' + (stack.functionName ?? '<anonymous>'),
151
151
  });
152
152
  }
153
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsslint/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
@@ -16,7 +16,7 @@
16
16
  "source-map-support": "^0.5.21"
17
17
  },
18
18
  "devDependencies": {
19
- "@tsslint/config": "1.0.5"
19
+ "@tsslint/config": "1.0.6"
20
20
  },
21
- "gitHead": "ee85483f0611f1005a3f49599575d1a7069c401a"
21
+ "gitHead": "1090880cc825658ea44e703bcc196dc0bf9df80d"
22
22
  }