Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Allow in-line commentted imports (optional) #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZJONSSON
Copy link

@ZJONSSON ZJONSSON commented Sep 3, 2013

(a) Source file lints better
(b) Source file can be used standalone (provided any required dependencies are loaded manually)

This is not strictly backwards compatible, as any previous source code with commented imports (meant not to execute) will execute under this commit.

(a) Source file lints better  and (b)  can be used standalone (provided any required dependancies are loaded manually)
@ZJONSSON
Copy link
Author

ZJONSSON commented Sep 3, 2013

In this perspective it's worth noting that "import" inside a multi-line comment /* ... */ are executed (in current SMASH master), but resulting code fails if it contains multi-line comments as well.

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.

1 participant