@atlaskit/editor-plugin-code-bidi-warning 1.2.15 → 1.2.17
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/CHANGELOG.md
CHANGED
|
@@ -52,6 +52,8 @@ function createBidiWarningsDecorationSetFromDoc(_ref) {
|
|
|
52
52
|
var bidiCharacter = _ref2.bidiCharacter,
|
|
53
53
|
index = _ref2.index;
|
|
54
54
|
bidiCharactersAndTheirPositions.push({
|
|
55
|
+
// Ignored via go/ees005
|
|
56
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
55
57
|
position: pos + index,
|
|
56
58
|
bidiCharacter: bidiCharacter
|
|
57
59
|
});
|
|
@@ -64,6 +66,8 @@ function createBidiWarningsDecorationSetFromDoc(_ref) {
|
|
|
64
66
|
var bidiCharacter = _ref3.bidiCharacter,
|
|
65
67
|
index = _ref3.index;
|
|
66
68
|
bidiCharactersAndTheirPositions.push({
|
|
69
|
+
// Ignored via go/ees005
|
|
70
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
67
71
|
position: pos + index + 1,
|
|
68
72
|
bidiCharacter: bidiCharacter
|
|
69
73
|
});
|
|
@@ -40,6 +40,8 @@ export function createBidiWarningsDecorationSetFromDoc({
|
|
|
40
40
|
index
|
|
41
41
|
}) => {
|
|
42
42
|
bidiCharactersAndTheirPositions.push({
|
|
43
|
+
// Ignored via go/ees005
|
|
44
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
43
45
|
position: pos + index,
|
|
44
46
|
bidiCharacter
|
|
45
47
|
});
|
|
@@ -53,6 +55,8 @@ export function createBidiWarningsDecorationSetFromDoc({
|
|
|
53
55
|
index
|
|
54
56
|
}) => {
|
|
55
57
|
bidiCharactersAndTheirPositions.push({
|
|
58
|
+
// Ignored via go/ees005
|
|
59
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
56
60
|
position: pos + index + 1,
|
|
57
61
|
bidiCharacter
|
|
58
62
|
});
|
|
@@ -44,6 +44,8 @@ export function createBidiWarningsDecorationSetFromDoc(_ref) {
|
|
|
44
44
|
var bidiCharacter = _ref2.bidiCharacter,
|
|
45
45
|
index = _ref2.index;
|
|
46
46
|
bidiCharactersAndTheirPositions.push({
|
|
47
|
+
// Ignored via go/ees005
|
|
48
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
47
49
|
position: pos + index,
|
|
48
50
|
bidiCharacter: bidiCharacter
|
|
49
51
|
});
|
|
@@ -56,6 +58,8 @@ export function createBidiWarningsDecorationSetFromDoc(_ref) {
|
|
|
56
58
|
var bidiCharacter = _ref3.bidiCharacter,
|
|
57
59
|
index = _ref3.index;
|
|
58
60
|
bidiCharactersAndTheirPositions.push({
|
|
61
|
+
// Ignored via go/ees005
|
|
62
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
59
63
|
position: pos + index + 1,
|
|
60
64
|
bidiCharacter: bidiCharacter
|
|
61
65
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-code-bidi-warning",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.17",
|
|
4
4
|
"description": "Code bidi warning plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/code": "^15.6.0",
|
|
35
|
-
"@atlaskit/editor-common": "^
|
|
35
|
+
"@atlaskit/editor-common": "^99.0.0",
|
|
36
36
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|