-
Notifications
You must be signed in to change notification settings - Fork 672
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
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
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
I'm working on this |
AndreyBelym
added
TYPE: enhancement
The accepted proposal for future implementation.
and removed
TYPE: proposal
labels
Feb 6, 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
bot
added
the
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
label
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.
http://coffeescript.org/
https://github.com/jashkenas/coffeescript
The text was updated successfully, but these errors were encountered: