We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7ec3e commit 4e8ec9cCopy full SHA for 4e8ec9c
lib/update-v8/constants.js
@@ -38,6 +38,9 @@ const fp16Ignore = `!/third_party/fp16
38
/third_party/fp16/src/*
39
!/third_party/fp16/src/include`;
40
41
+const fastFloatReplace = `/third_party/fast_float/src/*
42
+!/third_party/fast_float/src/include`;
43
+
44
export const v8Deps = [
45
{
46
name: 'trace_event',
@@ -103,5 +106,14 @@ export const v8Deps = [
103
106
repo: 'third_party/fp16/src',
104
107
gitignore: fp16Ignore,
105
108
since: 124
109
+ },
110
+ {
111
+ name: 'fast_float',
112
+ repo: 'third_party/fast_float/src',
113
+ gitignore: {
114
+ match: '/third_party/fast_float/src',
115
+ replace: fastFloatReplace
116
117
+ since: 130
118
}
119
];
0 commit comments