Skip to content

Commit 632638f

Browse files
authored
Merge pull request #3675 from hey-api/refactor/dsl-from-value
refactor: rename fromValue file to from-value
2 parents 11db9af + 8aa4698 commit 632638f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/openapi-python/src/py-dsl/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { BinaryPyDsl } from './expr/binary';
2121
import { CallPyDsl } from './expr/call';
2222
import { DictPyDsl } from './expr/dict';
2323
import { ExprPyDsl } from './expr/expr';
24-
// import { fromValue as exprValue } from './expr/fromValue';
24+
// import { fromValue as exprValue } from './expr/from-value';
2525
import { IdPyDsl } from './expr/identifier';
2626
import { KwargPyDsl } from './expr/kwarg';
2727
import { ListPyDsl } from './expr/list';
@@ -58,7 +58,7 @@ import { WithPyDsl } from './stmt/with';
5858
// import { TypeAndPyDsl } from './type/and';
5959
// import { TypeAttrPyDsl } from './type/attr';
6060
// import { TypeExprPyDsl } from './type/expr';
61-
// import { fromValue as typeValue } from './type/fromValue';
61+
// import { fromValue as typeValue } from './type/from-value';
6262
// import { TypeFuncPyDsl } from './type/func';
6363
// import { TypeIdxPyDsl } from './type/idx';
6464
// import { TypeLiteralPyDsl } from './type/literal';
File renamed without changes.

packages/openapi-ts/src/ts-dsl/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { AwaitTsDsl } from './expr/await';
2020
import { BinaryTsDsl } from './expr/binary';
2121
import { CallTsDsl } from './expr/call';
2222
import { ExprTsDsl } from './expr/expr';
23-
import { fromValue as exprValue } from './expr/fromValue';
23+
import { fromValue as exprValue } from './expr/from-value';
2424
import { IdTsDsl } from './expr/id';
2525
import { LiteralTsDsl } from './expr/literal';
2626
import { NewTsDsl } from './expr/new';
@@ -51,7 +51,7 @@ import { TypeAliasTsDsl } from './type/alias';
5151
import { TypeAndTsDsl } from './type/and';
5252
import { TypeAttrTsDsl } from './type/attr';
5353
import { TypeExprTsDsl } from './type/expr';
54-
import { fromValue as typeValue } from './type/fromValue';
54+
import { fromValue as typeValue } from './type/from-value';
5555
import { TypeFuncTsDsl } from './type/func';
5656
import { TypeIdxTsDsl } from './type/idx';
5757
import { TypeLiteralTsDsl } from './type/literal';
File renamed without changes.

0 commit comments

Comments
 (0)