File tree Expand file tree Collapse file tree
openapi-python/src/py-dsl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { BinaryPyDsl } from './expr/binary';
2121import { CallPyDsl } from './expr/call' ;
2222import { DictPyDsl } from './expr/dict' ;
2323import { ExprPyDsl } from './expr/expr' ;
24- // import { fromValue as exprValue } from './expr/fromValue ';
24+ // import { fromValue as exprValue } from './expr/from-value ';
2525import { IdPyDsl } from './expr/identifier' ;
2626import { KwargPyDsl } from './expr/kwarg' ;
2727import { 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.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { AwaitTsDsl } from './expr/await';
2020import { BinaryTsDsl } from './expr/binary' ;
2121import { CallTsDsl } from './expr/call' ;
2222import { ExprTsDsl } from './expr/expr' ;
23- import { fromValue as exprValue } from './expr/fromValue ' ;
23+ import { fromValue as exprValue } from './expr/from-value ' ;
2424import { IdTsDsl } from './expr/id' ;
2525import { LiteralTsDsl } from './expr/literal' ;
2626import { NewTsDsl } from './expr/new' ;
@@ -51,7 +51,7 @@ import { TypeAliasTsDsl } from './type/alias';
5151import { TypeAndTsDsl } from './type/and' ;
5252import { TypeAttrTsDsl } from './type/attr' ;
5353import { TypeExprTsDsl } from './type/expr' ;
54- import { fromValue as typeValue } from './type/fromValue ' ;
54+ import { fromValue as typeValue } from './type/from-value ' ;
5555import { TypeFuncTsDsl } from './type/func' ;
5656import { TypeIdxTsDsl } from './type/idx' ;
5757import { TypeLiteralTsDsl } from './type/literal' ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments