Commit a1c075b
test: drop fallback for import.meta.dirname in example code (#2781)
I was following this example in our internal repo and Greptile caught
this error -- we were using dirname without importing it. That fallback
seems to be only for Node 19 and below so it should be safe to drop it
### Changes are visible to end-users: no
### Test plan
- Covered by existing test cases
Co-authored-by: Tyler Breisacher <matrixfrog@gmail.com>1 parent 2d7fa88 commit a1c075b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments