Hi, when using a non-existing operator, e.g. for scala `%%%` which is used in sbt (https://www.scala-js.org/doc/project/dependencies.html) the parser doesn't error at `.op('%%%')`. This produces hard do diagnose bugs.
Hi,
when using a non-existing operator, e.g. for scala
%%%which is used in sbt (https://www.scala-js.org/doc/project/dependencies.html) the parser doesn't error at.op('%%%'). This produces hard do diagnose bugs.