You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In order to make the tests pass, please update the baseline as well in any pull
34
34
It's recommended to first check which spec the wrong type belongs to. Say we are to update `IntersectionObserver` which belongs to [`Intersection Observer`](https://www.w3.org/TR/intersection-observer/) spec, and then we can do:
35
35
36
36
1. First check we have the spec name `Intersection Observer` in `inputfiles/idlSources.json`. If not, add it.
37
-
2. Run `npm run fetch-idl "Intersection Observer" && num run build && npm run baseline-accept`.
37
+
2. Run `npm run fetch-idl "Intersection Observer" && npm run build && npm run baseline-accept`.
38
38
39
39
If the above didn't fix the type issues, we can fix them via json files as a last resort.
40
40
There are three json files that are typically used to alter the type generation: `addedTypes.json`, `overridingTypes.json`, and `removedTypes.json`.
0 commit comments