mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
391d1abaa7
This patch unifies node6 transpilation: - instead of generating multiple top-level directories, prefixed with `node6-`, all transpiled code gets placed under single `node6/` folder - transpilation doesn't change require paths of transpiled modules any more
20 lines
219 B
Plaintext
20 lines
219 B
Plaintext
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
/node6/test
|
|
/node6/utils
|
|
/test
|
|
/utils
|
|
/docs
|
|
yarn.lock
|