Skip to content

Commit

Permalink
Fix lex-cli Windows compatibility (#3534)
Browse files Browse the repository at this point in the history
Windows compatibility

Fixes #3327
  • Loading branch information
matthieusieben authored Feb 14, 2025
1 parent e69e89a commit 175f89f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-rice-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@atproto/lex-cli": patch
---

Improve compatibility with Windows runtimes.
2 changes: 1 addition & 1 deletion packages/lex-cli/src/codegen/lex-gen.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { relative as getRelativePath } from 'node:path'
import { relative as getRelativePath } from 'node:path/posix'
import { SourceFile, VariableDeclarationKind } from 'ts-morph'
import {
LexArray,
Expand Down

0 comments on commit 175f89f

Please sign in to comment.