We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eb3ce commit 951a987Copy full SHA for 951a987
src/node_cjs_lexer.cc
@@ -23,8 +23,7 @@ using v8::Value;
23
24
// Create a V8 string from an export_string variant, using fast path for ASCII
25
template <typename T>
26
-inline Local<String> CreateString(Isolate* isolate,
27
- const T& str) {
+inline Local<String> CreateString(Isolate* isolate, const T& str) {
28
std::string_view sv = lexer::get_string_view(str);
29
30
if (simdutf::validate_ascii(sv.data(), sv.size())) {
0 commit comments