puppeteer/.gitignore
JoelEinbinder 9212863b92 Node 6 support (#484)
This patch:
- introduces a transpiler which substitutes async/await logic with
generators.
- starts using the transpiler to generate a node6-compatible version of puppeteer
- introduces a runtime-check to decide which version of code to use

Fixes #316.
2017-08-24 12:20:05 -07:00

11 lines
116 B
Plaintext

/node_modules/
/test/output
/.local-chromium/
/.dev_profile*
.DS_Store
*.swp
*.pyc
.vscode
package-lock.json
/node6