Skip to content

Support pattern matching in <Reference> directives #4102

Closed
@Davidhanson90

Description

@Davidhanson90

Hey all,

Maybe this has been raised before but its something I would really like to see supported in TS. Basically I would like the ability to support referencing TS files using patterns. For example

This

/// <reference path="../../helpers/promiseHelper.ts" />
/// <reference path="../../helpers/loggingHelper.ts" />

could be

/// <reference path="../../helpers/*Helper.ts" />

or folder patterns

/// <reference path="/app/specs/**/*.ts" />

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    SuggestionAn idea for TypeScriptToo ComplexAn issue which adding support for may be too complex for the value it adds

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions