gecko-dev/js
Nicolò Ribaudo 77b4543956 Bug 1607050 - Parse await as an identifier in fields initializers r=anba
The proposal specifies class fields as follows:
  FieldDefinition[Yield, Await]:
    ClassElementName[?Yield, ?Await] Initializer[In, ~Yield, ~Await]opt

This means that await shouldn't be parsed according to the context
where the class is defined: it should always be parsed as an
identifier inside initializers.

Differential Revision: https://phabricator.services.mozilla.com/D58721

--HG--
extra : moz-landing-system : lando
2020-01-29 07:33:39 +00:00
..
ductwork/debugger Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
examples
ipc Bug 1610387 - Remove nsAutoPtr usage from js/xpconnect/. r=mccr8 2020-01-22 20:27:41 +00:00
public Bug 1609990 - AgentCluster comparison in MessagePort and BroadcastChannel - part 3 - CloneDataPolicy, r=smaug,sfink,lth 2020-01-24 16:31:21 +00:00
rust Bug 1609990 - AgentCluster comparison in MessagePort and BroadcastChannel - part 3 - CloneDataPolicy, r=smaug,sfink,lth 2020-01-24 16:31:21 +00:00
src Bug 1607050 - Parse await as an identifier in fields initializers r=anba 2020-01-29 07:33:39 +00:00
xpconnect Bug 1181957. Don't set up an AutoEntryScript if we're not planning to call script in nsXPCWrappedJS::DelegatedQueryInterface. r=mccr8 2020-01-25 00:13:56 +00:00
app.mozbuild
ffi.configure
moz.build Bug 1564180 - Integrate SpiderMonkey docs with |mach doc|. r=jimb 2019-11-19 07:28:10 +00:00
moz.configure Bug 1592302: Part 2: Add new regexp files to build behind config option r=mgaudet 2019-12-02 16:13:05 +00:00
sub.configure Bug 1590907 - Make ENABLE_INTL_API and ENABLE_TYPED_OBJECTS into js-config macros. r=sfink,firefox-build-system-reviewers,mshal 2019-11-26 07:25:35 +00:00