Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[Bug] Babel Static triggers parsing error #980
Comments
This comment has been minimized.
This comment has been minimized.
|
Ah, it looks like you'll need to use https://standardjs.com/#how-do-i-use-experimental-javascript-es-next-features |
Flet
closed this
Nov 7, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HACKHERS commentedAug 30, 2017
Hello,
I tried to fix the problem but I think they are not supported. I can't find any way around that. Babel plugin that I use: babel-plugin-transform-class-properties
Code:
Error: standard: Use JavaScript Standard Style (https://standardjs.com)
Translative.js:8:20: Parsing error: Unexpected token ;
Any ideas?