Skip to content

ES6 modules export { var1, var2, ... } doesn't work. #259

Closed
@gaperton

Description

@gaperton

m is not exported in this example. But should. As result, I cannot use TypeDoc for in my libraries, thus, severity 'critical'.

Could we do something about it? May be I'm doing something wrong?

export const on = Events;
export class X {};
export interface Y {};
export function f(){};

let m = 5;
export { m };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions