File tree 6 files changed +4
-5
lines changed
packages/tiptap-extensions
6 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,5 @@ module.exports = {
6
6
] ,
7
7
plugins : [
8
8
'@babel/plugin-syntax-dynamic-import' ,
9
- '@babel/plugin-transform-runtime' ,
10
9
] ,
11
10
}
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ function genConfig(opts) {
35
35
} ) ,
36
36
babel ( {
37
37
exclude : 'node_modules/**' ,
38
- runtimeHelpers : true ,
39
38
} ) ,
40
39
] ,
41
40
external ( id ) { return ! / ^ [ \. \/ ] / . test ( id ) } ,
Original file line number Diff line number Diff line change 29
29
"@babel/plugin-transform-runtime" : " ^7.7.4" ,
30
30
"@babel/preset-env" : " ^7.7.4" ,
31
31
"@babel/preset-stage-2" : " ^7.0.0" ,
32
- "@babel/runtime" : " ^7.7.4" ,
33
32
"audit-ci" : " ^2.4.2" ,
34
33
"autoprefixer" : " ^9.7.3" ,
35
34
"babel-core" : " ^7.0.0-bridge.0" ,
Original file line number Diff line number Diff line change 30
30
"prosemirror-transform" : " ^1.2.7" ,
31
31
"prosemirror-utils" : " ^0.9.6" ,
32
32
"prosemirror-view" : " ^1.15.2" ,
33
+ "regenerator-runtime" : " ^0.13.7" ,
33
34
"tiptap" : " ^1.29.4" ,
34
35
"tiptap-commands" : " ^1.14.4"
35
36
},
Original file line number Diff line number Diff line change 1
1
import { Plugin , PluginKey } from 'prosemirror-state'
2
2
import { Decoration , DecorationSet } from 'prosemirror-view'
3
3
import { insertText } from 'tiptap-commands'
4
+ import 'regenerator-runtime/runtime'
4
5
5
6
// Create a matcher that matches when a specific character is typed. Useful for @mentions and #tags.
6
7
function triggerCharacter ( {
Original file line number Diff line number Diff line change 830
830
pirates "^4.0.0"
831
831
source-map-support "^0.5.16"
832
832
833
- "@babel/runtime@^7.7.4", "@babel/runtime@^7. 8.4":
833
+ "@babel/runtime@^7.8.4":
834
834
version "7.11.2"
835
835
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
836
836
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
@@ -11030,7 +11030,7 @@ regenerator-runtime@^0.11.0:
11030
11030
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
11031
11031
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
11032
11032
11033
- regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
11033
+ regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7 :
11034
11034
version "0.13.7"
11035
11035
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
11036
11036
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
You can’t perform that action at this time.
0 commit comments