vitest 0.0.111 → 0.0.115
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/LICENSE.md +34 -5
- package/dist/cli.js +1110 -32
- package/dist/{constants-2b0310b7.js → constants-5968a78c.js} +2 -2
- package/dist/{diff-66d6bb83.js → diff-67678e1f.js} +3299 -3298
- package/dist/entry.js +84 -26
- package/dist/{global-201fd559.js → global-bc40af7c.js} +6 -6
- package/dist/{index-61c8686f.js → index-648e7ab2.js} +62 -62
- package/dist/index-6e709f57.js +781 -0
- package/dist/{utils-cb6b1266.js → index-7c024e16.js} +35 -2
- package/dist/{index-2bb9fd4d.js → index-7f57c252.js} +2 -2
- package/dist/{index-8ab26d25.js → index-b4f86684.js} +216 -1181
- package/dist/{index-9f4b9905.js → index-ce49e384.js} +33 -800
- package/dist/index-e909c175.js +62 -0
- package/dist/index.d.ts +102 -26
- package/dist/index.js +5 -4
- package/dist/{jest-mock-a57b745c.js → jest-mock-4a754991.js} +1 -12
- package/dist/magic-string.es-94000aea.js +1360 -0
- package/dist/{middleware-2028dfa0.js → middleware-647438b9.js} +2 -2
- package/dist/node.d.ts +79 -6
- package/dist/node.js +9 -6
- package/dist/rpc-8c7cc374.js +5 -0
- package/dist/utils.js +3 -2
- package/dist/{vi-cb9e4e4e.js → vi-2115c609.js} +14 -4
- package/dist/worker.js +23 -37
- package/package.json +3 -1
- package/vitest.mjs +1 -20
- package/dist/rpc-7de86f29.js +0 -10
package/LICENSE.md
CHANGED
|
@@ -193,6 +193,35 @@ Repository: chalk/ansi-styles
|
|
|
193
193
|
|
|
194
194
|
---------------------------------------
|
|
195
195
|
|
|
196
|
+
## birpc
|
|
197
|
+
License: MIT
|
|
198
|
+
By: Anthony Fu
|
|
199
|
+
Repository: git+https://github.com/antfu/birpc.git
|
|
200
|
+
|
|
201
|
+
> MIT License
|
|
202
|
+
>
|
|
203
|
+
> Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
|
|
204
|
+
>
|
|
205
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
206
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
207
|
+
> in the Software without restriction, including without limitation the rights
|
|
208
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
209
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
210
|
+
> furnished to do so, subject to the following conditions:
|
|
211
|
+
>
|
|
212
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
213
|
+
> copies or substantial portions of the Software.
|
|
214
|
+
>
|
|
215
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
216
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
217
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
218
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
219
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
220
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
221
|
+
> SOFTWARE.
|
|
222
|
+
|
|
223
|
+
---------------------------------------
|
|
224
|
+
|
|
196
225
|
## braces
|
|
197
226
|
License: MIT
|
|
198
227
|
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
|
|
@@ -778,7 +807,7 @@ Repository: ehmicky/human-signals
|
|
|
778
807
|
> same "printed page" as the copyright notice for easier
|
|
779
808
|
> identification within third-party archives.
|
|
780
809
|
>
|
|
781
|
-
> Copyright
|
|
810
|
+
> Copyright 2021 ehmicky <ehmicky@gmail.com>
|
|
782
811
|
>
|
|
783
812
|
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
784
813
|
> you may not use this file except in compliance with the License.
|
|
@@ -1109,7 +1138,7 @@ Repository: sindresorhus/mimic-fn
|
|
|
1109
1138
|
|
|
1110
1139
|
> MIT License
|
|
1111
1140
|
>
|
|
1112
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1141
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1113
1142
|
>
|
|
1114
1143
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1115
1144
|
>
|
|
@@ -1218,7 +1247,7 @@ Repository: sindresorhus/npm-run-path
|
|
|
1218
1247
|
|
|
1219
1248
|
> MIT License
|
|
1220
1249
|
>
|
|
1221
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1250
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1222
1251
|
>
|
|
1223
1252
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1224
1253
|
>
|
|
@@ -1303,7 +1332,7 @@ Repository: sindresorhus/path-key
|
|
|
1303
1332
|
|
|
1304
1333
|
> MIT License
|
|
1305
1334
|
>
|
|
1306
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1335
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1307
1336
|
>
|
|
1308
1337
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1309
1338
|
>
|
|
@@ -1813,7 +1842,7 @@ Repository: sindresorhus/strip-final-newline
|
|
|
1813
1842
|
|
|
1814
1843
|
> MIT License
|
|
1815
1844
|
>
|
|
1816
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1845
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1817
1846
|
>
|
|
1818
1847
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
1819
1848
|
>
|