@rsdoctor/utils 1.3.7 → 1.3.9
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/dist/common.cjs +5 -5
- package/dist/error.cjs +2 -2
- package/dist/ruleUtils.cjs +10 -10
- package/package.json +2 -2
package/dist/common.cjs
CHANGED
|
@@ -21,24 +21,24 @@ __webpack_require__.n = (module)=>{
|
|
|
21
21
|
var __webpack_exports__ = {};
|
|
22
22
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, {
|
|
23
23
|
Time: ()=>time_namespaceObject,
|
|
24
|
-
Url: ()=>url_namespaceObject,
|
|
25
24
|
Rspack: ()=>rspack_namespaceObject,
|
|
26
25
|
Crypto: ()=>crypto_namespaceObject,
|
|
27
26
|
Loader: ()=>loader_namespaceObject,
|
|
28
27
|
Summary: ()=>summary_namespaceObject,
|
|
29
28
|
Algorithm: ()=>algorithm_namespaceObject,
|
|
30
|
-
Resolver: ()=>resolver_namespaceObject,
|
|
31
29
|
Lodash: ()=>lodash_namespaceObject,
|
|
32
|
-
|
|
30
|
+
GlobalConfig: ()=>global_config_namespaceObject,
|
|
33
31
|
Alerts: ()=>alerts_namespaceObject,
|
|
34
32
|
Package: ()=>package_namespaceObject,
|
|
35
33
|
decycle: ()=>decycle,
|
|
34
|
+
Resolver: ()=>resolver_namespaceObject,
|
|
36
35
|
Data: ()=>data_namespaceObject,
|
|
36
|
+
Manifest: ()=>manifest_namespaceObject,
|
|
37
37
|
Plugin: ()=>plugin_namespaceObject,
|
|
38
38
|
File: ()=>file_namespaceObject,
|
|
39
39
|
Graph: ()=>graph_namespaceObject,
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
Bundle: ()=>bundle_namespaceObject,
|
|
41
|
+
Url: ()=>url_namespaceObject
|
|
42
42
|
});
|
|
43
43
|
var summary_namespaceObject = {};
|
|
44
44
|
__webpack_require__.r(summary_namespaceObject), __webpack_require__.d(summary_namespaceObject, {
|
package/dist/error.cjs
CHANGED
|
@@ -20,8 +20,8 @@ __webpack_require__.n = (module)=>{
|
|
|
20
20
|
};
|
|
21
21
|
var __webpack_exports__ = {};
|
|
22
22
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
printErrors: ()=>printErrors,
|
|
24
|
+
DevToolError: ()=>DevToolError
|
|
25
25
|
});
|
|
26
26
|
const code_frame_namespaceObject = require("@babel/code-frame"), types_namespaceObject = require("@rsdoctor/types"), external_picocolors_namespaceObject = require("picocolors"), external_deep_eql_namespaceObject = require("deep-eql");
|
|
27
27
|
var external_deep_eql_default = __webpack_require__.n(external_deep_eql_namespaceObject);
|
package/dist/ruleUtils.cjs
CHANGED
|
@@ -15,22 +15,22 @@ __webpack_require__.d = (exports1, definition)=>{
|
|
|
15
15
|
};
|
|
16
16
|
var __webpack_exports__ = {};
|
|
17
17
|
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, {
|
|
18
|
+
Document: ()=>Document,
|
|
18
19
|
isES6: ()=>isES6,
|
|
19
|
-
|
|
20
|
-
getIdentifierInExport: ()=>getIdentifierInExport,
|
|
21
|
-
getIdentifierInImport: ()=>getIdentifierInImport,
|
|
22
|
-
asserts: ()=>asserts,
|
|
20
|
+
getIdentifierInDeclaration: ()=>getIdentifierInDeclaration,
|
|
23
21
|
canParse: ()=>canParse,
|
|
22
|
+
ECMAVersion: ()=>types_ECMAVersion,
|
|
23
|
+
asserts: ()=>asserts,
|
|
24
24
|
clearDocument: ()=>clearDocument,
|
|
25
25
|
isES5: ()=>isES5,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
getIdentifierInExport: ()=>getIdentifierInExport,
|
|
27
|
+
getIdentifierInImport: ()=>getIdentifierInImport,
|
|
28
|
+
getDocument: ()=>getDocument,
|
|
28
29
|
detectECMAVersion: ()=>detectECMAVersion,
|
|
29
|
-
|
|
30
|
-
getIdentifierInDeclaration: ()=>getIdentifierInDeclaration,
|
|
31
|
-
getIdentifierInPattern: ()=>getIdentifierInPattern,
|
|
30
|
+
getDefaultImports: ()=>getDefaultImports,
|
|
32
31
|
parser: ()=>parser,
|
|
33
|
-
|
|
32
|
+
getIdentifierInPattern: ()=>getIdentifierInPattern,
|
|
33
|
+
isSameSemantics: ()=>isSameSemantics
|
|
34
34
|
});
|
|
35
35
|
var utils_namespaceObject = {};
|
|
36
36
|
__webpack_require__.r(utils_namespaceObject), __webpack_require__.d(utils_namespaceObject, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/utils",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"picocolors": "^1.1.1",
|
|
77
77
|
"rslog": "^1.2.11",
|
|
78
78
|
"strip-ansi": "^6.0.1",
|
|
79
|
-
"@rsdoctor/types": "1.3.
|
|
79
|
+
"@rsdoctor/types": "1.3.9"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/babel__code-frame": "7.0.6",
|