@@ -133,25 +133,25 @@ index f3dad958b2ec275992554477b9344214c8c1e2c8..870af88c7dfb3174816a933912fee737
133
133
134
134
const encodedSepRegEx = /%2F|%5C/i;
135
135
diff --git a/src/node_file.cc b/src/node_file.cc
136
- index 0bb70eb0fcd42ddf4d5e585065cf1ad8e74faab3..e4b8bc27390013d1374f454c200f4e7607210f58 100644
136
+ index 0bb70eb0fcd42ddf4d5e585065cf1ad8e74faab3..b565beae625d970ba92ab667a145d8897d4e8a6e 100644
137
137
--- a/src/node_file.cc
138
138
+++ b/src/node_file.cc
139
- @@ -19,14 +19,11 @@
139
+ @@ -19,14 +19,12 @@
140
140
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
141
141
// USE OR OTHER DEALINGS IN THE SOFTWARE.
142
142
#include "node_file.h" // NOLINT(build/include_inline)
143
143
- #include "ada.h"
144
144
#include "aliased_buffer-inl.h"
145
145
#include "memory_tracker-inl.h"
146
146
#include "node_buffer.h"
147
- - #include "node_errors.h"
147
+ #include "node_errors.h"
148
148
#include "node_external_reference.h"
149
149
#include "node_file-inl.h"
150
150
- #include "node_metadata.h"
151
151
#include "node_process-inl.h"
152
152
#include "node_stat_watcher.h"
153
153
#include "node_url.h"
154
- @@ -3208,146 +3205 ,6 @@ constexpr std::array<std::string_view, 10> legacy_main_extensions = {
154
+ @@ -3208,146 +3206 ,6 @@ constexpr std::array<std::string_view, 10> legacy_main_extensions = {
155
155
156
156
} // namespace
157
157
@@ -298,7 +298,7 @@ index 0bb70eb0fcd42ddf4d5e585065cf1ad8e74faab3..e4b8bc27390013d1374f454c200f4e76
298
298
299
299
void BindingData::MemoryInfo(MemoryTracker* tracker) const {
300
300
tracker->TrackField("stats_field_array", stats_field_array);
301
- @@ -3448,19 +3305 ,6 @@ InternalFieldInfoBase* BindingData::Serialize(int index) {
301
+ @@ -3448,19 +3306 ,6 @@ InternalFieldInfoBase* BindingData::Serialize(int index) {
302
302
return info;
303
303
}
304
304
@@ -318,15 +318,15 @@ index 0bb70eb0fcd42ddf4d5e585065cf1ad8e74faab3..e4b8bc27390013d1374f454c200f4e76
318
318
static void CreatePerIsolateProperties(IsolateData* isolate_data,
319
319
Local<ObjectTemplate> target) {
320
320
Isolate* isolate = isolate_data->isolate();
321
- @@ -3520,7 +3364 ,6 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
321
+ @@ -3520,7 +3365 ,6 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
322
322
SetMethod(isolate, target, "cpSyncCheckPaths", CpSyncCheckPaths);
323
323
324
324
StatWatcher::CreatePerIsolateProperties(isolate_data, target);
325
325
- BindingData::CreatePerIsolateProperties(isolate_data, target);
326
326
327
327
target->Set(
328
328
FIXED_ONE_BYTE_STRING(isolate, "kFsStatsFieldsNumber"),
329
- @@ -3593,7 +3436 ,6 @@ BindingData* FSReqBase::binding_data() {
329
+ @@ -3593,7 +3437 ,6 @@ BindingData* FSReqBase::binding_data() {
330
330
void RegisterExternalReferences(ExternalReferenceRegistry* registry) {
331
331
registry->Register(Access);
332
332
StatWatcher::RegisterExternalReferences(registry);
0 commit comments