We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @ConorHiggins on November 4, 2016 2:1
Steps to Reproduce:
Paste the following into a new tab and save it as a .coffee file:
define [ 'text!./template.html' ], ( templateMarkup ) -> class SomeVM ### ____ _ / ___| ___| |_ _ _ _ __ \___ \ / _ \ __| | | | '_ \ ___) | __/ |_| |_| | |_) | |____/ \___|\__|\__,_| .__/ |_| # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### constructor: (params={}) -> @somePropName = 'xyz' return ### _____ _ _ _ _ _ | ____|_ _____ _ __ | |_ | | | | __ _ _ __ __| | | ___ _ __ ___ | _| \ \ / / _ \ '_ \| __| | |_| |/ _` | '_ \ / _` | |/ _ \ '__/ __| | |___ \ V / __/ | | | |_ | _ | (_| | | | | (_| | | __/ | \__ \ - On... |_____| \_/ \___|_| |_|\__| |_| |_|\__,_|_| |_|\__,_|_|\___|_| |___/ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### ### _____ | _ \(_)___ _ __ | | __ _ _ _ | | | | / __| '_ \| |/ _` | | | | | |_| | \__ \ |_) | | (_| | |_| | |____/|_|___/ .__/|_|\__,_|\__, | |_| |___/ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### ### __ __ _ \ \ / /__ _ __| | _____ _ __ ___ \ \ /\ / / _ \| '__| |/ / _ \ '__/ __| \ V V / (_) | | | < __/ | \__ \ \_/\_/ \___/|_| |_|\_\___|_| |___/ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### ### ____ _ | _ \ ___ ___| |_ _ __ ___ _ _ | | | |/ _ \/ __| __| '__/ _ \| | | | | |_| | __/\__ \ |_| | | (_) | |_| | |____/ \___||___/\__|_| \___/ \__, | |___/ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ### dispose: -> return return { viewModel: SomeVM template: templateMarkup }
Copied from original issue: microsoft/vscode#14953
The text was updated successfully, but these errors were encountered:
Same issue in TextMate.
Sorry, something went wrong.
No branches or pull requests
From @ConorHiggins on November 4, 2016 2:1
Steps to Reproduce:
Paste the following into a new tab and save it as a .coffee file:
Copied from original issue: microsoft/vscode#14953
The text was updated successfully, but these errors were encountered: