@tiptap/pm 3.0.0-next.0 → 3.0.0-next.2

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.
Files changed (91) hide show
  1. package/changeset/package.json +2 -2
  2. package/collab/package.json +2 -2
  3. package/commands/package.json +2 -2
  4. package/dropcursor/package.json +2 -2
  5. package/gapcursor/package.json +2 -2
  6. package/history/package.json +2 -2
  7. package/inputrules/package.json +2 -2
  8. package/keymap/package.json +2 -2
  9. package/markdown/package.json +2 -2
  10. package/menu/package.json +2 -2
  11. package/model/package.json +2 -2
  12. package/package.json +63 -81
  13. package/schema-basic/package.json +2 -2
  14. package/schema-list/package.json +2 -2
  15. package/state/package.json +2 -2
  16. package/tables/package.json +2 -2
  17. package/trailing-node/package.json +2 -2
  18. package/transform/package.json +2 -2
  19. package/view/package.json +2 -2
  20. package/changeset/dist/index.cjs +0 -2
  21. package/changeset/dist/index.d.cts +0 -1
  22. package/changeset/dist/index.d.ts +0 -1
  23. package/changeset/dist/index.js +0 -2
  24. package/collab/dist/index.cjs +0 -2
  25. package/collab/dist/index.d.cts +0 -1
  26. package/collab/dist/index.d.ts +0 -1
  27. package/collab/dist/index.js +0 -2
  28. package/commands/dist/index.cjs +0 -2
  29. package/commands/dist/index.d.cts +0 -1
  30. package/commands/dist/index.d.ts +0 -1
  31. package/commands/dist/index.js +0 -2
  32. package/dropcursor/dist/index.cjs +0 -2
  33. package/dropcursor/dist/index.d.cts +0 -1
  34. package/dropcursor/dist/index.d.ts +0 -1
  35. package/dropcursor/dist/index.js +0 -2
  36. package/gapcursor/dist/index.cjs +0 -2
  37. package/gapcursor/dist/index.d.cts +0 -1
  38. package/gapcursor/dist/index.d.ts +0 -1
  39. package/gapcursor/dist/index.js +0 -2
  40. package/history/dist/index.cjs +0 -2
  41. package/history/dist/index.d.cts +0 -1
  42. package/history/dist/index.d.ts +0 -1
  43. package/history/dist/index.js +0 -2
  44. package/inputrules/dist/index.cjs +0 -2
  45. package/inputrules/dist/index.d.cts +0 -1
  46. package/inputrules/dist/index.d.ts +0 -1
  47. package/inputrules/dist/index.js +0 -2
  48. package/keymap/dist/index.cjs +0 -2
  49. package/keymap/dist/index.d.cts +0 -1
  50. package/keymap/dist/index.d.ts +0 -1
  51. package/keymap/dist/index.js +0 -2
  52. package/markdown/dist/index.cjs +0 -2
  53. package/markdown/dist/index.d.cts +0 -1
  54. package/markdown/dist/index.d.ts +0 -1
  55. package/markdown/dist/index.js +0 -2
  56. package/menu/dist/index.cjs +0 -2
  57. package/menu/dist/index.d.cts +0 -1
  58. package/menu/dist/index.d.ts +0 -1
  59. package/menu/dist/index.js +0 -2
  60. package/model/dist/index.cjs +0 -2
  61. package/model/dist/index.d.cts +0 -1
  62. package/model/dist/index.d.ts +0 -1
  63. package/model/dist/index.js +0 -2
  64. package/schema-basic/dist/index.cjs +0 -2
  65. package/schema-basic/dist/index.d.cts +0 -1
  66. package/schema-basic/dist/index.d.ts +0 -1
  67. package/schema-basic/dist/index.js +0 -2
  68. package/schema-list/dist/index.cjs +0 -2
  69. package/schema-list/dist/index.d.cts +0 -1
  70. package/schema-list/dist/index.d.ts +0 -1
  71. package/schema-list/dist/index.js +0 -2
  72. package/state/dist/index.cjs +0 -2
  73. package/state/dist/index.d.cts +0 -1
  74. package/state/dist/index.d.ts +0 -1
  75. package/state/dist/index.js +0 -2
  76. package/tables/dist/index.cjs +0 -2
  77. package/tables/dist/index.d.cts +0 -1
  78. package/tables/dist/index.d.ts +0 -1
  79. package/tables/dist/index.js +0 -2
  80. package/trailing-node/dist/index.cjs +0 -2
  81. package/trailing-node/dist/index.d.cts +0 -1
  82. package/trailing-node/dist/index.d.ts +0 -1
  83. package/trailing-node/dist/index.js +0 -2
  84. package/transform/dist/index.cjs +0 -2
  85. package/transform/dist/index.d.cts +0 -1
  86. package/transform/dist/index.d.ts +0 -1
  87. package/transform/dist/index.js +0 -2
  88. package/view/dist/index.cjs +0 -2
  89. package/view/dist/index.d.cts +0 -1
  90. package/view/dist/index.d.ts +0 -1
  91. package/view/dist/index.js +0 -2
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
package/menu/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/pm",
3
3
  "description": "prosemirror wrapper package for tiptap",
