@lousy-agents/lint 5.17.3 → 5.17.4

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/dist/index.js +15 -14
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -550,7 +550,7 @@ module.exports = function extend() {
550
550
 
551
551
  },
552
552
  8078(module) {
553
- function webpackEmptyAsyncContext(req) {
553
+ function __rspack_empty_async_context(req) {
554
554
  // Here Promise.resolve().then() is used instead of new Promise() to prevent
555
555
  // uncaught exception popping up in devtools
556
556
  return Promise.resolve().then(function() {
@@ -559,10 +559,10 @@ function webpackEmptyAsyncContext(req) {
559
559
  throw e;
560
560
  });
561
561
  }
562
- webpackEmptyAsyncContext.keys = () => ([]);
563
- webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
564
- webpackEmptyAsyncContext.id = 8078;
565
- module.exports = webpackEmptyAsyncContext;
562
+ __rspack_empty_async_context.keys = () => ([]);
563
+ __rspack_empty_async_context.resolve = __rspack_empty_async_context;
564
+ __rspack_empty_async_context.id = 8078;
565
+ module.exports = __rspack_empty_async_context;
566
566
 
567
567
 
568
568
  },
@@ -46885,8 +46885,8 @@ __webpack_require__.r = (exports) => {
46885
46885
  // object to store loaded and loading chunks
46886
46886
  // undefined = chunk not loaded, null = chunk preloaded/prefetched
46887
46887
  // [resolve, Promise] = chunk loading, 0 = chunk loaded
46888
- var installedChunks = {410: 0,};
46889
- var installChunk = (data) => {
46888
+ var moduleInstalledChunks = {410: 0,};
46889
+ var moduleInstallChunk = (data) => {
46890
46890
  var __rspack_esm_ids = data.__rspack_esm_ids;
46891
46891
  var moreModules = data.__webpack_modules__;
46892
46892
  var __rspack_esm_runtime = data.__rspack_esm_runtime;
@@ -46901,17 +46901,17 @@ __webpack_require__.r = (exports) => {
46901
46901
  if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
46902
46902
  for (; i < __rspack_esm_ids.length; i++) {
46903
46903
  chunkId = __rspack_esm_ids[i];
46904
- if (__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
46905
- installedChunks[chunkId][0]();
46904
+ if (__webpack_require__.o(moduleInstalledChunks, chunkId) && moduleInstalledChunks[chunkId]) {
46905
+ moduleInstalledChunks[chunkId][0]();
46906
46906
  }
46907
- installedChunks[__rspack_esm_ids[i]] = 0;
46907
+ moduleInstalledChunks[__rspack_esm_ids[i]] = 0;
46908
46908
  }
46909
46909
 
46910
46910
  };
46911
46911
 
46912
46912
  __webpack_require__.f.j = function (chunkId, promises) {
46913
46913
  // import() chunk loading for javascript
46914
- var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
46914
+ var installedChunkData = __webpack_require__.o(moduleInstalledChunks, chunkId) ? moduleInstalledChunks[chunkId] : undefined;
46915
46915
  if (installedChunkData !== 0) { // 0 means "already installed".'
46916
46916
  // a Promise means "currently loading".
46917
46917
  if (installedChunkData) {
@@ -46919,18 +46919,19 @@ if (installedChunkData !== 0) { // 0 means "already installed".'
46919
46919
  } else {
46920
46920
  if (true) {
46921
46921
  // setup Promise in chunk cache
46922
- var promise = import("./" + __webpack_require__.u(chunkId)).then(installChunk, (e) => {
46923
- if (installedChunks[chunkId] !== 0) installedChunks[chunkId] = undefined;
46922
+ var promise = import("./" + __webpack_require__.u(chunkId)).then(moduleInstallChunk, (e) => {
46923
+ if (moduleInstalledChunks[chunkId] !== 0) moduleInstalledChunks[chunkId] = undefined;
46924
46924
  throw e;
46925
46925
  });
46926
46926
  var promise = Promise.race([promise, new Promise((resolve) => {
46927
- installedChunkData = installedChunks[chunkId] = [resolve];
46927
+ installedChunkData = moduleInstalledChunks[chunkId] = [resolve];
46928
46928
  })]);
46929
46929
  promises.push(installedChunkData[1] = promise);
46930
46930
  }
46931
46931
 
46932
46932
  }
46933
46933
  }
46934
+
46934
46935
  }
46935
46936
  // no external install chunk
46936
46937
  // no on chunks loaded
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/lint",
3
- "version": "5.17.3",
3
+ "version": "5.17.4",
4
4
  "description": "Programmatic lint API for validating AI coding assistant configurations — skills, agents, hooks, and instructions",
5
5
  "type": "module",
6
6
  "repository": {