Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 365 Bytes

File metadata and controls

23 lines (18 loc) · 365 Bytes

Update meriyah to fix several bugs (#12567 by @fisker, fixes in meriyah by @3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
class A extends B {
  #privateMethod() {
    super.method();
  }
}