Skip to content

Commit

Permalink
chore: infrastructure for injecting scripts into DOMWorlds (#8801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Aug 17, 2022
1 parent a5f1078 commit bdcb748
Show file tree
Hide file tree
Showing 53 changed files with 1,629 additions and 214 deletions.
5 changes: 4 additions & 1 deletion .eslintignore
Expand Up @@ -7,7 +7,7 @@ build/
lib/

# Generated files
tsconfig.tsbuildinfo
**/*.tsbuildinfo
puppeteer.api.json
puppeteer*.tgz
yarn.lock
Expand All @@ -18,9 +18,11 @@ yarn.lock
test/output-*/
.dev_profile*
coverage/
src/generated

# IDE Artifacts
.vscode
.devcontainer

# Misc
.DS_Store
Expand All @@ -32,6 +34,7 @@ coverage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

## [END] Keep in sync with .gitignore

# ESLint ignores.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install
- name: Build
run: |
node utils/generate_version_file.js
ts-node utils/generate_sources.ts
npm run docs
- name: Version docs
working-directory: ./website
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,6 +17,7 @@ yarn.lock
test/output-*/
.dev_profile*
coverage/
src/generated

# IDE Artifacts
.vscode
Expand Down
4 changes: 3 additions & 1 deletion .prettierignore
Expand Up @@ -7,7 +7,7 @@ build/
lib/

# Generated files
tsconfig.tsbuildinfo
**/*.tsbuildinfo
puppeteer.api.json
puppeteer*.tgz
yarn.lock
Expand All @@ -18,9 +18,11 @@ yarn.lock
test/output-*/
.dev_profile*
coverage/
src/generated

# IDE Artifacts
.vscode
.devcontainer

# Misc
.DS_Store
Expand Down

0 comments on commit bdcb748

Please sign in to comment.