UNPKG

pxt-core

Version:

Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors

9 lines (8 loc) 294 B
export declare function findBlockIdByPosition(sourceMap: pxt.blocks.BlockSourceInterval[], loc: { start: number; length: number; }): string; export declare function findBlockIdByLine(sourceMap: pxt.blocks.BlockSourceInterval[], loc: { start: number; length: number; }): string;