eslint-plugin-use-agnostic 2.0.8 → 2.1.0
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/comments.config.json +4 -0
- package/comments.config.mjs +5 -1
- package/jscomments/jsdoc/comments.js +2 -0
- package/library/_commons/utilities/helpers.js +24 -24
- package/library/_commons/utilities/walk-ast.js +8 -8
- package/library/agnostic20/_commons/constants/bases.js +57 -57
- package/library/agnostic20/_commons/utilities/flows.js +26 -26
- package/library/agnostic20/_commons/utilities/helpers.js +43 -43
- package/library/agnostic20/config.js +3 -3
- package/library/directive21/_commons/constants/bases.js +105 -105
- package/library/directive21/_commons/rules/import-rules.js +18 -7
- package/library/directive21/_commons/utilities/analyze-exports-re.js +3 -3
- package/library/directive21/_commons/utilities/flows.js +61 -83
- package/library/directive21/_commons/utilities/helpers.js +85 -85
- package/library/directive21/config.js +3 -3
- package/library/index.js +8 -8
- package/package.json +1 -1
- package/types/index.d.ts +114 -114
package/comments.config.json
CHANGED
|
@@ -387,6 +387,10 @@
|
|
|
387
387
|
"params": {
|
|
388
388
|
"value": "The parameters at hand.",
|
|
389
389
|
"key": "JSDOC#PARAMS#DIRECTIVE21#PARAMS"
|
|
390
|
+
},
|
|
391
|
+
"resolver": {
|
|
392
|
+
"value": "The resolver generated with `oxc-resolver` to resolve the node's import path.",
|
|
393
|
+
"key": "JSDOC#PARAMS#DIRECTIVE21#RESOLVER"
|
|
390
394
|
}
|
|
391
395
|
},
|
|
392
396
|
"tests": {
|