A listing of tags that people are using within their editions.
javascript - for JavaScript
javascript
coffeescript - for CoffeeScriptarrow-up-right
coffeescript
typescript - for TypeScriptarrow-up-right
typescript
esnext - for anything newer than the babel 2015 preset
esnext
es2015 - for the babel 2015 preset
es2015
es5 - for code that will run in node 0.10 and IE8 (no feature syntaxes)
es5
import - for import/export module syntax, aka the CommonJS/Node Module System
import
export
require - for require/module.exports module syntax, aka the ES/ES6/JS Module System
require
module.exports
arrows
await
classes
const
defaults
destructuring
forof
generators
getset
let
map
promises
proxies
reflect
rest
set
shorthandarrow-up-right
shorthand
spread
symbols
template strings
decorators
jsx
flow type inline - for Flow Typearrow-up-right inline syntax, let greeting:string = 'hello'
flow type inline
let greeting:string = 'hello'
flow type comments - for Flow Typearrow-up-right comment syntax, let greeting /*:string*/ = 'hello'
flow type comments
let greeting /*:string*/ = 'hello'
Last updated 7 years ago
Was this helpful?