typescript-loadable-components-plugin
Version:
A custom transformer of typescript that is used to add some necessary properties to loadable-components.
8 lines (7 loc) • 299 B
TypeScript
/*!
* Copyright 2019 acrazing <joking.young@gmail.com>. All rights reserved.
* @since 2019-11-01 23:59:07
*/
import * as ts from 'typescript';
export declare function getRealExpression(node: ts.Node): ts.Node;
export declare function getImportCallList(body: ts.ConciseBody): ts.CallExpression[];