4
- "version": "3.0.0-next.0",
4
+ "version": "3.0.0-next.2",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -15,94 +15,94 @@
15
15
  "type": "module",
16
16
  "exports": {
17
17
  "./changeset": {
18
- "types": "./changeset/dist/index.d.ts",
19
- "import": "./changeset/dist/index.js",
20
- "require": "./changeset/dist/index.cjs"
18
+ "types": "./dist/changeset/index.d.ts",
19
+ "import": "./dist/changeset/index.js",
20
+ "require": "./dist/changeset/index.cjs"
21
21
  },
22
22
  "./collab": {
23
- "types": "./collab/dist/index.d.ts",
24
- "import": "./collab/dist/index.js",
25
- "require": "./collab/dist/index.cjs"
23
+ "types": "./dist/collab/index.d.ts",
24
+ "import": "./dist/collab/index.js",
25
+ "require": "./dist/collab/index.cjs"
26
26
  },
27
27
  "./commands": {
28
- "types": "./commands/dist/index.d.ts",
29
- "import": "./commands/dist/index.js",
30
- "require": "./commands/dist/index.cjs"
28
+ "types": "./dist/commands/index.d.ts",
29
+ "import": "./dist/commands/index.js",
30
+ "require": "./dist/commands/index.cjs"
31
31
  },
32
32
  "./dropcursor": {
33
- "types": "./dropcursor/dist/index.d.ts",
34
- "import": "./dropcursor/dist/index.js",
35
- "require": "./dropcursor/dist/index.cjs"
33
+ "types": "./dist/dropcursor/index.d.ts",
34
+ "import": "./dist/dropcursor/index.js",
35
+ "require": "./dist/dropcursor/index.cjs"
36
36
  },
37
37
  "./gapcursor": {
38
- "types": "./gapcursor/dist/index.d.ts",
39
- "import": "./gapcursor/dist/index.js",
40
- "require": "./gapcursor/dist/index.cjs"
38
+ "types": "./dist/gapcursor/index.d.ts",
39
+ "import": "./dist/gapcursor/index.js",
40
+ "require": "./dist/gapcursor/index.cjs"
41
41
  },
42
42
  "./history": {
43
- "types": "./history/dist/index.d.ts",
44
- "import": "./history/dist/index.js",
45
- "require": "./history/dist/index.cjs"
43
+ "types": "./dist/history/index.d.ts",
44
+ "import": "./dist/history/index.js",
45
+ "require": "./dist/history/index.cjs"
46
46
  },
47
47
  "./inputrules": {
48
- "types": "./inputrules/dist/index.d.ts",
49
- "import": "./inputrules/dist/index.js",
50
- "require": "./inputrules/dist/index.cjs"
48
+ "types": "./dist/inputrules/index.d.ts",
49
+ "import": "./dist/inputrules/index.js",
50
+ "require": "./dist/inputrules/index.cjs"
51
51
  },
52
52
  "./keymap": {
53
- "types": "./keymap/dist/index.d.ts",
54
- "import": "./keymap/dist/index.js",
55
- "require": "./keymap/dist/index.cjs"
53
+ "types": "./dist/keymap/index.d.ts",
54
+ "import": "./dist/keymap/index.js",
55
+ "require": "./dist/keymap/index.cjs"
56
56
  },
57
57
  "./markdown": {
58
- "types": "./markdown/dist/index.d.ts",
59
- "import": "./markdown/dist/index.js",
60
- "require": "./markdown/dist/index.cjs"
58
+ "types": "./dist/markdown/index.d.ts",
59
+ "import": "./dist/markdown/index.js",
60
+ "require": "./dist/markdown/index.cjs"
61
61
  },
62
62
  "./menu": {
63
- "types": "./menu/dist/index.d.ts",
64
- "import": "./menu/dist/index.js",
65
- "require": "./menu/dist/index.cjs"
63
+ "types": "./dist/menu/index.d.ts",
64
+ "import": "./dist/menu/index.js",
65
+ "require": "./dist/menu/index.cjs"
66
66
  },
67
67
  "./model": {
68
- "types": "./model/dist/index.d.ts",
69
- "import": "./model/dist/index.js",
70
- "require": "./model/dist/index.cjs"
68
+ "types": "./dist/model/index.d.ts",
69
+ "import": "./dist/model/index.js",
70
+ "require": "./dist/model/index.cjs"
71
71
  },
72
72
  "./schema-basic": {
73
- "types": "./schema-basic/dist/index.d.ts",
74
- "import": "./schema-basic/dist/index.js",
75
- "require": "./schema-basic/dist/index.cjs"
73
+ "types": "./dist/schema-basic/index.d.ts",
74
+ "import": "./dist/schema-basic/index.js",
75
+ "require": "./dist/schema-basic/index.cjs"
76
76
  },
77
77
  "./schema-list": {
78
- "types": "./schema-list/dist/index.d.ts",
79
- "import": "./schema-list/dist/index.js",
80
- "require": "./schema-list/dist/index.cjs"
78
+ "types": "./dist/schema-list/index.d.ts",
79
+ "import": "./dist/schema-list/index.js",
80
+ "require": "./dist/schema-list/index.cjs"
81
81
  },
82
82
  "./state": {
83
- "types": "./state/dist/index.d.ts",
84
- "import": "./state/dist/index.js",
85
- "require": "./state/dist/index.cjs"
83
+ "types": "./dist/state/index.d.ts",
84
+ "import": "./dist/state/index.js",
85
+ "require": "./dist/state/index.cjs"
86
86
  },
87
87
  "./tables": {
88
- "types": "./tables/dist/index.d.ts",
89
- "import": "./tables/dist/index.js",
90
- "require": "./tables/dist/index.cjs"
88
+ "types": "./dist/tables/index.d.ts",
89
+ "import": "./dist/tables/index.js",
90
+ "require": "./dist/tables/index.cjs"
91
91
  },
92
92
  "./trailing-node": {
93
- "types": "./trailing-node/dist/index.d.ts",
94
- "import": "./trailing-node/dist/index.js",
95
- "require": "./trailing-node/dist/index.cjs"
93
+ "types": "./dist/trailing-node/index.d.ts",
94
+ "import": "./dist/trailing-node/index.js",
95
+ "require": "./dist/trailing-node/index.cjs"
96
96
  },
97
97
  "./transform": {
98
- "types": "./transform/dist/index.d.ts",
99
- "import": "./transform/dist/index.js",
100
- "require": "./transform/dist/index.cjs"
98
+ "types": "./dist/transform/index.d.ts",
99
+ "import": "./dist/transform/index.js",
100
+ "require": "./dist/transform/index.cjs"
101
101
  },
102
102
  "./view": {
103
- "types": "./view/dist/index.d.ts",
104
- "import": "./view/dist/index.js",
105
- "require": "./view/dist/index.cjs"
103
+ "types": "./dist/view/index.d.ts",
104
+ "import": "./dist/view/index.js",
105
+ "require": "./dist/view/index.cjs"
106
106
  }
107
107
  },
