Skip to content

Commit

Permalink
v4.7.0 chore(deps): Update dependency codemirror to v6 (#327) (#88) 5…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 9, 2022
1 parent e82a350 commit c4e2754
Show file tree
Hide file tree
Showing 226 changed files with 479 additions and 490 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTORS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
355 changes: 178 additions & 177 deletions asset-manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../index.html">All files</a> src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
13 changes: 2 additions & 11 deletions coverage/lcov-report/src/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
<a name='L130'></a><a href='#L130'>130</a>
<a name='L131'></a><a href='#L131'>131</a>
<a name='L132'></a><a href='#L132'>132</a>
<a name='L133'></a><a href='#L133'>133</a>
<a name='L134'></a><a href='#L134'>134</a>
<a name='L135'></a><a href='#L135'>135</a>
<a name='L136'></a><a href='#L136'>136</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<a name='L133'></a><a href='#L133'>133</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -338,9 +332,6 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
import { EditorView, ViewUpdate } from '@codemirror/view';
import { useCodeMirror } from './useCodeMirror';
&nbsp;
export * from '@codemirror/view';
export * from '@codemirror/basic-setup';
export * from '@codemirror/state';
export * from './useCodeMirror';
&nbsp;
export interface ReactCodeMirrorProps
Expand Down Expand Up @@ -475,7 +466,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/theme</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/theme/light.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/theme</a
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions coverage/lcov-report/src/useCodeMirror.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> useCode
<span class="cline-any cline-yes">18x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { useEffect, useState } from 'react';
import { basicSetup } from '@codemirror/basic-setup';
import { basicSetup } from 'codemirror';
import { EditorState, StateEffect } from '@codemirror/state';
import { indentWithTab } from '@codemirror/commands';
import { EditorView, keymap, ViewUpdate, placeholder } from '@codemirror/view';
Expand Down Expand Up @@ -559,7 +559,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> useCode
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at Thu May 05 2022 12:34:26 GMT+0000 (Coordinated Universal Time)
at Thu Jun 09 2022 05:32:15 GMT+0000 (Coordinated Universal Time)
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
48 changes: 24 additions & 24 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
TN:
SF:src/index.tsx
FN:71,(anonymous_0)
FN:118,(anonymous_1)
FN:119,(anonymous_2)
FN:68,(anonymous_0)
FN:115,(anonymous_1)
FN:116,(anonymous_2)
FNF:3
FNH:3
FNDA:18,(anonymous_0)
FNDA:3,(anonymous_1)
FNDA:7,(anonymous_2)
DA:71,1
DA:94,18
DA:95,18
DA:96,18
DA:118,18
DA:119,18
DA:120,7
DA:125,18
DA:126,0
DA:129,18
DA:130,18
DA:133,1
DA:68,1
DA:91,18
DA:92,18
DA:93,18
DA:115,18
DA:116,18
DA:117,7
DA:122,18
DA:123,0
DA:126,18
DA:127,18
DA:130,1
LF:12
LH:11
BRDA:74,0,0,9
BRDA:76,1,0,18
BRDA:80,2,0,17
BRDA:125,3,0,0
BRDA:125,3,1,18
BRDA:129,4,0,18
BRDA:129,4,1,0
BRDA:130,5,0,7
BRDA:130,5,1,11
BRDA:71,0,0,9
BRDA:73,1,0,18
BRDA:77,2,0,17
BRDA:122,3,0,0
BRDA:122,3,1,18
BRDA:126,4,0,18
BRDA:126,4,1,0
BRDA:127,5,0,7
BRDA:127,5,1,11
BRF:9
BRH:7
end_of_record
Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions static/css/main.2aa4cf23.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.2aa4cf23.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions static/css/main.a484b903.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.a484b903.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/1049.2c06b817.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/js/1049.2c06b817.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions static/js/1119.d75653fb.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/1119.d75653fb.chunk.js.map

This file was deleted.

Loading

0 comments on commit c4e2754

Please sign in to comment.