Skip to content

Commit

Permalink
Merge pull request #45 from algorandfoundation/refactor-export-types
Browse files Browse the repository at this point in the history
refactor: export more PTypes for the testing packageto capture generic type info
  • Loading branch information
boblat authored Nov 12, 2024
2 parents ccec890 + 9fcfe48 commit 21e747a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ import {
} from './util'

export { SourceLocation } from './awst/source-location'
export { anyPType, ContractClassPType, FunctionPType, PType } from './awst_build/ptypes'
export {
anyPType,
BoxMapPType,
BoxPType,
ContractClassPType,
FunctionPType,
GlobalStateType,
LocalStateType,
PType,
} from './awst_build/ptypes'
export { ARC4StructType, ARC4TupleType, DynamicArrayType, StaticArrayType, UFixedNxMType, UintNType } from './awst_build/ptypes/arc4-types'
export { registerPTypes } from './awst_build/ptypes/register'
export { typeRegistry } from './awst_build/type-registry'
export { TypeResolver } from './awst_build/type-resolver'
Expand Down

0 comments on commit 21e747a

Please sign in to comment.