interface BabelFile {
    ast: File;
    code: string;
    hub: Hub;
    inputMap: null | object;
    metadata: object;
    opts: TransformOptions;
    path: NodePath<Program>;
    scope: Scope;
}

Properties

ast: File
code: string
hub: Hub
inputMap: null | object
metadata: object
scope: Scope