Skip to content

V2.2.2

Compare
Choose a tag to compare
@princejwesley princejwesley released this 27 Feb 08:32
· 153 commits to master since this release
  • Upgrade typescript -> 1.8.2 & electron -> 0.36.9
  • Run time option support
-s | --script   Script file to load
-m | --mode     REPL mode (applicable only for JS).
                  (Allowed values: 'magic', 'sloppy' or 'strict')
-e | --editor   REPL or Notebook(experimental) mode
                  (Allowed values: 'repl', or 'notebook')
-t | --theme    Editor theme.
                  (Allowed values: 'dark', or 'light')
-l | --lang     Scripting language. (Allowed values: 'js', 'javascript', 'ts',
                  'typescript', 'ls', 'livescript', 'coffee', 'coffeescript', 'babel')

and bug fixes.