-
Notifications
You must be signed in to change notification settings - Fork 153
Ember v2 caching and deserialization. #462
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
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
81d8853
feat: Basic runtime helper build infrastructure and scaffolding.
chriseppstein a4b6b0a
refactor: Moved the broccoli-plugin for ember-app to it's own file.
chriseppstein 43f83c5
fix: Types lookup for the template-compiler-plugin of htmlbars.
chriseppstein 188591d
fix: Upgrade fs-merger.
chriseppstein 0c20d7d
fix: Update tests to use the new helper name.
chriseppstein 6ae05b1
feat: Implement caching for additional files during template processing.
chriseppstein 4599c94
refactor(ember): Extract template compiler plugin and refactor it.
chriseppstein ec338bf
feat: Deserializing block definition files & analysis in the ember-app.
chriseppstein 140d3cd
feat: Show the identifier of the other block if a name collision occurs.
chriseppstein 9aafacd
fix: Instead of addon use a vanilla module for testing node integration.
chriseppstein cebbc59
fix: Look for broccoli tree paths in additional scopes.
chriseppstein 994239b
fix: Namespace blocks within each app/addon/engine.
chriseppstein 5027298
fix: Re-use precomiled css if available. Give compiled css to optimizer.
chriseppstein 4304fc5
fix: Update debug message to output the correct value.
chriseppstein f320818
fix: Linting errors.
chriseppstein 2615eb9
fix: Cleanup the deserialization code for analysis.
chriseppstein ebcb555
fix: Remove unnecessary type guard named isBooleanAttr.
chriseppstein 38e1e11
fix: Whitespace to use tabs in code-workspace file.
chriseppstein 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
feat: Deserializing block definition files & analysis in the ember-app.
- Loading branch information
commit ec338bf95ff214fcdaa52b619005d6cf36451801
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
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.