Update VE core submodule to master (e571a9e73)

New changes:
897aa19ce eslintrc: Cleanup rule overrides
ab8013136 Localisation updates from https://translatewiki.net.
fc897b699 Cleanup unicorns even in another content branch node
daf17a986 Localisation updates from https://translatewiki.net.
0fa6c4af9 Follow-up daf17a986: build: Unbreak language lists, adding 'lij'
ded34d9b8 rebaser: Enforce no-var

Bug: T250702
Change-Id: Ie80fc58389ce929d21595252a41b50a9c7bf6152
This commit is contained in:
James D. Forrester 2020-04-27 09:11:53 -07:00
parent 421b64e204
commit b25c8677da
3 changed files with 4 additions and 7 deletions

View file

@ -140,12 +140,7 @@
"ve.dm.TableMatrixCell",
"ve.dm.TableNodeCellIterator",
"ve.dm.Change",
"ve.dm.RebaseDocState",
"ve.dm.RebaseClient",
"ve.dm.RebaseServer",
"ve.dm.DocumentStore",
"ve.dm.ProtocolServer",
"ve.dm.TransportServer",
"ve.dm.SurfaceSynchronizer"
]
},

View file

@ -9,6 +9,9 @@
"--builtin-classes": true,
"--external": "HTMLDocument,Window,Node,Text,Set,Range,Selection,ClientRect,File,FileList,Blob,DataTransfer,DataTransferItem,KeyboardEvent,MouseEvent,Promise,Storage",
"--warnings": ["-nodoc(class,public)", "-global"],
"--exclude": [
"lib/ve/rebaser/src/dm/"
],
"--": [
".jsduck/external.js",
"lib/ve/.jsduck/external.js",
@ -21,7 +24,6 @@
"lib/ve/lib/unicodejs/unicodejs.js",
"lib/ve/lib/treeDiffer/treeDiffer-dist.js",
"lib/ve/src",
"lib/ve/rebaser/src/dm",
"modules/ve-mw"
]
}

2
lib/ve

@ -1 +1 @@
Subproject commit 8cc305d97802d2acbcaafe6a8465c32282ee10b3
Subproject commit e571a9e73cd4d87aca5606d946ababe50bfe24d6