-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-system: consolidate all build time constants (#34327)
* Consolidate all babel replacements * fix bs tsconfig * also remove internal-runtime-version * Fix constant selection, modify internal-version to use indent. * minify replaced in getMode....why * Minify-replace does not work when the vars are declared. * remove amp-mode-transform * Revert "remove amp-mode-transform" This reverts commit 853c8da. * bring back the amp-mode minified transform * revert seemingly unrelated change * Update build-system/compile/build-constants.js Co-authored-by: Ryan Cebulko <ryan@cebulko.com> * address rcebulko feedback * forbidden terms message update * further cleanup Co-authored-by: Jake Fried <4656974+samouri@users.noreply.github.com> Co-authored-by: Ryan Cebulko <ryan@cebulko.com>
- Loading branch information
1 parent
2732f55
commit 5869aed
Showing
39 changed files
with
74 additions
and
628 deletions.
There are no files selected for viewing
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
38 changes: 0 additions & 38 deletions
38
build-system/babel-plugins/babel-plugin-is_fortesting-constant-transformer/index.js
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...rtesting-constant-transformer/test/fixtures/transform-assertions/isdev-transform/input.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ting-constant-transformer/test/fixtures/transform-assertions/isdev-transform/options.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...testing-constant-transformer/test/fixtures/transform-assertions/isdev-transform/output.js
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
..._fortesting-constant-transformer/test/fixtures/transform-assertions/no-transform/input.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...testing-constant-transformer/test/fixtures/transform-assertions/no-transform/options.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...fortesting-constant-transformer/test/fixtures/transform-assertions/no-transform/output.js
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
build-system/babel-plugins/babel-plugin-is_fortesting-constant-transformer/test/index.js
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
build-system/babel-plugins/babel-plugin-is_minified-constant-transformer/index.js
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...ied-constant-transformer/test/fixtures/transform-assertions/isminified-transform/input.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...constant-transformer/test/fixtures/transform-assertions/isminified-transform/options.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...ed-constant-transformer/test/fixtures/transform-assertions/isminified-transform/output.js
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...is_minified-constant-transformer/test/fixtures/transform-assertions/no-transform/input.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...inified-constant-transformer/test/fixtures/transform-assertions/no-transform/options.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...s_minified-constant-transformer/test/fixtures/transform-assertions/no-transform/output.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.