Skip to content

Commit 0433dc5

Browse files
update the TODOs sample snippet
in order to showcase that there's now git blame output
1 parent f7d58c9 commit 0433dc5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,23 @@ It's not meant to replace full-fledged project management tools such as JIRA or
1818
```
1919
# tickgit todos ~/Desktop/facebook/react
2020
...
21-
TODO: does clang define __GNUC__ ?
22-
=> /Users/.../Desktop/facebook/react/scripts/perf-counters/src/portability.h:34:3
21+
TODO:
22+
=> packages/scheduler/src/__tests__/SchedulerBrowser-test.js:85:9
23+
=> added 1 month ago by Andrew Clark <[email protected]> in a2e05b6c148b25590884e8911d4d4acfcb76a487
2324
24-
TODO: FIXME! Without this implemented properly, the JIT
25-
=> /Users/.../Desktop/facebook/react/scripts/perf-counters/src/portability.h:133:3
25+
TODO: Scheduler no longer requires these methods to be polyfilled. But
26+
=> packages/scheduler/src/__tests__/SchedulerBrowser-test.js:77:7
27+
=> added 1 month ago by Andrew Clark <[email protected]> in a2e05b6c148b25590884e8911d4d4acfcb76a487
2628
27-
TODO: it's awkward to create a bundle for this but if we don't, the package
28-
=> /Users/.../Desktop/facebook/react/scripts/rollup/bundles.js:454:7
29+
TODO: Scheduler no longer requires these methods to be polyfilled. But
30+
=> packages/scheduler/src/forks/SchedulerHostConfig.default.js:77:7
31+
=> added 1 month ago by Andrew Clark <[email protected]> in a2e05b6c148b25590884e8911d4d4acfcb76a487
2932
30-
TODO: this is too permissive.
31-
=> /Users/.../Desktop/facebook/react/scripts/rollup/validate/eslintrc.umd.js:20:7
33+
TODO: useTransition hook instead.
34+
=> fixtures/concurrent/time-slicing/src/index.js:110:11
35+
=> added 3 weeks ago by Sebastian Markbåge <[email protected]> in 3ad076472ce9108b9b8a6a6fe039244b74a34392
3236
33-
TODO: type it.
34-
=> /Users/.../Desktop/facebook/react/scripts/shared/inlinedHostConfigs.js:25:27
35-
36-
123 TODOs Found 📝
37+
128 TODOs Found 📝
3738
```
3839

3940
#### Coming Soon

0 commit comments

Comments
 (0)