- [
6726246dbb
] - lib: allow to validate enums with validateOneOf (Denys Otrishko) #34070 - [
c62cf1d9c5
] - doc: edit filehandle.close() entry in fs.md (Rich Trott) #34782 - [
0eca660948
] - tools: update ESLint to 7.7.0 (Colin Ihrig) #34783 - [
81df668480
] - worker: do not crash when JSTransferable lists untransferable value (Anna Henningsen) #34766 - [
5835367df4
] - meta: fix codeowners docs path (Mary Marchini) #34811 - [
8b818cf925
] - build: add CODE
- [
56da8dfd86
] - stream: emit 'pause' on unpipe (Robert Nagy) #32476 - [
40a9289e53
] - doc: remove extraneous sentence in events.md (Rich Trott) #32457 - [
9fda9123b1
] - doc: trim wording in n-api.md text about exceptions (Rich Trott) #32457 - [
3e002c3977
] - doc: update async_hooks.md (Victor) #32382 - [
6693b40bd5
] - doc: simplify and correct example descriptions in net.md (Rich Trott) #32451 - [
94952b4ac8
] - src: enhance C++ sprintf utility (himse
- [
56da8dfd86
] - stream: emit 'pause' on unpipe (Robert Nagy) #32476 - [
40a9289e53
] - doc: remove extraneous sentence in events.md (Rich Trott) #32457 - [
9fda9123b1
] - doc: trim wording in n-api.md text about exceptions (Rich Trott) #32457 - [
3e002c3977
] - doc: update async_hooks.md (Victor) #32382 - [
6693b40bd5
] - doc: simplify and correct example descriptions in net.md (Rich Trott) #32451 - [
94952b4ac8
] - src: enhance C++ sprintf utility (himse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const {createServer} = require('http'); | |
const {once} = require('events'); | |
const hostname = '127.0.0.1'; | |
const port = 3000; | |
const server = createServer((req, res) => { | |
res.statusCode = 200; | |
res.setHeader('Content-Type', 'text/plain'); | |
res.end('Hello World'); |
- [
d2683ede83
] - benchmark: add default type in getstringwidth.js (Rich Trott) #31377 - [
fc4e413554
] - (SEMVER-MINOR) module: unflag conditional exports (Guy Bedford) #31001 - [
7ab33f2893
] - tools: remove obsolete dependencies (Rich Trott) #31359 - [
b8eeb2d42f
] - tools: update remark-preset-lint-node to 1.12.0 (Rich Trott) #31359 - [
6623481138
] - src: fix performance regression in node_file.cc (Ben Noordhuis) #31343 - [
b4f5c9e47a
] - doc: add
- [
cbd84c5ee1
] - test,module: add test for exports cjs loader check (Rich Trott) #31427 - [
cb27c2bd3e
] - module: fix check exports issue in cjs module loading (Guy Bedford) #31427 - [
6e978f7d73
] - benchmark: add default type in getstringwidth.js (Rich Trott) #31377 - [
ea27e16fc2
] - (SEMVER-MINOR) module: unflag conditional exports (Guy Bedford) #31001 - [
5dd6fb1529
] - tools: remove obsolete dependencies (Rich Trott) #31359 - [
29e0465104
] - **tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Copyright 2019 Google LLC. All Rights Reserved. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Module.createRequire = (file) => { | |
let path; | |
try { | |
path = fileURLToPath(file); | |
} | |
catch (e) { | |
if (e.code === 'ERR_INVALID_URL_SCHEME') { | |
throw e; | |
} | |
path = file; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CALENDAR_FILTER="Joint Foundation Bootstrap Team meeting" | |
CALENDAR_ID="[email protected]" | |
USER="openjs-foundation" | |
REPO="bootstrap" | |
GROUP_NAME="Bootstrap Team" | |
JOINING_INSTRUCTIONS="* link for participants: https://zoom.us/j/779273015 | |
* For those who just want to watch: https://www.youtube.com/c/nodejs+foundation/live" | |
MEETING_TIME="2019-04-01T13:00:00.000Z" | |
# MEETING_TIME="2019-03-25T18:00:00.000Z" | |
INVITEES="* OpenJS Foundation Project Maintainers |