Skip to content

Commit

Permalink
fix(codegen): keep _ suffix for naming (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Jan 27, 2024
1 parent 747ca33 commit c5b20f0
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/src/move/shared-network-codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import {
InternalMoveStruct,
moduleQname,
SPLITTER,
camel,
normalizeToJSName,
upperFirst
} from '@typemove/move'
import { camel } from 'radash'

export abstract class SharedNetworkCodegen<NetworkType, ModuleTypes, StructType> extends AbstractCodegen<
ModuleTypes,
Expand Down
Loading

0 comments on commit c5b20f0

Please sign in to comment.