-
Notifications
You must be signed in to change notification settings - Fork 0
/
url-mappings.js
162 lines (157 loc) · 14.5 KB
/
url-mappings.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
// Copyright 2018 Google Inc.
//
// 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
// <https://apache.org/licenses/LICENSE-2.0>.
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an “AS IS” BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const oldToNew = new Map([
// Old V8 blog URLs.
['https://v8project.blogspot.com/2018/09/dataview.html', 'https://v8.dev/blog/dataview'],
['https://v8project.blogspot.com/2018/09/10-years.html', 'https://v8.dev/blog/10-years'],
['https://v8project.blogspot.com/2018/08/liftoff.html', 'https://v8.dev/blog/liftoff'],
['https://v8project.blogspot.com/2018/08/embedded-builtins.html', 'https://v8.dev/blog/embedded-builtins'],
['https://v8project.blogspot.com/2018/08/v8-release-69.html', 'https://v8.dev/blog/v8-release-69'],
['https://v8project.blogspot.com/2018/06/v8-release-68.html', 'https://v8.dev/blog/v8-release-68'],
['https://v8project.blogspot.com/2018/06/concurrent-marking.html', 'https://v8.dev/blog/concurrent-marking'],
['https://v8project.blogspot.com/2018/05/v8-release-v67.html', 'https://v8.dev/blog/v8-release-67'],
['https://v8project.blogspot.com/2018/05/bigint.html', 'https://v8.dev/blog/bigint'],
['https://v8project.blogspot.com/2018/04/improved-code-caching.html', 'https://v8.dev/blog/improved-code-caching'],
['https://v8project.blogspot.com/2018/03/v8-release-66.html', 'https://v8.dev/blog/v8-release-66'],
['https://v8project.blogspot.com/2018/03/background-compilation.html', 'https://v8.dev/blog/background-compilation'],
['https://v8project.blogspot.com/2018/03/tracing-js-dom.html', 'https://v8.dev/blog/tracing-js-dom'],
['https://v8project.blogspot.com/2018/02/lazy-deserialization.html', 'https://v8.dev/blog/lazy-deserialization'],
['https://v8project.blogspot.com/2018/02/v8-release-65.html', 'https://v8.dev/blog/v8-release-65'],
['https://v8project.blogspot.com/2018/01/hash-code.html', 'https://v8.dev/blog/hash-code'],
['https://v8project.blogspot.com/2018/01/speedometer-2.html', 'https://v8.dev/blog/speedometer-2'],
['https://v8project.blogspot.com/2017/12/v8-release-64.html', 'https://v8.dev/blog/v8-release-64'],
['https://v8project.blogspot.com/2017/12/javascript-code-coverage.html', 'https://v8.dev/blog/javascript-code-coverage'],
['https://v8project.blogspot.com/2017/11/orinoco-parallel-scavenger.html', 'https://v8.dev/blog/orinoco-parallel-scavenger'],
['https://v8project.blogspot.com/2017/11/csa.html', 'https://v8.dev/blog/csa'],
['https://v8project.blogspot.com/2017/11/web-tooling-benchmark.html', 'https://v8.dev/blog/web-tooling-benchmark'],
['https://v8project.blogspot.com/2017/10/v8-release-63.html', 'https://v8.dev/blog/v8-release-63'],
['https://v8project.blogspot.com/2017/10/optimizing-proxies.html', 'https://v8.dev/blog/optimizing-proxies'],
['https://v8project.blogspot.com/2017/10/lazy-unlinking.html', 'https://v8.dev/blog/lazy-unlinking'],
['https://v8project.blogspot.com/2017/09/disabling-escape-analysis.html', 'https://v8.dev/blog/disabling-escape-analysis'],
['https://v8project.blogspot.com/2017/09/elements-kinds-in-v8.html', 'https://v8.dev/blog/elements-kinds'],
['https://v8project.blogspot.com/2017/09/v8-release-62.html', 'https://v8.dev/blog/v8-release-62'],
['https://v8project.blogspot.com/2017/08/fast-properties.html', 'https://v8.dev/blog/fast-properties'],
['https://v8project.blogspot.com/2017/08/about-that-hash-flooding-vulnerability.html', 'https://v8.dev/blog/hash-flooding'],
['https://v8project.blogspot.com/2017/08/v8-release-61.html', 'https://v8.dev/blog/v8-release-61'],
['https://v8project.blogspot.com/2017/07/upcoming-regexp-features.html', 'https://developers.google.com/web/updates/2017/07/upcoming-regexp-features'],
['https://v8project.blogspot.com/2017/06/v8-release-60.html', 'https://v8.dev/blog/v8-release-60'],
['https://v8project.blogspot.com/2017/05/launching-ignition-and-turbofan.html', 'https://v8.dev/blog/launching-ignition-and-turbofan'],
['https://v8project.blogspot.com/2017/05/energizing-atom-with-v8s-custom-start.html', 'https://v8.dev/blog/custom-startup-snapshots'],
['https://v8project.blogspot.com/2017/04/v8-release-59.html', 'https://v8.dev/blog/v8-release-59'],
['https://v8project.blogspot.com/2017/04/retiring-octane.html', 'https://v8.dev/blog/retiring-octane'],
['https://v8project.blogspot.com/2017/03/v8-release-58.html', 'https://v8.dev/blog/v8-release-58'],
['https://v8project.blogspot.com/2017/03/fast-for-in-in-v8.html', 'https://v8.dev/blog/fast-for-in'],
['https://v8project.blogspot.com/2017/02/high-performance-es2015-and-beyond.html', 'https://v8.dev/blog/high-performance-es2015'],
['https://v8project.blogspot.com/2017/02/help-us-test-future-of-v8.html', 'https://v8.dev/blog/test-the-future'],
['https://v8project.blogspot.com/2017/02/one-small-step-for-chrome-one-giant.html', 'https://v8.dev/blog/heap-size-limit'],
['https://v8project.blogspot.com/2017/02/v8-release-57.html', 'https://v8.dev/blog/v8-release-57'],
['https://v8project.blogspot.com/2017/01/speeding-up-v8-regular-expressions.html', 'https://v8.dev/blog/speeding-up-regular-expressions'],
['https://v8project.blogspot.com/2016/12/how-v8-measures-real-world-performance.html', 'https://v8.dev/blog/real-world-performance'],
['https://v8project.blogspot.com/2016/12/v8-nodejs.html', 'https://v8.dev/blog/v8-nodejs'],
['https://v8project.blogspot.com/2016/12/v8-release-56.html', 'https://v8.dev/blog/v8-release-56'],
['https://v8project.blogspot.com/2016/10/webassembly-browser-preview.html', 'https://v8.dev/blog/webassembly-browser-preview'],
['https://v8project.blogspot.com/2016/10/v8-release-55.html', 'https://v8.dev/blog/v8-release-55'],
['https://v8project.blogspot.com/2016/10/fall-cleaning-optimizing-v8-memory.html', 'https://v8.dev/blog/optimizing-v8-memory'],
['https://v8project.blogspot.com/2016/09/v8-release-54.html', 'https://v8.dev/blog/v8-release-54'],
['https://v8project.blogspot.com/2016/08/firing-up-ignition-interpreter.html', 'https://v8.dev/blog/ignition-interpreter'],
['https://v8project.blogspot.com/2016/07/v8-at-blinkon-6-conference.html', 'https://v8.dev/blog/blinkon-6'],
['https://v8project.blogspot.com/2016/07/v8-release-53.html', 'https://v8.dev/blog/v8-release-53'],
['https://v8project.blogspot.com/2016/06/release-52.html', 'https://v8.dev/blog/v8-release-52'],
['https://v8project.blogspot.com/2016/04/es6-es7-and-beyond.html', 'https://v8.dev/blog/modern-javascript'],
['https://v8project.blogspot.com/2016/04/v8-release-51.html', 'https://v8.dev/blog/v8-release-51'],
['https://v8project.blogspot.com/2016/04/jank-busters-part-two-orinoco.html', 'https://v8.dev/blog/orinoco'],
['https://v8project.blogspot.com/2016/03/experimental-support-for-webassembly.html', 'https://v8.dev/blog/webassembly-experimental'],
['https://v8project.blogspot.com/2016/03/v8-release-50.html', 'https://v8.dev/blog/v8-release-50'],
['https://v8project.blogspot.com/2016/02/regexp-lookbehind-assertions.html', 'https://v8.dev/blog/regexp-lookbehind-assertions'],
['https://v8project.blogspot.com/2016/02/v8-extras.html', 'https://v8.dev/blog/v8-extras'],
['https://v8project.blogspot.com/2016/01/v8-release-49.html', 'https://v8.dev/blog/v8-release-49'],
['https://v8project.blogspot.com/2015/12/theres-mathrandom-and-then-theres.html', 'https://v8.dev/blog/math-random'],
['https://v8project.blogspot.com/2015/11/v8-release-48.html', 'https://v8.dev/blog/v8-release-48'],
['https://v8project.blogspot.com/2015/10/jank-busters-part-one.html', 'https://v8.dev/blog/jank-busters'],
['https://v8project.blogspot.com/2015/10/v8-release-47.html', 'https://v8.dev/blog/v8-release-47'],
['https://v8project.blogspot.com/2015/09/custom-startup-snapshots.html', 'https://v8.dev/blog/custom-startup-snapshots'],
['https://v8project.blogspot.com/2015/08/v8-release-46.html', 'https://v8.dev/blog/v8-release-46'],
['https://v8project.blogspot.com/2015/08/getting-garbage-collection-for-free.html', 'https://v8.dev/blog/free-garbage-collection'],
['https://v8project.blogspot.com/2015/07/code-caching.html', 'https://v8.dev/blog/code-caching'],
['https://v8project.blogspot.com/2015/07/v8-45-release.html', 'https://v8.dev/blog/v8-release-45'],
['https://v8project.blogspot.com/2015/07/digging-into-turbofan-jit.html', 'https://v8.dev/blog/turbofan-jit'],
['https://v8project.blogspot.com/2015/07/hello-world.html', 'https://v8.dev/blog/hello-world'],
['https://v8project.blogspot.com/', 'https://v8.dev/'],
// Old wiki URLs.
['https://github.com/v8/v8/wiki/Introduction', 'https://v8.dev/docs'],
['https://github.com/v8/v8/wiki/Building-from-Source', 'https://v8.dev/docs/build'],
['https://github.com/v8/v8/wiki/Checking-out-source', 'https://v8.dev/docs/source-code'],
['https://github.com/v8/v8/wiki/Using-Git', 'https://v8.dev/docs/source-code#using-git'],
['https://github.com/v8/v8/wiki/Building-with-GN', 'https://v8.dev/docs/build-gn'],
['https://github.com/v8/v8/wiki/Building-with-Gyp', 'https://v8.dev/docs/build-gn'],
['https://github.com/v8/v8/wiki/Cross-compiling-for-ARM', 'https://v8.dev/docs/cross-compile-arm'],
['https://github.com/v8/v8/wiki/GUI-and-IDE-access', 'https://v8.dev/docs/ide-setup'],
['https://github.com/v8/v8/wiki/Contributing', 'https://v8.dev/docs/contribute'],
['https://github.com/v8/v8/wiki/Code-of-conduct', 'https://v8.dev/terms#code-of-conduct'],
['https://github.com/v8/v8/wiki/Committer\'s-responsibility', 'https://v8.dev/docs/committer-responsibility'],
['https://github.com/v8/v8/wiki/Testing', 'https://v8.dev/docs/test'],
['https://github.com/v8/v8/wiki/Evaluating-Code-Coverage', 'https://v8.dev/docs/evaluate-code-coverage'],
['https://github.com/v8/v8/wiki/Release-Process', 'https://v8.dev/docs/release-process'],
['https://github.com/v8/v8/wiki/Feature-Launch-Process', 'https://v8.dev/docs/feature-launch-process'],
['https://github.com/v8/v8/wiki/Merging-&-Patching', 'https://v8.dev/docs/merge-patch'],
['https://github.com/v8/v8/wiki/Triaging-issues', 'https://v8.dev/docs/triage-issues'],
['https://github.com/v8/v8/wiki/Cpp-style-guide', 'https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md'],
['https://github.com/v8/v8/wiki/Becoming-a-committer', 'https://v8.dev/docs/become-committer'],
['https://github.com/v8/v8/wiki/Handling-of-Ports', 'https://v8.dev/docs/ports'],
['https://github.com/v8/v8/wiki/Reporting-security-bugs', 'https://v8.dev/docs/security-bugs'],
['https://github.com/v8/v8/wiki/What-to-do-if-your-CL-broke-the-Node.js-integration-build', 'https://v8.dev/docs/node-integration'],
['https://github.com/v8/v8/wiki/How-to-change-V8-public-API', 'https://v8.dev/docs/api'],
['https://github.com/v8/v8/wiki/API-stability', 'https://v8.dev/docs/api'],
['https://github.com/v8/v8/wiki/Blink-layout-tests', 'https://v8.dev/docs/blink-layout-tests'],
['https://github.com/v8/v8/wiki/Flake-bisect', 'https://v8.dev/docs/flake-bisect'],
['https://github.com/v8/v8/wiki/Using-D8', 'https://v8.dev/docs/d8'],
['https://github.com/v8/v8/wiki/D8-on-Android', 'https://v8.dev/docs/d8-android'],
['https://github.com/v8/v8/wiki/Debugging-over-the-V8-Inspector-API', 'https://v8.dev/docs/inspector'],
['https://github.com/v8/v8/wiki/Stack-Trace-API', 'https://v8.dev/docs/stack-trace-api'],
['https://github.com/v8/v8/wiki/ARM-Debugging', 'https://v8.dev/docs/debug-arm'],
['https://github.com/v8/v8/wiki/Debugging-Builtins-with-GDB', 'https://v8.dev/docs/gdb'],
['https://github.com/v8/v8/wiki/GDB-JIT-Interface', 'https://v8.dev/docs/gdb-jit'],
['https://github.com/v8/v8/wiki/Memory-Leaks', 'https://v8.dev/docs/memory-leaks'],
['https://github.com/v8/v8/wiki/Suggested-Readings', 'https://v8.dev/'],
['https://github.com/v8/v8/wiki/V8-Profiler', 'https://v8.dev/docs/profile'],
['https://github.com/v8/v8/wiki/Using-V8’s-internal-profiler', 'https://v8.dev/docs/profile'],
['https://github.com/v8/v8/wiki/V8-Linux-perf-Integration', 'https://v8.dev/docs/linux-perf'],
['https://github.com/v8/v8/wiki/Profiling-Chromium-with-v8', 'https://v8.dev/docs/profile-chromium'],
['https://github.com/v8/v8/wiki/Tracing-V8', 'https://v8.dev/docs/trace'],
['https://github.com/v8/v8/wiki/Getting-Started-with-Embedding', 'https://v8.dev/docs/embed'],
['https://github.com/v8/v8/wiki/Example-code', 'https://v8.dev/docs/embed'],
['https://github.com/v8/v8/wiki/Embedder\'s-Guide', 'https://v8.dev/docs/embed'],
['https://github.com/v8/v8/wiki/Version-numbers', 'https://v8.dev/docs/version-numbers'],
['https://github.com/v8/v8/wiki/Built-in-functions', 'https://v8.dev/docs/builtin-functions'],
['https://github.com/v8/v8/wiki/i18n-support', 'https://v8.dev/docs/i18n'],
['https://github.com/v8/v8/wiki/Untrusted-code-mitigations', 'https://v8.dev/docs/untrusted-code-mitigations'],
['https://github.com/v8/v8/wiki/Design-Elements', 'https://v8.dev/'],
['https://github.com/v8/v8/wiki/Ignition', 'https://v8.dev/docs/ignition'],
['https://github.com/v8/v8/wiki/TurboFan', 'https://v8.dev/docs/turbofan'],
['https://github.com/v8/v8/wiki/CodeStubAssembler-Builtins', 'https://v8.dev/docs/csa-builtins'],
['https://github.com/v8/v8/wiki', 'https://v8.dev/docs'],
// Old Web Fundamentals blog posts.
['https://developers.google.com/web/fundamentals/primers/modules', 'https://v8.dev/features/modules'],
['https://developers.google.com/web/updates/2017/06/object-rest-spread', 'https://v8.dev/features/object-rest-spread'],
['https://developers.google.com/web/updates/2017/10/intl-pluralrules', 'https://v8.dev/features/intl-pluralrules'],
['https://developers.google.com/web/updates/2017/10/promise-finally', 'https://v8.dev/features/promise-finally'],
['https://developers.google.com/web/updates/2017/11/dynamic-import', 'https://v8.dev/features/dynamic-import'],
['https://developers.google.com/web/updates/2018/05/bigint', 'https://v8.dev/features/bigint'],
['https://developers.google.com/web/updates/2018/10/intl-relativetimeformat', 'https://v8.dev/features/intl-relativetimeformat'],
['https://developers.google.com/web/updates/2018/12/class-fields', 'https://v8.dev/features/class-fields'],
['https://developers.google.com/web/updates/2018/12/intl-listformat', 'https://v8.dev/features/intl-listformat'],
]);
// for (const [oldUrl, newUrl] of oldToNew) {
// console.log(`${oldUrl} => ${newUrl}`);
// }
module.exports = oldToNew;