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

Allow single line conditional code #104

Open
dev-mraj opened this issue Feb 15, 2016 · 0 comments
Open

Allow single line conditional code #104

dev-mraj opened this issue Feb 15, 2016 · 0 comments

Comments

@dev-mraj
Copy link

like

console.log('test'); //@when DEBUG

or skip next line if condiation match```

//@when DEBUG
console.log('test');


if already used so use when or something that is easy to write, because its hard to write @endif for each line. 

i don't know if its already possible, but i see docs and code i didn't find something like this.
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