Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bevacqua/sixflix

🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.
https://github.com/bevacqua/sixflix

Last synced: about 2 months ago
JSON representation

🎬 Detects whether a host environment supports ES6. Algorithm by Netflix.

Awesome Lists containing this project

README

        

# sixflix

> 🎬 Detects whether a host environment supports ES6. [Algorithm by Netflix][algo].

# features

- detects ES6 support
- extremely tiny

# install

```shell
npm install sixflix --save
```

# api

`require('sixflix')` returns a function. calling this function returns `true` if the host environment supports ES6, `false` otherwise.

# related

- [Netflix JavaScript Talks - Transpilers: Bridge to the Future][talk]

# license

mit

[algo]: https://gist.github.com/DaBs/89ccc2ffd1d435efdacff05248514f38
[talk]: https://www.youtube.com/watch?v=M1qm-AWWu-M&feature=youtu.be&t=50m14s