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

Don't use unassociated elements #49

Closed
jgrosso opened this issue Sep 15, 2019 · 0 comments
Closed

Don't use unassociated elements #49

jgrosso opened this issue Sep 15, 2019 · 0 comments
Labels
bug A bona fide implementation mistake. errors Anything related to Axel's error messages or error handling.

Comments

@jgrosso
Copy link
Collaborator

jgrosso commented Sep 15, 2019

Currently, some errors during macro expansions (e.g. non-existent imports) will cause errors in the transpiled output at locations that are considered unassociated (e.g. the parentheses around an import list). Thus, no sourcemapping is possible, even though this is the morally wrong outcome.

@jgrosso jgrosso added the bug A bona fide implementation mistake. label Sep 15, 2019
@jgrosso jgrosso changed the title Sourcemap: Don't use unassociated elements Errors: Don't use unassociated elements Sep 16, 2019
@jgrosso jgrosso added the errors Anything related to Axel's error messages or error handling. label Sep 16, 2019
@jgrosso jgrosso changed the title Errors: Don't use unassociated elements Don't use unassociated elements Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bona fide implementation mistake. errors Anything related to Axel's error messages or error handling.
Projects
None yet
Development

No branches or pull requests

1 participant