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

Add an ability to write tests using Coffee script syntax #1556

Closed
miherlosev opened this issue Jun 21, 2017 · 2 comments
Closed

Add an ability to write tests using Coffee script syntax #1556

miherlosev opened this issue Jun 21, 2017 · 2 comments
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: API TYPE: enhancement The accepted proposal for future implementation.

Comments

@miherlosev
Copy link
Collaborator

http://coffeescript.org/
https://github.com/jashkenas/coffeescript

@AndreyBelym AndreyBelym changed the title Add abilitiy to write tests using Coffee script syntax Add an ability to write tests using Coffee script syntax Jun 21, 2017
miherlosev pushed a commit that referenced this issue Aug 10, 2018
* CoffeeScript compiler first pass

* Tests for CoffeeScript compiler

* Don’t use CoffeeScript’s internal Babel to compile, use the same Babel and method as ESNextTestFileCompiler

* CoffeeScript functional tests that mirror TypeScript’s

* Don’t crash on variable declaration lines like `var foo;` (this apparently was a bug for regular JS/TypeScript too, not just for CoffeeScript)

* Don’t use CoffeeScript safety wrapper, so that the AST nodes we’re looking for are top-level

* CoffeeScript parser smoke tests; allow returns of `test` calls
@MargaritaLoseva
Copy link
Contributor

I'm working on this

@AndreyBelym AndreyBelym added TYPE: enhancement The accepted proposal for future implementation. and removed TYPE: proposal labels Feb 6, 2019
@lock
Copy link

lock bot commented Mar 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 27, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2019
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this issue Dec 18, 2019
* CoffeeScript compiler first pass

* Tests for CoffeeScript compiler

* Don’t use CoffeeScript’s internal Babel to compile, use the same Babel and method as ESNextTestFileCompiler

* CoffeeScript functional tests that mirror TypeScript’s

* Don’t crash on variable declaration lines like `var foo;` (this apparently was a bug for regular JS/TypeScript too, not just for CoffeeScript)

* Don’t use CoffeeScript safety wrapper, so that the AST nodes we’re looking for are top-level

* CoffeeScript parser smoke tests; allow returns of `test` calls
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: API TYPE: enhancement The accepted proposal for future implementation.
Projects
None yet
Development

No branches or pull requests

4 participants