-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hostWhiteList -> hostAllowList moduleWhitelist -> moduleAllowlist
- Loading branch information
1 parent
57211c7
commit 99df2e5
Showing
51 changed files
with
4,247 additions
and
4,247 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/fastboot-app-server/test/fixtures/basic-app/package.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
2 changes: 1 addition & 1 deletion
2
packages/fastboot-app-server/test/fixtures/broken-app/package.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
2 changes: 1 addition & 1 deletion
2
packages/fastboot-app-server/test/fixtures/global-app/package.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
4 changes: 2 additions & 2 deletions
4
packages/fastboot-express-middleware/test/fixtures/app-with-console-log/package.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"dependencies": {}, | ||
"fastboot": { | ||
"moduleWhitelist": [], | ||
"moduleAllowlist": [], | ||
"manifest": { | ||
"appFile": "assets/fastboot-test.js", | ||
"htmlFile": "index.html", | ||
"vendorFile": "assets/vendor.js" | ||
} | ||
} | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...tboot-express-middleware/test/fixtures/app-with-metadata/assets/fastboot-app-fastboot.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.