108
108
  "files": [
@@ -128,22 +128,22 @@
128
128
  "dependencies": {
129
129
  "prosemirror-changeset": "^2.2.1",
130
130
  "prosemirror-collab": "^1.3.1",
131
- "prosemirror-commands": "^1.5.2",
131
+ "prosemirror-commands": "^1.6.2",
132
132
  "prosemirror-dropcursor": "^1.8.1",
133
133
  "prosemirror-gapcursor": "^1.3.2",
134
134
  "prosemirror-history": "^1.4.1",
135
135
  "prosemirror-inputrules": "^1.4.0",
136
136
  "prosemirror-keymap": "^1.2.2",
137
- "prosemirror-markdown": "^1.13.0",
137
+ "prosemirror-markdown": "^1.13.1",
138
138
  "prosemirror-menu": "^1.2.4",
139
- "prosemirror-model": "^1.22.2",
139
+ "prosemirror-model": "^1.23.0",
140
140
  "prosemirror-schema-basic": "^1.2.3",
141
141
  "prosemirror-schema-list": "^1.4.1",
142
142
  "prosemirror-state": "^1.4.3",
143
- "prosemirror-tables": "^1.4.0",
144
- "prosemirror-trailing-node": "^2.0.9",
145
- "prosemirror-transform": "^1.9.0",
146
- "prosemirror-view": "^1.33.9"
143
+ "prosemirror-tables": "^1.6.1",
144
+ "prosemirror-trailing-node": "^3.0.0",
145
+ "prosemirror-transform": "^1.10.2",
146
+ "prosemirror-view": "^1.37.0"
147
147
  },
148
148
  "repository": {
149
149
  "type": "git",
@@ -151,24 +151,6 @@
151
151
  "directory": "packages/pm"
152
152
  },
153
153
  "scripts": {
154
- "build": "npm run build:changeset && npm run build:collab && npm run build:commands && npm run build:dropcursor && npm run build:gapcursor && npm run build:history && npm run build:inputrules && npm run build:keymap && npm run build:markdown && npm run build:menu && npm run build:model && npm run build:schema-basic && npm run build:schema-list && npm run build:state && npm run build:tables && npm run build:trailing-node && npm run build:transform && npm run build:view",
155
- "build:changeset": "tsup \"changeset/index.ts\" --out-dir changeset/dist",
156
- "build:collab": "tsup \"collab/index.ts\" --out-dir collab/dist",
157
- "build:commands": "tsup \"commands/index.ts\" --out-dir commands/dist",
158
- "build:dropcursor": "tsup \"dropcursor/index.ts\" --out-dir dropcursor/dist",
159
- "build:gapcursor": "tsup \"gapcursor/index.ts\" --out-dir gapcursor/dist",
160
- "build:history": "tsup \"history/index.ts\" --out-dir history/dist",
161
- "build:inputrules": "tsup \"inputrules/index.ts\" --out-dir inputrules/dist",
162
- "build:keymap": "tsup \"keymap/index.ts\" --out-dir keymap/dist",
163
- "build:markdown": "tsup \"markdown/index.ts\" --out-dir markdown/dist",
164
- "build:menu": "tsup \"menu/index.ts\" --out-dir menu/dist",
165
- "build:model": "tsup \"model/index.ts\" --out-dir model/dist",
166
- "build:schema-basic": "tsup \"schema-basic/index.ts\" --out-dir schema-basic/dist",
167
- "build:schema-list": "tsup \"schema-list/index.ts\" --out-dir schema-list/dist",
168
- "build:state": "tsup \"state/index.ts\" --out-dir state/dist",
169
- "build:tables": "tsup \"tables/index.ts\" --out-dir tables/dist",
170
- "build:trailing-node": "tsup \"trailing-node/index.ts\" --out-dir trailing-node/dist",
171
- "build:transform": "tsup \"transform/index.ts\" --out-dir transform/dist",
172
- "build:view": "tsup \"view/index.ts\" --out-dir view/dist"
154
+ "build": "tsup"
173
155
  }
174
156
  }
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
package/view/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "type": "module",
3
3
  "exports": {
4
4
  ".": {
5
+ "types": "./dist/index.d.ts",
5
6
  "import": "./dist/index.js",
6
- "require": "./dist/index.cjs",
7
- "types": "./dist/index.d.ts"
7
+ "require": "./dist/index.cjs"
8
8
  },
9
9
  "./package.json": "./package.json"
10
10
  },
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// changeset/index.ts
2
- var _prosemirrorchangeset = require('prosemirror-changeset'); _createStarExport(_prosemirrorchangeset);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-changeset';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-changeset';
@@ -1,2 +0,0 @@
1
- // changeset/index.ts
2
- export * from "prosemirror-changeset";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// collab/index.ts
2
- var _prosemirrorcollab = require('prosemirror-collab'); _createStarExport(_prosemirrorcollab);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-collab';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-collab';
@@ -1,2 +0,0 @@
1
- // collab/index.ts
2
- export * from "prosemirror-collab";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// commands/index.ts
2
- var _prosemirrorcommands = require('prosemirror-commands'); _createStarExport(_prosemirrorcommands);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-commands';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-commands';
@@ -1,2 +0,0 @@
1
- // commands/index.ts
2
- export * from "prosemirror-commands";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// dropcursor/index.ts
2
- var _prosemirrordropcursor = require('prosemirror-dropcursor'); _createStarExport(_prosemirrordropcursor);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-dropcursor';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-dropcursor';
@@ -1,2 +0,0 @@
1
- // dropcursor/index.ts
2
- export * from "prosemirror-dropcursor";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// gapcursor/index.ts
2
- var _prosemirrorgapcursor = require('prosemirror-gapcursor'); _createStarExport(_prosemirrorgapcursor);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-gapcursor';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-gapcursor';
@@ -1,2 +0,0 @@
1
- // gapcursor/index.ts
2
- export * from "prosemirror-gapcursor";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// history/index.ts
2
- var _prosemirrorhistory = require('prosemirror-history'); _createStarExport(_prosemirrorhistory);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-history';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-history';
@@ -1,2 +0,0 @@
1
- // history/index.ts
2
- export * from "prosemirror-history";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// inputrules/index.ts
2
- var _prosemirrorinputrules = require('prosemirror-inputrules'); _createStarExport(_prosemirrorinputrules);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-inputrules';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-inputrules';
@@ -1,2 +0,0 @@
1
- // inputrules/index.ts
2
- export * from "prosemirror-inputrules";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// keymap/index.ts
2
- var _prosemirrorkeymap = require('prosemirror-keymap'); _createStarExport(_prosemirrorkeymap);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-keymap';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-keymap';
@@ -1,2 +0,0 @@
1
- // keymap/index.ts
2
- export * from "prosemirror-keymap";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// markdown/index.ts
2
- var _prosemirrormarkdown = require('prosemirror-markdown'); _createStarExport(_prosemirrormarkdown);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-markdown';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-markdown';
@@ -1,2 +0,0 @@
1
- // markdown/index.ts
2
- export * from "prosemirror-markdown";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// menu/index.ts
2
- var _prosemirrormenu = require('prosemirror-menu'); _createStarExport(_prosemirrormenu);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-menu';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-menu';
@@ -1,2 +0,0 @@
1
- // menu/index.ts
2
- export * from "prosemirror-menu";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// model/index.ts
2
- var _prosemirrormodel = require('prosemirror-model'); _createStarExport(_prosemirrormodel);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-model';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-model';
@@ -1,2 +0,0 @@
1
- // model/index.ts
2
- export * from "prosemirror-model";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-basic/index.ts
2
- var _prosemirrorschemabasic = require('prosemirror-schema-basic'); _createStarExport(_prosemirrorschemabasic);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-schema-basic';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-schema-basic';
@@ -1,2 +0,0 @@
1
- // schema-basic/index.ts
2
- export * from "prosemirror-schema-basic";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-list/index.ts
2
- var _prosemirrorschemalist = require('prosemirror-schema-list'); _createStarExport(_prosemirrorschemalist);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-schema-list';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-schema-list';
@@ -1,2 +0,0 @@
1
- // schema-list/index.ts
2
- export * from "prosemirror-schema-list";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// state/index.ts
2
- var _prosemirrorstate = require('prosemirror-state'); _createStarExport(_prosemirrorstate);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-state';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-state';
@@ -1,2 +0,0 @@
1
- // state/index.ts
2
- export * from "prosemirror-state";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// tables/index.ts
2
- var _prosemirrortables = require('prosemirror-tables'); _createStarExport(_prosemirrortables);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-tables';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-tables';
@@ -1,2 +0,0 @@
1
- // tables/index.ts
2
- export * from "prosemirror-tables";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// trailing-node/index.ts
2
- var _prosemirrortrailingnode = require('prosemirror-trailing-node'); _createStarExport(_prosemirrortrailingnode);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-trailing-node';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-trailing-node';
@@ -1,2 +0,0 @@
1
- // trailing-node/index.ts
2
- export * from "prosemirror-trailing-node";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// transform/index.ts
2
- var _prosemirrortransform = require('prosemirror-transform'); _createStarExport(_prosemirrortransform);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-transform';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-transform';
@@ -1,2 +0,0 @@
1
- // transform/index.ts
2
- export * from "prosemirror-transform";
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// view/index.ts
2
- var _prosemirrorview = require('prosemirror-view'); _createStarExport(_prosemirrorview);
@@ -1 +0,0 @@
1
- export * from 'prosemirror-view';
@@ -1 +0,0 @@
1
- export * from 'prosemirror-view';
@@ -1,2 +0,0 @@
1
- // view/index.ts
2
- export * from "prosemirror-view";