word-aligner 1.0.2-alpha → 1.0.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.
- package/.idea/workspace.xml +21 -19
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="0557423a-f59a-40db-af07-9e6f26fd3bd6" name="Default Changelist" comment="">
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
10
10
|
</list>
|
|
11
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<recent name="$PROJECT_DIR$/__tests__/fixtures/morphs/SR" />
|
|
63
63
|
</key>
|
|
64
64
|
</component>
|
|
65
|
-
<component name="RunManager" selected="Jest.MorphUtils tests
|
|
65
|
+
<component name="RunManager" selected="Jest.MorphUtils tests">
|
|
66
66
|
<configuration default="true" type="Applet" factoryName="Applet">
|
|
67
67
|
<option name="WIDTH" value="400" />
|
|
68
68
|
<option name="HEIGHT" value="300" />
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
</test-names>
|
|
111
111
|
<method v="2" />
|
|
112
112
|
</configuration>
|
|
113
|
-
<configuration name="MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test
|
|
113
|
+
<configuration name="MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test ἐπιδιορθώσῃ" type="JavaScriptTestRunnerJest" temporary="true" nameIsGenerated="true">
|
|
114
114
|
<node-interpreter value="project" />
|
|
115
115
|
<node-options value="" />
|
|
116
116
|
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
|
|
@@ -121,11 +121,11 @@
|
|
|
121
121
|
<test-names>
|
|
122
122
|
<test-name value="MorphUtils tests" />
|
|
123
123
|
<test-name value="Greek" />
|
|
124
|
-
<test-name value="Test MorphUtils.getMorphLocalizationKeys() - test
|
|
124
|
+
<test-name value="Test MorphUtils.getMorphLocalizationKeys() - test ἐπιδιορθώσῃ" />
|
|
125
125
|
</test-names>
|
|
126
126
|
<method v="2" />
|
|
127
127
|
</configuration>
|
|
128
|
-
<configuration name="MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test
|
|
128
|
+
<configuration name="MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test ἐκλεκτῶν" type="JavaScriptTestRunnerJest" temporary="true" nameIsGenerated="true">
|
|
129
129
|
<node-interpreter value="project" />
|
|
130
130
|
<node-options value="" />
|
|
131
131
|
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<test-names>
|
|
137
137
|
<test-name value="MorphUtils tests" />
|
|
138
138
|
<test-name value="Greek" />
|
|
139
|
-
<test-name value="Test MorphUtils.getMorphLocalizationKeys() - test
|
|
139
|
+
<test-name value="Test MorphUtils.getMorphLocalizationKeys() - test ἐκλεκτῶν" />
|
|
140
140
|
</test-names>
|
|
141
141
|
<method v="2" />
|
|
142
142
|
</configuration>
|
|
@@ -184,11 +184,11 @@
|
|
|
184
184
|
</configuration>
|
|
185
185
|
<recent_temporary>
|
|
186
186
|
<list>
|
|
187
|
-
<item itemvalue="Jest.MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test SR Οὐκ" />
|
|
188
|
-
<item itemvalue="Jest.MorphUtils tests" />
|
|
189
|
-
<item itemvalue="Jest.MorphUtils.test.js" />
|
|
190
187
|
<item itemvalue="Jest.MorphUtils tests.test whole book" />
|
|
188
|
+
<item itemvalue="Jest.MorphUtils tests.Greek.Test MorphUtils.getMorphLocalizationKeys() - test ἐκλεκτῶν" />
|
|
191
189
|
<item itemvalue="Jest.MorphUtils tests.Greek" />
|
|
190
|
+
<item itemvalue="Jest.MorphUtils tests" />
|
|
191
|
+
<item itemvalue="Jest.MorphUtils.test.js" />
|
|
192
192
|
</list>
|
|
193
193
|
</recent_temporary>
|
|
194
194
|
</component>
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
<workItem from="1670186707404" duration="587000" />
|
|
216
216
|
<workItem from="1672950758072" duration="18262000" />
|
|
217
217
|
<workItem from="1673270950468" duration="599000" />
|
|
218
|
-
<workItem from="1675266715594" duration="
|
|
218
|
+
<workItem from="1675266715594" duration="6565000" />
|
|
219
219
|
</task>
|
|
220
220
|
<task id="LOCAL-00001" summary="Added support for new SR morph format">
|
|
221
221
|
<created>1672962554084</created>
|
|
@@ -238,7 +238,14 @@
|
|
|
238
238
|
<option name="project" value="LOCAL" />
|
|
239
239
|
<updated>1673004505608</updated>
|
|
240
240
|
</task>
|
|
241
|
-
<
|
|
241
|
+
<task id="LOCAL-00004" summary="Added support for morph function code T">
|
|
242
|
+
<created>1675271046739</created>
|
|
243
|
+
<option name="number" value="00004" />
|
|
244
|
+
<option name="presentableId" value="LOCAL-00004" />
|
|
245
|
+
<option name="project" value="LOCAL" />
|
|
246
|
+
<updated>1675271046739</updated>
|
|
247
|
+
</task>
|
|
248
|
+
<option name="localTasksCounter" value="5" />
|
|
242
249
|
<servers />
|
|
243
250
|
</component>
|
|
244
251
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -257,17 +264,12 @@
|
|
|
257
264
|
</component>
|
|
258
265
|
<component name="VcsManagerConfiguration">
|
|
259
266
|
<MESSAGE value="Added support for new SR morph format" />
|
|
260
|
-
<
|
|
267
|
+
<MESSAGE value="Added support for morph function code T" />
|
|
268
|
+
<option name="LAST_COMMIT_MESSAGE" value="Added support for morph function code T" />
|
|
261
269
|
</component>
|
|
262
270
|
<component name="XDebuggerManager">
|
|
263
271
|
<breakpoint-manager>
|
|
264
272
|
<breakpoints>
|
|
265
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
266
|
-
<url>file://$PROJECT_DIR$/src/js/utils/MorphUtils.js</url>
|
|
267
|
-
<line>148</line>
|
|
268
|
-
<properties lambdaOrdinal="-1" />
|
|
269
|
-
<option name="timeStamp" value="8" />
|
|
270
|
-
</line-breakpoint>
|
|
271
273
|
<line-breakpoint enabled="true" type="javascript">
|
|
272
274
|
<url>file://$PROJECT_DIR$/__tests__/MorphUtils.test.js</url>
|
|
273
275
|
<line>159</line>
|