Skip to content

Commit 305f4bd

Browse files
committedSep 20, 2022
Merge branch 'main' into fix/47969
2 parents 906510e + 23746af commit 305f4bd

File tree

2,390 files changed

+645491
-255713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,390 files changed

+645491
-255713
lines changed
 

‎.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ scripts/run.bat
2020
scripts/word2md.js
2121
scripts/buildProtocol.js
2222
scripts/ior.js
23-
scripts/authors.js
2423
scripts/configurePrerelease.js
2524
scripts/open-user-pr.js
2625
scripts/open-cherry-pick-pr.js

‎.eslintignore

+18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1+
**/node_modules/**
12
/built/local/**
23
/tests/**
34
/lib/**
45
/src/lib/*.generated.d.ts
6+
# Ignore all compiled script outputs
7+
/scripts/*.js
8+
# But, not the ones that are hand-written.
9+
# TODO: remove once scripts are pure JS
10+
!/scripts/browserIntegrationTest.js
11+
!/scripts/createPlaygroundBuild.js
12+
!/scripts/failed-tests.js
13+
!/scripts/find-unused-diagnostic-messages.js
14+
!/scripts/lint-hooks.js
15+
!/scripts/perf-result-post.js
16+
!/scripts/post-vsts-artifact-comment.js
17+
!/scripts/regenerate-unicode-identifier-parts.js
18+
!/scripts/run-sequence.js
19+
!/scripts/update-experimental-branches.js
20+
/scripts/eslint/built/**
21+
/internal/**
22+
/coverage/**

0 commit comments

Comments
 (0)