eslint: generator-star-spacing Why? function and * are part of the same conceptual keyword - * is not a modifier for function, function* is a unique construct, different from function. // bad function * foo() { // ... } // bad const bar = function * () { // ... }; // ...
Projects Security Insights Additional navigation options master 1Branch 0Tags Code This branch is5 commits behindTencent/rapidjson:master. README License A fast JSON parser/generator for C++ with both SAX/DOM style API Tencent is pleased to support the open source community by making RapidJSON availab...