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

Add file parsing for .js and .hbs files. #14

Open
4 of 7 tasks
rwjblue opened this issue Apr 22, 2016 · 0 comments
Open
4 of 7 tasks

Add file parsing for .js and .hbs files. #14

rwjblue opened this issue Apr 22, 2016 · 0 comments
Assignees

Comments

@rwjblue
Copy link
Member

rwjblue commented Apr 22, 2016

  • Create a model for JavascriptContent
    • Add ability to get the list of imports, and their corresponding FileInfo's (from the FileInfoCollection).
    • Figure out how to update import paths (keeping relative or absolute versions)
  • Create a model for TemplateContent Implement template renderable invocation detection. #22
    • Add ability to get list of component and helper invocations Implement template renderable invocation detection. #22
    • Figure out how/if they need to change when the files are moved (likely only an issue for {{foo/bar}} type invocations).
    • Determine if a given component/helper is only used from within a single location and make it a local private component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant