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
8cf10fb7b9
puppeteer
/
.eslintignore
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore: use `composite` builds for tests (#8522)
2022-06-15 10:05:25 +00:00
assets/
build/
coverage/
chore: move code to src/ and emit with TypeScript (#5568) This updates our `tsconfig.json` so it emits our JavaScript files as well as type checking them. We compile into `./lib` which we then ship in our npm package. The source code has moved from `./lib` into `./src`. Because the `src/` directory is exclusively JS files, this change is a no-op in terms of code functionality but is the first step towards being able to replace `src/X.js` with `src/X.ts` in a way that allows us to migrate incrementally. The `lib` directory is gitignored, and the `src` directory is npmignored. On `npm publish` we will now run `npm run tsc` in order to generate the outputted code.
2020-04-02 14:25:19 +00:00
lib/
chore: use `composite` builds for tests (#8522)
2022-06-15 10:05:25 +00:00
tsconfig.tsbuildinfo
feat: export public types only (#8584)
2022-06-27 07:24:23 +00:00
vendor/
Reference in New Issue
Copy Permalink