mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
f1a6b8d66d
* chore: vendor Mitt into src/common/third-party As discussed in #6203 we need to vendor our common dependencies in so that when we ship an ESM build all imports point to file paths and do not rely on Node resolution (e.g. a browser does not understand `import mitt from 'mitt'`).
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
test/assets/modernizr.js
|
|
third_party/*
|
|
utils/browser/puppeteer-web.js
|
|
utils/doclint/check_public_api/test/
|
|
node6/*
|
|
node6-test/*
|
|
experimental/
|
|
lib/
|
|
/index.d.ts
|
|
# We ignore this file because it uses ES imports which we don't yet use
|
|
# in the Puppeteer src, so it trips up the ESLint-TypeScript parser.
|
|
utils/doclint/generate_types/test/test.ts
|
|
vendor/
|