Skip to content

Conversation

hansl
Copy link
Contributor

@hansl hansl commented Oct 25, 2017

There is no link between a new identifier and its import (and apparently TS does
not export any API to make one in the type checker). The best way to import a
symbol reliably is to use a namespace import (import * as x from "abc").

The new bootstrapping code uses just that.

filipesilva
filipesilva previously approved these changes Oct 25, 2017
filipesilva
filipesilva previously approved these changes Oct 25, 2017
There is no link between a new identifier and its import (and apparently TS does
not export any API to make one in the type checker). The best way to import a
symbol reliably is to use a namespace import (import * as x from "abc").

The new bootstrapping code uses just that.
@hansl hansl force-pushed the lazy-module-fix branch 4 times, most recently from fc80809 to 4b41515 Compare October 25, 2017 22:33
hansl added 2 commits October 25, 2017 15:52
With support for the new API, we stopped processing lazy routes paths, which was a mistake
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants