Editions
  • Overview
  • Ecosystem
  • Specification
  • Tags
  • FAQ
  • Comparisons
    • Alternative Approaches
    • Fields Comparison
Powered by GitBook
On this page
  • Languages
  • JavaScript

Was this helpful?

Tags

A listing of tags that people are using within their editions.

PreviousSpecificationNextFAQ

Last updated 6 years ago

Was this helpful?

Languages

  • javascript - for JavaScript

  • coffeescript - for

  • typescript - for

JavaScript

Versions

  • esnext - for anything newer than the babel 2015 preset

  • es2015 - for the babel 2015 preset

  • es5 - for code that will run in node 0.10 and IE8 (no feature syntaxes)

Modules

  • import - for import/export module syntax, aka the CommonJS/Node Module System

  • require - for require/module.exports module syntax, aka the ES/ES6/JS Module System

Features

  • arrows

  • await

  • classes

  • const

  • defaults

  • destructuring

  • forof

  • generators

  • getset

  • let

  • map

  • promises

  • proxies

  • reflect

  • rest

  • set

  • spread

  • symbols

  • template strings

Proposals

  • decorators

Custom

  • jsx

flow type inline - for inline syntax, let greeting:string = 'hello'

flow type comments - for comment syntax, let greeting /*:string*/ = 'hello'

CoffeeScript
TypeScript
shorthand
Flow Type
Flow Type