Skip to content

Commit 83dab7e

Browse files
authoredJun 20, 2022
feat(hmr): experimental.hmrPartialAccept (#7324)
1 parent f0aecba commit 83dab7e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+891
-18
lines changed
 

Diff for: ‎packages/vite/LICENSE.md

+57
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,35 @@ Repository: git+https://github.com/json5/json5.git
19631963
19641964
---------------------------------------
19651965

1966+
## jsonc-parser
1967+
License: MIT
1968+
By: Microsoft Corporation
1969+
Repository: https://github.com/microsoft/node-jsonc-parser
1970+
1971+
> The MIT License (MIT)
1972+
>
1973+
> Copyright (c) Microsoft
1974+
>
1975+
> Permission is hereby granted, free of charge, to any person obtaining a copy
1976+
> of this software and associated documentation files (the "Software"), to deal
1977+
> in the Software without restriction, including without limitation the rights
1978+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1979+
> copies of the Software, and to permit persons to whom the Software is
1980+
> furnished to do so, subject to the following conditions:
1981+
>
1982+
> The above copyright notice and this permission notice shall be included in all
1983+
> copies or substantial portions of the Software.
1984+
>
1985+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1986+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1987+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1988+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1989+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1990+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1991+
> SOFTWARE.
1992+
1993+
---------------------------------------
1994+
19661995
## launch-editor
19671996
License: MIT
19681997
By: Evan You
@@ -2162,6 +2191,34 @@ Repository: git://github.com/isaacs/minimatch.git
21622191
21632192
---------------------------------------
21642193

2194+
## mlly
2195+
License: MIT
2196+
Repository: unjs/mlly
2197+
2198+
> MIT License
2199+
>
2200+
> Copyright (c) 2022 UnJS
2201+
>
2202+
> Permission is hereby granted, free of charge, to any person obtaining a copy
2203+
> of this software and associated documentation files (the "Software"), to deal
2204+
> in the Software without restriction, including without limitation the rights
2205+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2206+
> copies of the Software, and to permit persons to whom the Software is
2207+
> furnished to do so, subject to the following conditions:
2208+
>
2209+
> The above copyright notice and this permission notice shall be included in all
2210+
> copies or substantial portions of the Software.
2211+
>
2212+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2213+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2214+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2215+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2216+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2217+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2218+
> SOFTWARE.
2219+
2220+
---------------------------------------
2221+
21652222
## mrmime
21662223
License: MIT
21672224
By: Luke Edwards

Diff for: ‎packages/vite/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"launch-editor-middleware": "^2.4.0",
100100
"magic-string": "^0.26.2",
101101
"micromatch": "^4.0.5",
102+
"mlly": "^0.5.1",
102103
"mrmime": "^1.0.1",
103104
"node-forge": "^1.3.1",
104105
"okie": "^1.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.