This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bd5b4fe963
puppeteer
/
.eslintignore
3 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Introduce Eslint to validate style This patch introduces eslint and fixes multiple minor code style issues.
2017-06-11 08:32:59 +00:00
third_party/*
[doclint] Prepare doclint for more checks This patch refactors doclint so that more checks and more generators could be added. This patch: - Introduces 'Source' class, which holds file content in-memory and allows it to be updated. - Introduces 'Message' class - which is a pair of a text and a type. Messages could have either 'error' type or 'warning' type.
2017-07-31 04:49:04 +00:00
utils/doclint/check_public_api/test/
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 19:20:05 +00:00
node6/*
Reference in New Issue
Copy Permalink