8000 Suggestion: importing internal modules with ES6 syntax · Issue #2630 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content
Suggestion: importing internal modules with ES6 syntax #2630
Closed
@boris-kolar

Description

@boris-kolar

It would be nice to import internal modules with ES6 syntax. Example:
you could write...

import "Lib/Utils" // new syntax (maybe import "Lib/Utils.ts" should work too?)

... instead of the old way

/// <reference path="Lib/Utils.ts"/> // old syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    Out of ScopeThis idea sits outside of the TypeScript language design constraints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0