mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
355523fcfb
* 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>
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
'use strict';
|
|
|
|
// This is needed still for FastBuffer
|
|
module.exports = {};
|