@teambit/dependencies 1.0.445 → 1.0.446
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="169" failures="0" errors="0" skipped="33">
|
3
|
-
<testsuite name="teambit.dependencies/dependencies@1.0.
|
4
|
-
<testcase classname="dist/dependencies.spec.js" name="should add the snap prefix" time="0.
|
3
|
+
<testsuite name="teambit.dependencies/dependencies@1.0.446" tests="169" failures="0" errors="0" skipped="33">
|
4
|
+
<testcase classname="dist/dependencies.spec.js" name="should add the snap prefix" time="0.001"/>
|
5
5
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/testing-library__jest-dom" time="0.001"/>
|
6
6
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/chai"/>
|
7
7
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/mocha"/>
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/webpack-merge"/>
|
41
41
|
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="when no files are passed should return an empty tree" time="0.001"/>
|
42
42
|
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="when unsupported files are passed should return them with no dependencies" time="0.001"/>
|
43
|
-
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="when supported and unsupported files are passed should return them all" time="0.
|
43
|
+
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="when supported and unsupported files are passed should return them all" time="0.071"/>
|
44
44
|
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="when a js file has parsing error it should add the file to the tree with the error instance">
|
45
45
|
<skipped/>
|
46
46
|
</testcase>
|
@@ -66,97 +66,18 @@
|
|
66
66
|
<testcase classname="dist/files-dependency-builder/build-tree.spec.js" name="should not recognize the cycle dependencies as link files">
|
67
67
|
<skipped/>
|
68
68
|
</testcase>
|
69
|
-
<testcase classname="dist/files-dependency-builder/
|
70
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="reuses the ast when trying to determine the module type"/>
|
71
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves the dependency successfully"/>
|
72
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the filename to look for the module type" time="0.002"/>
|
73
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="assumes commonjs for es6 modules with no requirejs/webpack config">
|
74
|
-
<skipped/>
|
75
|
-
</testcase>
|
76
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves files with the .jsx extension" time="0.003"/>
|
77
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses require's resolver">
|
78
|
-
<skipped/>
|
79
|
-
</testcase>
|
80
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="returns an empty string for an unresolved module" time="0.001"/>
|
81
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="adds the directory to the require resolution paths" time="0.002"/>
|
82
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a relative dependency about the filename" time="0.001"/>
|
83
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a .. dependency to its parent directory's index.js file" time="0.001"/>
|
84
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a dependency within a directory outside of the given file">
|
85
|
-
<skipped/>
|
86
|
-
</testcase>
|
87
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a node module with module entry in package.json">
|
88
|
-
<skipped/>
|
89
|
-
</testcase>
|
90
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a nested module" time="0.001"/>
|
91
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves to the index.js file of a directory" time="0.001"/>
|
92
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .jsx requires"/>
|
93
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .scss requires"/>
|
94
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .json requires"/>
|
95
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an import" time="0.002"/>
|
96
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="returns an empty result" time="0.002"/>
|
97
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the sass resolver for .scss files"/>
|
98
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the sass resolver for .sass files"/>
|
99
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the stylus resolver"/>
|
100
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves extensionless dependencies"/>
|
101
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves dependencies with a less extension" time="0.001"/>
|
102
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves dependencies with a css extension"/>
|
103
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses a generic resolve for unsupported file extensions"/>
|
104
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="supports passing env detectors"/>
|
105
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="registers a custom resolver for a given extension" time="0.104"/>
|
106
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="allows does not break default resolvers" time="0.001"/>
|
107
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="can be called multiple times"/>
|
108
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="does not add redundant extensions to supportedFileExtensions"/>
|
109
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="should resolve the dependency to a node_module package (using webpack under the hood)">
|
110
|
-
<skipped/>
|
111
|
-
</testcase>
|
112
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="should fallback to the node-module resolution">
|
113
|
-
<skipped/>
|
114
|
-
</testcase>
|
115
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an aliased path">
|
116
|
-
<skipped/>
|
117
|
-
</testcase>
|
118
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a non-aliased path">
|
119
|
-
<skipped/>
|
120
|
-
</testcase>
|
121
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a relative path">
|
122
|
-
<skipped/>
|
123
|
-
</testcase>
|
124
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an absolute path from a file within a subdirectory">
|
125
|
-
<skipped/>
|
126
|
-
</testcase>
|
127
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using resolve.root">
|
128
|
-
<skipped/>
|
129
|
-
</testcase>
|
130
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves NPM module when using resolve.root">
|
131
|
-
<skipped/>
|
132
|
-
</testcase>
|
133
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves NPM module when using resolve.modulesDirectories">
|
134
|
-
<skipped/>
|
135
|
-
</testcase>
|
136
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using resolve.modulesDirectories">
|
137
|
-
<skipped/>
|
138
|
-
</testcase>
|
139
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using webpack config that exports a function">
|
140
|
-
<skipped/>
|
141
|
-
</testcase>
|
142
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves files with a .jsx extension">
|
143
|
-
<skipped/>
|
144
|
-
</testcase>
|
145
|
-
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="still works">
|
146
|
-
<skipped/>
|
147
|
-
</testcase>
|
148
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an empty object for a non-existent filename" time="0.002"/>
|
69
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an empty object for a non-existent filename" time="0.001"/>
|
149
70
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="handles nested tree structures" time="0.006"/>
|
150
71
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not include files that are not real (#13)" time="0.002"/>
|
151
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not choke on cyclic dependencies" time="0.
|
152
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="excludes Nodejs core modules by default"/>
|
72
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not choke on cyclic dependencies" time="0.096"/>
|
73
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="excludes Nodejs core modules by default" time="0.001"/>
|
153
74
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns a list of absolutely pathed files"/>
|
154
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="passes it through to precinct" time="0.
|
75
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="passes it through to precinct" time="0.045"/>
|
155
76
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="stores the invalid partials" time="0.001"/>
|
156
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not store anything" time="0.
|
77
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not store anything" time="0.002"/>
|
157
78
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="stores the invalid ones" time="0.002"/>
|
158
79
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should include the non-existent partial per file" time="0.002"/>
|
159
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="throws if the filename is missing"
|
80
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="throws if the filename is missing"/>
|
160
81
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="throws if the root is missing"/>
|
161
82
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="throws if a supplied filter is not a function"/>
|
162
83
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="does not throw on the legacy `root` option"/>
|
@@ -165,34 +86,34 @@
|
|
165
86
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns the precomputed list of a cached entry point"/>
|
166
87
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.002"/>
|
167
88
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.002"/>
|
168
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="resolves files that have jsx" time="0.
|
89
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="resolves files that have jsx" time="0.002"/>
|
169
90
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="resolves files with a jsx extension" time="0.001"/>
|
170
91
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="resolves files that have es7" time="0.001"/>
|
171
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.
|
172
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file"/>
|
92
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.007"/>
|
93
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.001"/>
|
173
94
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.004"/>
|
174
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.
|
95
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="returns an object form of the dependency tree for a file" time="0.019"/>
|
175
96
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="resolves unaliased modules">
|
176
97
|
<skipped/>
|
177
98
|
</testcase>
|
178
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="uses the filter to determine if a file should be included in the results" time="0.
|
179
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="includes the lazy dependency" time="0.
|
99
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="uses the filter to determine if a file should be included in the results" time="0.002"/>
|
100
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="includes the lazy dependency" time="0.002"/>
|
180
101
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="includes the lazy dependency" time="0.001"/>
|
181
102
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="includes the dynamic import" time="0.001"/>
|
182
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should include it as a dependency and not throw an error"/>
|
103
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should include it as a dependency and not throw an error" time="0.001"/>
|
183
104
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="it includes the module entry as dependency">
|
184
105
|
<skipped/>
|
185
106
|
</testcase>
|
186
107
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="retains the detective config in the clone" time="0.001"/>
|
187
108
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not override the cache with wrong packages" time="0.003"/>
|
188
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not crash with "RangeError: Maximum call stack size exceeded" error" time="0.
|
109
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not crash with "RangeError: Maximum call stack size exceeded" error" time="0.001"/>
|
189
110
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not show missing dependencies" time="0.001"/>
|
190
111
|
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not show missing dependencies when importing from https" time="0.001"/>
|
191
|
-
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not show missing dependencies when importing from http"
|
192
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="accepts an AST"
|
112
|
+
<testcase classname="dist/files-dependency-builder/dependency-tree/index.spec.js" name="should not show missing dependencies when importing from http"/>
|
113
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="accepts an AST"/>
|
193
114
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="dangles off a given ast"/>
|
194
115
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="dangles off the parsed ast from a .js file" time="0.002"/>
|
195
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="dangles off the parsed ast from a scss detective"
|
116
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="dangles off the parsed ast from a scss detective"/>
|
196
117
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="dangles off the parsed ast from a sass detective" time="0.004"/>
|
197
118
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of amd modules" time="0.001"/>
|
198
119
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of commonjs modules" time="0.001"/>
|
@@ -203,38 +124,117 @@
|
|
203
124
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of css files">
|
204
125
|
<skipped/>
|
205
126
|
</testcase>
|
206
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of scss files"
|
127
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of scss files"/>
|
207
128
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of sass files" time="0.001"/>
|
208
129
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of stylus files"/>
|
209
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of less files"/>
|
130
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of less files" time="0.001"/>
|
210
131
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs dependencies of typescript files">
|
211
132
|
<skipped/>
|
212
133
|
</testcase>
|
213
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="throws errors of typescript modules with syntax errors"
|
134
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="throws errors of typescript modules with syntax errors"/>
|
214
135
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="supports the object form of type configuration"/>
|
215
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="yields no dependencies for es6 modules with no imports"
|
136
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="yields no dependencies for es6 modules with no imports"/>
|
216
137
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="yields no dependencies for non-modules"/>
|
217
138
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="throw on unparsable .js files"/>
|
218
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="does not blow up when parsing a gruntfile #2"
|
139
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="does not blow up when parsing a gruntfile #2"/>
|
219
140
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="returns the dependencies for the given filepath">
|
220
141
|
<skipped/>
|
221
142
|
</testcase>
|
222
143
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="throws if the file cannot be found"/>
|
223
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="filters out core modules if options.includeCore is false"/>
|
144
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="filters out core modules if options.includeCore is false" time="0.001"/>
|
224
145
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="does not filter out core modules by default">
|
225
146
|
<skipped/>
|
226
147
|
</testcase>
|
227
148
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="supports passing detective configuration">
|
228
149
|
<skipped/>
|
229
150
|
</testcase>
|
230
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="supports passing env detectors"
|
151
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="supports passing env detectors"/>
|
231
152
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="still does not filter out core module by default">
|
232
153
|
<skipped/>
|
233
154
|
</testcase>
|
234
|
-
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="passes amd config to the amd detective"
|
155
|
+
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="passes amd config to the amd detective"/>
|
235
156
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="returns both the commonjs and es6 dependencies" time="0.001"/>
|
236
157
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="returns both the commonjs and es6 dependencies"/>
|
237
158
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs those lazy dependencies" time="0.001"/>
|
238
159
|
<testcase classname="dist/files-dependency-builder/precinct/index.spec.js" name="grabs the lazy imports" time="0.001"/>
|
160
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses a generic resolve for unsupported file extensions" time="0.001"/>
|
161
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="reuses the ast when trying to determine the module type"/>
|
162
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves the dependency successfully" time="0.001"/>
|
163
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the filename to look for the module type"/>
|
164
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="assumes commonjs for es6 modules with no requirejs/webpack config">
|
165
|
+
<skipped/>
|
166
|
+
</testcase>
|
167
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves files with the .jsx extension" time="0.001"/>
|
168
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses require's resolver">
|
169
|
+
<skipped/>
|
170
|
+
</testcase>
|
171
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="returns an empty string for an unresolved module"/>
|
172
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="adds the directory to the require resolution paths" time="0.002"/>
|
173
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a relative dependency about the filename"/>
|
174
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a .. dependency to its parent directory's index.js file" time="0.001"/>
|
175
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a dependency within a directory outside of the given file">
|
176
|
+
<skipped/>
|
177
|
+
</testcase>
|
178
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a node module with module entry in package.json">
|
179
|
+
<skipped/>
|
180
|
+
</testcase>
|
181
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a nested module" time="0.001"/>
|
182
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves to the index.js file of a directory"/>
|
183
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .jsx requires"/>
|
184
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .scss requires"/>
|
185
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves implicit .json requires"/>
|
186
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an import"/>
|
187
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="returns an empty result" time="0.001"/>
|
188
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the sass resolver for .scss files" time="0.001"/>
|
189
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the sass resolver for .sass files"/>
|
190
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses the stylus resolver"/>
|
191
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves extensionless dependencies"/>
|
192
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves dependencies with a less extension"/>
|
193
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves dependencies with a css extension"/>
|
194
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="uses a generic resolve for unsupported file extensions"/>
|
195
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="supports passing env detectors"/>
|
196
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="registers a custom resolver for a given extension" time="0.001"/>
|
197
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="allows does not break default resolvers" time="0.001"/>
|
198
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="can be called multiple times" time="0.001"/>
|
199
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="does not add redundant extensions to supportedFileExtensions"/>
|
200
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="should resolve the dependency to a node_module package (using webpack under the hood)">
|
201
|
+
<skipped/>
|
202
|
+
</testcase>
|
203
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="should fallback to the node-module resolution">
|
204
|
+
<skipped/>
|
205
|
+
</testcase>
|
206
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an aliased path">
|
207
|
+
<skipped/>
|
208
|
+
</testcase>
|
209
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a non-aliased path">
|
210
|
+
<skipped/>
|
211
|
+
</testcase>
|
212
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a relative path">
|
213
|
+
<skipped/>
|
214
|
+
</testcase>
|
215
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves an absolute path from a file within a subdirectory">
|
216
|
+
<skipped/>
|
217
|
+
</testcase>
|
218
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using resolve.root">
|
219
|
+
<skipped/>
|
220
|
+
</testcase>
|
221
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves NPM module when using resolve.root">
|
222
|
+
<skipped/>
|
223
|
+
</testcase>
|
224
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves NPM module when using resolve.modulesDirectories">
|
225
|
+
<skipped/>
|
226
|
+
</testcase>
|
227
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using resolve.modulesDirectories">
|
228
|
+
<skipped/>
|
229
|
+
</testcase>
|
230
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves a path using webpack config that exports a function">
|
231
|
+
<skipped/>
|
232
|
+
</testcase>
|
233
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="resolves files with a .jsx extension">
|
234
|
+
<skipped/>
|
235
|
+
</testcase>
|
236
|
+
<testcase classname="dist/files-dependency-builder/filing-cabinet/index.spec.js" name="still works">
|
237
|
+
<skipped/>
|
238
|
+
</testcase>
|
239
239
|
</testsuite>
|
240
240
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/dependencies",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.446",
|
4
4
|
"homepage": "https://bit.cloud/teambit/dependencies/dependencies",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.dependencies",
|
8
8
|
"name": "dependencies",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.446"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"archy": "1.0.0",
|
@@ -20,33 +20,33 @@
|
|
20
20
|
"fs-extra": "10.0.0",
|
21
21
|
"semver": "7.5.2",
|
22
22
|
"debug": "4.3.4",
|
23
|
-
"resolve-dependency-path": "2.0.0",
|
24
|
-
"stylus-lookup": "3.0.2",
|
25
23
|
"detective-amd": "3.0.1",
|
26
24
|
"detective-stylus": "1.0.0",
|
27
25
|
"module-definition": "3.3.1",
|
28
26
|
"node-source-walk": "4.2.0",
|
27
|
+
"resolve-dependency-path": "2.0.0",
|
28
|
+
"stylus-lookup": "3.0.2",
|
29
29
|
"@teambit/harmony": "0.4.6",
|
30
30
|
"@teambit/component-id": "1.2.2",
|
31
31
|
"@teambit/bit-error": "0.0.404",
|
32
32
|
"@teambit/component-version": "1.0.3",
|
33
|
-
"@teambit/styling.deps-lookups.lookup-styling": "0.0.4",
|
34
|
-
"@teambit/typescript.deps-lookups.lookup-typescript": "0.0.2",
|
35
33
|
"@teambit/node.deps-detectors.detective-es6": "0.0.6",
|
36
34
|
"@teambit/styling.deps-detectors.detective-css": "0.0.6",
|
37
35
|
"@teambit/styling.deps-detectors.detective-less": "0.0.6",
|
38
36
|
"@teambit/styling.deps-detectors.detective-sass": "0.0.9",
|
39
37
|
"@teambit/styling.deps-detectors.detective-scss": "0.0.9",
|
40
38
|
"@teambit/typescript.deps-detectors.detective-typescript": "0.0.8",
|
41
|
-
"@teambit/
|
42
|
-
"@teambit/
|
43
|
-
"@teambit/
|
39
|
+
"@teambit/styling.deps-lookups.lookup-styling": "0.0.4",
|
40
|
+
"@teambit/typescript.deps-lookups.lookup-typescript": "0.0.2",
|
41
|
+
"@teambit/cli": "0.0.1023",
|
42
|
+
"@teambit/graph": "1.0.446",
|
43
|
+
"@teambit/aspect-loader": "1.0.446",
|
44
44
|
"@teambit/component-package-version": "0.0.434",
|
45
|
-
"@teambit/dependency-resolver": "1.0.
|
46
|
-
"@teambit/dev-files": "1.0.
|
47
|
-
"@teambit/logger": "0.0.
|
48
|
-
"@teambit/scope": "1.0.
|
49
|
-
"@teambit/workspace": "1.0.
|
45
|
+
"@teambit/dependency-resolver": "1.0.446",
|
46
|
+
"@teambit/dev-files": "1.0.446",
|
47
|
+
"@teambit/logger": "0.0.1116",
|
48
|
+
"@teambit/scope": "1.0.446",
|
49
|
+
"@teambit/workspace": "1.0.446",
|
50
50
|
"@teambit/component.sources": "0.0.40",
|
51
51
|
"@teambit/legacy.utils": "0.0.6",
|
52
52
|
"@teambit/toolbox.path.path": "0.0.4",
|
File without changes
|