mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

* Move to more efficient module.exports pattern * Refactor requires * Eliminate circular dependency on internal/buffer * Add names to some functions * Fix circular dependency error in assert.js PR-URL: https://github.com/nodejs/node/pull/13807 Reviewed-By: Refael Ackermann <refack@gmail.com>
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
'use strict';
|
|
|
|
// This is needed still for FastBuffer
|
|
module.exports = {};
|