question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Removing the qualified name restriction on import targets

See original GitHub issue

It seems to me, it’s very inconvenient, that import declaration can’t have none qualified symbol as target. By the reason I have to use next way to do this:

class S {}

export type SS = S;
export var SS = S;

Maybe, removing the qualified name restriction will be more convenient than combination of type alias and var alias.

Issue Analytics

  • State:open
  • Created 9 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mhegazycommented, Dec 9, 2015
0reactions
vijaya-lakshmi-venkatramancommented, Mar 3, 2022

Hi, Is this still available?

Read more comments on GitHub >

github_iconTop Results From Across the Web

New-MailboxImportRequest (ExchangePowerShell)
pst file name is named after a corresponding user's alias. The command creates an import request for all the .pst files and imports...
Read more >
5. The import system — Python 3.11.1 documentation
The first is the fully qualified name of the module being imported, for example foo.bar.baz . The second argument is the path entries...
Read more >
[UA→GA4] Goals migration tool - Analytics Help
The goals migration tool allows you to quickly recreate eligible goals from ... Delete the rules for a new conversion event ... Set...
Read more >
Contexts and Dependency Injection - Quarkus
Match the fully qualified name of the class ... to not remove any of their specific beans (even if they satisfy all the...
Read more >
9 Understanding the Oracle Unified Directory Access Control ...
The target can be a distinguished name, one or more attributes, or a single LDAP ... an access control policy before importing your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found