mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28273ff333
Fixing some XBL files turned up some bugs in the preprocessor: * XBL fields aren't just simple JS assignements, they are entire JS blocks which are evaluated and the result used for the field. So we don't need eslint to parse them as an assignment. * XBL text can contain entities, in general just replacing every entity with a valid JS token should retain the meaning well enough for eslint's purposes. * Events can have names that aren't valid JS identifiers so just don't use them. |
||
---|---|---|
.. | ||
docs | ||
lib | ||
LICENSE | ||
moz.build | ||
package.json |