Skip to content

Commit f319391

Browse files
authored
Merge pull request #163 from detsys-pr-bot/detsys-ts-update-07c7fc924119a8d9879c1c164ae593049d47f648
Update `detsys-ts`: Ignore hyphen-sep'd diags (#83)
2 parents c6435de + 7f50ffb commit f319391

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

dist/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34921,7 +34921,7 @@ Object.defineProperty(exports, "readFieldOptions", ({ enumerable: true, get: fun
3492134921
Object.defineProperty(exports, "readFieldOption", ({ enumerable: true, get: function () { return reflection_info_1.readFieldOption; } }));
3492234922
Object.defineProperty(exports, "readMessageOption", ({ enumerable: true, get: function () { return reflection_info_1.readMessageOption; } }));
3492334923
// Message operations via reflection
34924-
var reflection_type_check_1 = __nccwpck_require__(2664);
34924+
var reflection_type_check_1 = __nccwpck_require__(283);
3492534925
Object.defineProperty(exports, "ReflectionTypeCheck", ({ enumerable: true, get: function () { return reflection_type_check_1.ReflectionTypeCheck; } }));
3492634926
var reflection_create_1 = __nccwpck_require__(8877);
3492734927
Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } }));
@@ -35109,7 +35109,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
3510935109
exports.MessageType = void 0;
3511035110
const message_type_contract_1 = __nccwpck_require__(5114);
3511135111
const reflection_info_1 = __nccwpck_require__(7369);
35112-
const reflection_type_check_1 = __nccwpck_require__(2664);
35112+
const reflection_type_check_1 = __nccwpck_require__(283);
3511335113
const reflection_json_reader_1 = __nccwpck_require__(5855);
3511435114
const reflection_json_writer_1 = __nccwpck_require__(9359);
3511535115
const reflection_binary_reader_1 = __nccwpck_require__(3362);
@@ -37219,7 +37219,7 @@ exports.reflectionScalarDefault = reflectionScalarDefault;
3721937219

3722037220
/***/ }),
3722137221

37222-
/***/ 2664:
37222+
/***/ 283:
3722337223
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
3722437224

3722537225

@@ -41550,7 +41550,7 @@ const Http2OverHttp2 = __nccwpck_require__(2016);
4155041550
const {
4155141551
Http2OverHttp,
4155241552
Http2OverHttps
41553-
} = __nccwpck_require__(5398);
41553+
} = __nccwpck_require__(3017);
4155441554
const validateHeaderName = __nccwpck_require__(311);
4155541555
const validateHeaderValue = __nccwpck_require__(2495);
4155641556

@@ -41708,7 +41708,7 @@ module.exports = {
4170841708

4170941709
/***/ }),
4171041710

41711-
/***/ 5398:
41711+
/***/ 3017:
4171241712
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4171341713

4171441714

@@ -87214,7 +87214,7 @@ var cache = __nccwpck_require__(7389);
8721487214
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
8721587215
;// CONCATENATED MODULE: external "node:path"
8721687216
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
87217-
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+03533d37dcd46_d2e6725f814907a3b249c07896b58c7f/node_modules/detsys-ts/dist/index.js
87217+
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+07c7fc924119a_cf9631eb801687d1d18b88d767b5ca88/node_modules/detsys-ts/dist/index.js
8721887218
var __defProp = Object.defineProperty;
8721987219
var __export = (target, all) => {
8722087220
for (var name in all)
@@ -87503,7 +87503,7 @@ async function collectBacktracesMacOS(prefixes, programNameDenyList, startTimest
8750387503
return prefixes.some((prefix) => fileName.startsWith(prefix));
8750487504
}).filter((fileName) => {
8750587505
return !programNameDenyList.some(
87506-
(programName) => fileName.startsWith(`${programName}_${(/* @__PURE__ */ new Date()).getFullYear()}`)
87506+
(programName) => fileName.startsWith(programName)
8750787507
);
8750887508
}).filter((fileName) => {
8750987509
return !fileName.endsWith(".diag");

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)