-
Notifications
You must be signed in to change notification settings - Fork 27
SyntaxError: Unexpected identifier #55
Comments
|
Alright, as a sidenote, the issue is raised because with |
Do you mean plugin-sass? Hm I don't know what the do differently. Maybe we should look and compare it with this repo? Unfortunately I have no experience with TypeScript so I can't help you out with your problem 😕 (I think this error is related to TypeScript because it can't parse my script)
Oh sorry, I oversight that 😔 |
Nope, with this library, on this release, works,unintentionally, but it does. I'll look into it and see what made it work before or made it fail now. I know TypeScript might not be a focus of the project but its a good to have for users. |
Preconditions
node@5.11.0
jspm@0.17.0-beta.12
plugin-sass@0.4.3
Given
We have the following in
jspm.config.js
We have a
check-box-alpha.scss
file within the package which contains the followingWe have a
CheckBoxAlpha.ts
file next to thecheck-box-alpha.scss
file with the followingThen
In our console we execute the following command
Finally
In our console we see the following error
The text was updated successfully, but these errors were encountered: