Skip to content

Commit 3bd87a6

Browse files
committed
v8: include Android trap handler sources
Signed-off-by: luoqianlin <[email protected]>
1 parent f860538 commit 3bd87a6

22,908 files changed

Lines changed: 1759384 additions & 3603568 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.configurations/configuration.dsc.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ properties:
55
- resource: Microsoft.WinGet.DSC/WinGetPackage
66
id: pythonPackage
77
directives:
8-
description: Install Python 3.14
8+
description: Install Python 3.12
99
module: Microsoft.WinGet.DSC
1010
allowPrerelease: true
1111
settings:
12-
id: Python.Python.3.14
12+
id: Python.Python.3.12
1313
source: winget
1414
- resource: Microsoft.WinGet.DSC/WinGetPackage
1515
id: vsPackage
@@ -35,13 +35,6 @@ properties:
3535
- Microsoft.VisualStudio.Workload.NativeDesktop
3636
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
3737
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
38-
- resource: Microsoft.WinGet.DSC/WinGetPackage
39-
id: rustPackage
40-
directives:
41-
description: Install Rust with MSVC toolchain
42-
settings:
43-
id: Rustlang.Rust.MSVC
44-
source: winget
4538
- resource: Microsoft.WinGet.DSC/WinGetPackage
4639
id: gitPackage
4740
directives:
@@ -58,4 +51,4 @@ properties:
5851
settings:
5952
id: Nasm.Nasm
6053
source: winget
61-
configurationVersion: 0.2.0
54+
configurationVersion: 0.1.0

.configurations/configuration.vsBuildTools.dsc.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.configurations/configuration.vsEnterprise.dsc.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ properties:
55
- resource: Microsoft.WinGet.DSC/WinGetPackage
66
id: pythonPackage
77
directives:
8-
description: Install Python 3.14
8+
description: Install Python 3.12
99
module: Microsoft.WinGet.DSC
1010
allowPrerelease: true
1111
settings:
12-
id: Python.Python.3.14
12+
id: Python.Python.3.12
1313
source: winget
1414
- resource: Microsoft.WinGet.DSC/WinGetPackage
1515
id: vsPackage
@@ -35,13 +35,6 @@ properties:
3535
- Microsoft.VisualStudio.Workload.NativeDesktop
3636
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
3737
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
38-
- resource: Microsoft.WinGet.DSC/WinGetPackage
39-
id: rustPackage
40-
directives:
41-
description: Install Rust with MSVC toolchain
42-
settings:
43-
id: Rustlang.Rust.MSVC
44-
source: winget
4538
- resource: Microsoft.WinGet.DSC/WinGetPackage
4639
id: gitPackage
4740
directives:
@@ -58,4 +51,4 @@ properties:
5851
settings:
5952
id: Nasm.Nasm
6053
source: winget
61-
configurationVersion: 0.2.0
54+
configurationVersion: 0.1.0

.configurations/configuration.vsProfessional.dsc.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ properties:
55
- resource: Microsoft.WinGet.DSC/WinGetPackage
66
id: pythonPackage
77
directives:
8-
description: Install Python 3.14
8+
description: Install Python 3.12
99
module: Microsoft.WinGet.DSC
1010
allowPrerelease: true
1111
settings:
12-
id: Python.Python.3.14
12+
id: Python.Python.3.12
1313
source: winget
1414
- resource: Microsoft.WinGet.DSC/WinGetPackage
1515
id: vsPackage
@@ -35,13 +35,6 @@ properties:
3535
- Microsoft.VisualStudio.Workload.NativeDesktop
3636
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
3737
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
38-
- resource: Microsoft.WinGet.DSC/WinGetPackage
39-
id: rustPackage
40-
directives:
41-
description: Install Rust with MSVC toolchain
42-
settings:
43-
id: Rustlang.Rust.MSVC
44-
source: winget
4538
- resource: Microsoft.WinGet.DSC/WinGetPackage
4639
id: gitPackage
4740
directives:
@@ -58,4 +51,4 @@ properties:
5851
settings:
5952
id: Nasm.Nasm
6053
source: winget
61-
configurationVersion: 0.2.0
54+
configurationVersion: 0.1.0

.cpplint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set noparent
2-
filter=-build/c++17,-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces,-whitespace/indent_namespace
2+
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces
33
linelength=80

