mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
tools: force common be required before any other modules
PR-URL: https://github.com/nodejs/node/pull/27650 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
618fcbd125
commit
dcc5e51e1c
52 changed files with 194 additions and 66 deletions
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
const { expectsError, mustCall } = require('../common');
|
||||
const assert = require('assert');
|
||||
const { createServer, maxHeaderSize } = require('http');
|
||||
const { createConnection } = require('net');
|
||||
const { expectsError, mustCall } = require('../common');
|
||||
|
||||
const CRLF = '\r\n';
|
||||
const DUMMY_HEADER_NAME = 'Cookie: ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue