-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(web): reverts keyboard-processor demodularization from #6597
- Loading branch information
jahorton
committed
May 18, 2022
1 parent
75e77c4
commit 6fd6aa4
Showing
12 changed files
with
106 additions
and
115 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
common/core/web/keyboard-processor/src/tsconfig.bundled.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// This variant of the tsconfig.json exists to create a 'leaf', 'bundled' | ||
// version of the keyboard-processor build product. The same reference | ||
// cannot be prepended twice in a composite tsc build, posing problems | ||
// for certain down-line builds if the two tsconfigs are not differentiated. | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outFile": "../build/index.bundled.js" | ||
}, | ||
"references": [ | ||
{ "path": "../../../../../common/models/types" }, | ||
{ "path": "../../../../../common/web/web-environment/", "prepend": true }, | ||
{ "path": "../../../../../common/core/web/utils/", "prepend": true} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.