.devcontainer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Node.js Core Developer Environment",
3+
"runArgs": [
4+
"--platform=linux/amd64"
5+
],
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"github.vscode-pull-request-github",
10+
"ms-vsliveshare.vsliveshare",
11+
"vscode-icons-team.vscode-icons",
12+
"visualstudioexptteam.vscodeintellicode"
13+
],
14+
"settings": {
15+
"terminal.integrated.profiles.linux": {
16+
"zsh (login)": {
17+
"path": "zsh",
18+
"args": ["-l"]
19+
}
20+
}
21+
}
22+
}
23+
},
24+
"image": "nodejs/devcontainer:nightly"
25+
}

.devcontainer/base/devcontainer.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.editorconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ end_of_line = crlf
1616
indent_size = 8
1717
indent_style = tab
1818

19-
[deps/**]
19+
[{deps}/**]
2020
charset = unset
2121
end_of_line = unset
2222
indent_size = unset
2323
indent_style = unset
24-
insert_final_newline = unset
2524
trim_trailing_whitespace = unset
2625

27-
[{test/fixtures,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**]
26+
[{test/fixtures,deps,tools/eslint/node_modules,tools/gyp,tools/icu,tools/msvs}/**]
2827
insert_final_newline = false

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
test/fixtures/* -text
22
vcbuild.bat text eol=crlf
3-
# disable eol conversion in vendored files.
4-
deps/crates/vendor/**/* -text
53
deps/npm/bin/npm text eol=lf
64
deps/npm/bin/npx text eol=lf
75
deps/corepack/shims/corepack text eol=lf

.github/CODEOWNERS

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323
/onboarding.md @nodejs/tsc
2424

2525
# nodejs.org website
26+
/doc/api_assets @nodejs/nodejs-website
27+
/doc/template.html @nodejs/nodejs-website
2628
/tools/doc @nodejs/web-infra
2729

2830
# streams
2931

32+
/lib/_stream* @nodejs/streams
3033
/lib/internal/streams/* @nodejs/streams
3134
/lib/stream.js @nodejs/streams
3235
/lib/stream/* @nodejs/streams
@@ -83,15 +86,6 @@
8386
/src/node_http2* @nodejs/http2 @nodejs/net
8487
/src/node_mem* @nodejs/http2
8588

86-
# quic
87-
88-
/deps/ngtcp2/* @nodejs/quic
89-
/doc/api/quic.md @nodejs/quic
90-
/lib/quic.js @nodejs/quic
91-
/lib/internal/quic/* @nodejs/quic
92-
/src/quic/* @nodejs/quic
93-
/test/parallel/test-quic-* @nodejs/quic
94-
9589
# modules, including loaders
9690

9791
/doc/api/esm.md @nodejs/loaders
@@ -159,15 +153,14 @@
159153
/test/parallel/test-runner-* @nodejs/test_runner
160154

161155
# Single Executable Applications
162-
/deps/LIEF @nodejs/single-executable
163156
/deps/postject @nodejs/single-executable
164157
/doc/api/single-executable-applications.md @nodejs/single-executable
165158
/doc/contributing/maintaining/maintaining-single-executable-application-support.md @nodejs/single-executable
166159
/src/node_sea* @nodejs/single-executable
167160
/test/fixtures/postject-copy @nodejs/single-executable
168-
/test/sea @nodejs/single-executable
161+
/test/parallel/test-single-executable-* @nodejs/single-executable
162+
/test/sequential/test-single-executable-* @nodejs/single-executable
169163
/tools/dep_updaters/update-postject.sh @nodejs/single-executable
170-
/tools/dep_updaters/update-lief.sh @nodejs/single-executable
171164

172165
# Permission Model
173166
/doc/api/permissions.md @nodejs/security-wg
@@ -206,7 +199,6 @@
206199
/deps/ada @nodejs/url
207200
/lib/internal/url.js @nodejs/url
208201
/lib/url.js @nodejs/url
209-
/src/node_url_pattern.* @nodejs/url
210202
/src/node_url.* @nodejs/url
211203
/test/fixtures/wpt/url @nodejs/url
212204

@@ -237,18 +229,3 @@
237229
/lib/path.js @nodejs/path
238230
/lib/path/* @nodejs/path
239231
/test/parallel/test-path-* @nodejs/path
240-
241-
# userland-migrations
242-
/doc/api/deprecations.md @nodejs/userland-migrations
243-
244-
# dev container
245-
/.devcontainer/* @nodejs/devcontainer
246-
/doc/contributing/using-devcontainer.md @nodejs/devcontainer
247-
248-
# FFI
249-
/deps/libffi/ @nodejs/ffi
250-
/doc/api/ffi.md @nodejs/ffi
251-
/lib/ffi.js @nodejs/ffi
252-
/src/ffi/ @nodejs/ffi
253-
/src/node_ffi.* @nodejs/ffi
254-
/test/ffi/ @nodejs/ffi

0 commit comments

Comments
 (0)