Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork17
Commit6104acb
committed
(refactor/test): only ignore parts of AsyncLocalStorage
- instead of the whole file, just clear and removeItem, as those two aren't currently used internally - have to use this funky style comment-in-the-middle-of-function- declaration for now as it won't ignore the func otherwise, possibly because of how it gets transpiled down to ES5- invalid usage of localStorage functions also isn't done internally, so ignore the catch / Promise.reject block as well1 parent2b4b78a commit6104acb
2 files changed
+5
-8
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments
Comments
(0)