Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea - ES6 Shared import statements centralized to a single file within directory #6165

Closed
diegohb opened this issue Dec 19, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@diegohb
Copy link

diegohb commented Dec 19, 2015

Wondering if something like the "_ViewStart" for MVC could be added to TS...

If a directory has 5 files and each of them share a common set of ES6 import...from statements then creating a file (preferably not called _ViewStart) could be created at the parent directory and this will ensure each class has all of those scopes included for intellisense and they can be injected during compilation.

nice to have would be to be able to nest these so that following a directory structure will result in all of the usings at the deepest level flattened out from parent "viewStart" using listings.

@mhegazy
Copy link
Contributor

mhegazy commented Jan 8, 2016

looks like a duplicate/variant of #17

@mhegazy mhegazy closed this as completed Jan 8, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Jan 8, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants