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

Handle importing modules #95

Closed
Buslowicz opened this issue Jul 16, 2017 · 0 comments
Closed

Handle importing modules #95

Buslowicz opened this issue Jul 16, 2017 · 0 comments
Assignees
Labels

Comments

@Buslowicz
Copy link
Owner

Buslowicz commented Jul 16, 2017

Modules import (without extensions) should be handled correctly:

  • Project files should be handled as HTML module.
    Imports without extensions will be imported as HTML modules: import "./file" -> <link rel="import" href="./file.html">
  • Non-project files should be ignored.
@Buslowicz Buslowicz added the bug label Jul 16, 2017
@Buslowicz Buslowicz self-assigned this Jul 16, 2017
Buslowicz pushed a commit that referenced this issue Jul 16, 2017
Buslowicz pushed a commit that referenced this issue Jul 16, 2017
#95: Handle importing modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant