Aligner add-on to support Typescript.
=
: assignment
let foo = "bar"let test = "notest"let hello = "world"
+=
, -=
and other with =
let foo = "bar"let test += "notest"let hello -= "world"
:
: Object
random = {troll: "internet",foo: "bar",bar: "beer"}
,
: Items in arrays
["helloText", 123456, "world"]["foo" , 32124, "bar"]
from
:
import * from 'fs';
import * from 'https';
Comments (if Align Comments
options on)
let hello = 'world'; // line 1let foo = 'bar'; // line 2
Aligner must be installed along with this package. For more information, please check out Aligner
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.