UNPKG

@neo-one/smart-contract-compiler-esnext-esm

Version:

NEO•ONE TypeScript smart contract compiler.

9 lines (7 loc) 362 B
import { handleTypeConversion } from './handleTypeConversion'; export function handleTypeAssignment(context, fromNode, toNode) { const fromType = context.analysis.getType(fromNode); const toType = context.analysis.getType(toNode); handleTypeConversion(context, fromNode, fromType, toNode, toType); } //# sourceMappingURL=handleTypeAssignment.js.map