Jade support
ddavison opened this issue ยท 18 comments
Receiving the following error:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
Similar to: http://discuss.atom.io/t/--template-causes-unsafe-eval-error/9310
Recommendation to use: https://github.com/atom/loophole
you've been busy!! :) I'll take a look through the source and get familiar with how you are doing things
Also, maybe we could consider making a github group? http://github.com/atom-preview perhaps? I've reserved the name in case you like it ๐
That's a great idea! I think we will be having some mini-packages for language support -- TypeScript (See #5) is going to get annoying so I want to build a final solution for all Node developers and use that.
Bummer, I just published it. I will have to get @thedaniel to fix the repository name in the Atom database. Maybe we could hold off migrating until he is complete with atom/apm#73 so I don't have to bug him again :).
However, all related packages should now be created in that organization, if applicable.
ah thats ok. sure!
@ddavison what other languages should we support? We have quite a few already in issues, both closed and open.
You are now a contributor :).
Thanks! I'll get those ones out of the way
Also, as a software tester by profession, I will want to create a CONTRIBUTING.md file sometime in the near future, and make it mandatory to test the language. I can come up with the framework for each language, then the tests should be real short.
just an FYI
+โ That'd be great, thanks!
There are a ton of languages here: http://en.wikipedia.org/wiki/Source-to-source_compiler#Programming_language_implementation ๐
I'm still getting the following error:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
Please help.
@azulacamilo please create a new issue and tell us as much information as you can to help us reproduce. Thanks.