UNPKG

224 BTypeScriptView Raw
1import { Block } from 'decaffeinate-coffeescript2/lib/coffeescript/nodes';
2/**
3 * Run the CS1 parser and convert the resulting AST into a CS2-compatible AST.
4 */
5export default function parseCS1AsCS2(source: string): Block;