[PATCH] D66584: [clang-format] Support .mjs module javascript extension in clang-format

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 19:29:21 PDT 2019


MaskRay added a comment.

> module-javascript. Module javascript is not compatible with non-module java script as it uses the "export" and "import" keywords which are only legal in module-javascript.

java script -> JavaScript
module-javascript -> Module JavaScript?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66584/new/

https://reviews.llvm.org/D66584





More information about the cfe-commits mailing list