• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

aligner-coffeescript

CoffeeScript support for aligner
  • #aligner
  • #alignment
  • #align
  • #coffeescript
adrianlee44
1.2.0 1,124
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

aligner-coffeescript

Aligner add-on to support Coffeescript.

Supported character/operator

=: assignment

foo   = "bar"
test  = "notest"
hello = "world"

+=, -= and other with =

foo    = "bar"
test  += "notest"
hello -= "world"

:: Object

random =
  troll: "internet"
  foo:   "bar"
  bar:   "beer"

,: Items in arrays

["helloText", 123456, "world"]
["foo"      ,  32124, "bar"]

Comments (if Align Comments options on)

hello = 'world' # line 1
foo   = 'bar'   # line 2

from:

import foo from 'bar'
import *   from 'https'

Installation

Aligner must be installed along with this package. For more information, please check out Aligner

Changelog

  • 2018-10-15   v1.2.0   Add support for from
  • 2018-10-12   v1.1.0   Add support for embedded coffeescript
  • 2017-05-13   v1.0.1   Update README
  • 2017-05-07   v1.0.0   Initial release

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by