@@ -240,71 +240,6 @@ console.log(
240
240
241
241
//
242
242
243
- fs . statSync ( path . join ( __dirname , theRequireContentA ) ) . birthtime . getYear ( ) ,
244
- fs . statSync ( __dirname + path . sep + theRequireContentB ) . birthtime . getYear ( ) ,
245
- fs . statSync ( __dirname + '/' + theRequireContentB ) . birthtime . getYear ( ) ,
246
- windows
247
- ? fs . statSync ( __dirname + '/\\' + theRequireContentB ) . birthtime . getYear ( )
248
- : '' ,
249
- windows
250
- ? fs . statSync ( __dirname + '\\' + theRequireContentB ) . birthtime . getYear ( )
251
- : '' ,
252
- windows
253
- ? fs . statSync ( __dirname + '\\/' + theRequireContentB ) . birthtime . getYear ( )
254
- : '' ,
255
-
256
- fs
257
- . statSync ( firstLowerCase ( path . join ( __dirname , theRequireContentA ) ) )
258
- . birthtime . getYear ( ) ,
259
- fs
260
- . statSync ( firstLowerCase ( __dirname + path . sep + theRequireContentB ) )
261
- . birthtime . getYear ( ) ,
262
- fs
263
- . statSync ( firstLowerCase ( __dirname + '/' + theRequireContentB ) )
264
- . birthtime . getYear ( ) ,
265
- windows
266
- ? fs
267
- . statSync ( firstLowerCase ( __dirname + '/\\' + theRequireContentB ) )
268
- . birthtime . getYear ( )
269
- : '' ,
270
- windows
271
- ? fs
272
- . statSync ( firstLowerCase ( __dirname + '\\' + theRequireContentB ) )
273
- . birthtime . getYear ( )
274
- : '' ,
275
- windows
276
- ? fs
277
- . statSync ( firstLowerCase ( __dirname + '\\/' + theRequireContentB ) )
278
- . birthtime . getYear ( )
279
- : '' ,
280
-
281
- fs
282
- . statSync ( firstUpperCase ( path . join ( __dirname , theRequireContentA ) ) )
283
- . birthtime . getYear ( ) ,
284
- fs
285
- . statSync ( firstUpperCase ( __dirname + path . sep + theRequireContentB ) )
286
- . birthtime . getYear ( ) ,
287
- fs
288
- . statSync ( firstUpperCase ( __dirname + '/' + theRequireContentB ) )
289
- . birthtime . getYear ( ) ,
290
- windows
291
- ? fs
292
- . statSync ( firstUpperCase ( __dirname + '/\\' + theRequireContentB ) )
293
- . birthtime . getYear ( )
294
- : '' ,
295
- windows
296
- ? fs
297
- . statSync ( firstUpperCase ( __dirname + '\\' + theRequireContentB ) )
298
- . birthtime . getYear ( )
299
- : '' ,
300
- windows
301
- ? fs
302
- . statSync ( firstUpperCase ( __dirname + '\\/' + theRequireContentB ) )
303
- . birthtime . getYear ( )
304
- : '' ,
305
-
306
- //
307
-
308
243
fs . statSync ( path . join ( __dirname , theRequireContentA ) ) . isFile ( ) ,
309
244
fs . statSync ( __dirname + path . sep + theRequireContentB ) . isFile ( ) ,
310
245
fs . statSync ( __dirname + '/' + theRequireContentB ) . isFile ( ) ,
0 commit comments