-
-
Notifications
You must be signed in to change notification settings - Fork 584
The big ol’ Build Awesome Internals Pull Request #4294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+4,110
−3,288
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
6140cec
Working demo
zachleat 354303c
Working example
zachleat 5243eaf
Opt-in feature via experimental flags
zachleat 1acc7f8
Status
zachleat 6e2581b
Merge branch 'main' into data-sourcemap-current
zachleat 437df4f
Removes page.inputPathDir and page.dir (temporarily)
zachleat 023669e
Working localedit demo
zachleat 60086f8
Status
zachleat 992b227
Merge branch 'main' into rename
zachleat de2dec4
Merge branch 'rename' into data-sourcemap-current
zachleat 76fd63f
Status
zachleat 08bd073
Status
zachleat 3272486
Upgrade deps
zachleat 2b4a09b
De-dupe file paths
zachleat 6bebccf
Merge branch 'data-sourcemap-current'
zachleat 08589e6
Priority for #4247 changed to prefer JS over TS if both exist
zachleat d9f0d5c
A few more package ignores
zachleat ebc3264
Move packages/client to packages/browser
zachleat f60a2a8
`eleventy.*` events now also emit as `buildawesome.*`, ELEVENTY_ env …
zachleat 0ce6f27
Use buildawesome.config.js instead of build-awesome.config.js
zachleat d3888c0
Resolve buildawesome.* for data cascade. Prefer buildawesome.computed…
zachleat 3d8abff
Breaking: changes directory dtaq file suffix from `11tydata.*` to `da…
zachleat e839957
Adds server.* JavaScript templates aliased to 11ty.js
zachleat 1c6ae1e
Adds `buildawesome` global data (aliased to `eleventy`)
zachleat 7d27fb6
Rename eleventyConfig to $config for configuration callback tests
zachleat 96b5724
Add support for buildawesome: prefix on post html transformer API
zachleat c1bda25
Restore .11tydata directory data file extension (default, unbreaking …
zachleat 6bc39be
Upgrade deps
zachleat b4ff998
Fetch data file globs correctly
zachleat f881ed9
Restore 11ty.* typescript template support
zachleat 9d21367
Cleanup for verbose being passed around everywhere, orchestrate throu…
zachleat 154a9d4
Fix server output from ConsoleLogger reuse
zachleat 1a11ddc
Change logging prefix based on configuration file used.
zachleat b4dfeea
Standardize on browser instead of client for Vitest runs
zachleat 3c3c21b
Missed a reference to test:client
zachleat f25edfc
First version of Build Awesome release script
zachleat e9e00ac
Whitespace consistency
zachleat 4daa135
Revert override
zachleat 9b2d619
Remove the dash from the future repo name
zachleat 650e8b4
Fix signing
zachleat e803e26
Fix signing
zachleat 568dbab
Resolves https://github.com/11ty/eleventy/pull/4294#discussion_r34078…
zachleat 3f1f35a
Resolves https://github.com/11ty/eleventy/pull/4294#discussion_r34078…
zachleat 0fd1c2f
A few more tests for attribute resolution. Resolves https://github.co…
zachleat dbc09e9
Remove comment
zachleat 0c0c70b
Resolves https://github.com/11ty/eleventy/pull/4294#discussion_r34078…
zachleat 59ff2a9
Resolves https://github.com/11ty/eleventy/pull/4294#discussion_r34078…
zachleat 9bc119a
Remove the data editing from this PR, needs to be decoupled
zachleat 6f87e70
Remove data cascade location mapping (needs to be in a separate PR)
zachleat ee65fb8
Resolve https://github.com/11ty/eleventy/pull/4294/changes/BASE..e803…
zachleat 97e763f
Resolves https://github.com/11ty/eleventy/pull/4294#discussion_r34078…
zachleat a779d77
Only use BuildAwesome: debug log prefix if running from the Build Awe…
zachleat a028ad3
Removes comment
zachleat 2cf4280
Error class rename
zachleat 792108c
Method rename
zachleat 2677949
Build Awesome package.json defaults
zachleat e000c35
Whitespace normalization
zachleat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -5,4 +5,6 @@ test_node | |
| coverage | ||
| eslint.config.js | ||
| .* | ||
| packages/client/ | ||
| packages/browser/ | ||
| scripts | ||
| tsconfig.json | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.