Giter Site home page Giter Site logo

Comments (4)

eungjun-yi avatar eungjun-yi commented on August 22, 2024

jashkenas/coffeescript@1666716 에서 꽤 많은 것이 고쳐졌군요. 문법적인 모호함들을 바로잡은 것 같은데, 덕택에(?) 예전엔 되던 코드들이 실행이 안되네요.

예를 들면 아래와 같은 코드를 컴파일하면 에러가 발생합니다.

foo 'hello'
  a: 1
  b: 2

에러가 발생하지 않으려면 이렇게 쉼표를 넣어주어야 하죠.

foo 'hello',
  a: 1
  b: 2

이게 의도적인건지 아닌것인지 잘 모르겠네요. 일단 메일링리스트에 질문을 올려두었습니다.

https://groups.google.com/forum/#!topic/coffeescript/-xt_RKVQT2c

from devnote.

eungjun-yi avatar eungjun-yi commented on August 22, 2024

답이 올라왔는데, 1.5.0에서부터 변경된 모양이네요. 그럼 그에 따라 고쳐줘야겠군요.

from devnote.

eungjun-yi avatar eungjun-yi commented on August 22, 2024

그리고 1.4.0부터 coffee app 식으로 커피스크립트를 실행할 수 없네요. 반드시 이렇게 coffee app.coffee 확장자를 명시해야 하는 듯.

이 커밋 이후부터 안되는 것 같습니다. jashkenas/coffeescript@c4ebe35

from devnote.

eungjun-yi avatar eungjun-yi commented on August 22, 2024

위 문제는 838f8bb 에서 고쳤습니다.

버그 리포트해주셔서 고맙습니다!

from devnote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.