Commit a998ae6
fix: add __filename and __dirname shims to nadle-lsp ESM banner
TypeScript uses __filename internally for case-sensitivity detection.
When bundled into ESM output, this is undefined. Add shims derived from
import.meta.url alongside the existing createRequire shim.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3f4bc92 commit a998ae6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments