Highlights
- Arctic Code Vault Contributor
Pinned
321 contributions in the last year
Less
More
Activity overview
Contributed to
salesforce/lwc,
salesforce/lwc-test,
salesforce/sfdx-lwc-jest
and 5 other
repositories
Contribution activity
February 2021
Created 4 commits in 1 repository
Created a pull request in salesforce/lwc that received 2 comments
fix(synthetic-shadow): properly filter non-composed events
Details Todo: Introduce similar logic to event listener wrappers for custom elements Introduce similar logic to event listener wrappers for shad…
+34
−70
•
2
comments
Opened 4 other pull requests in 1 repository
salesforce/lwc
3
merged
1
open
- refactor(synthetic-shadow): reusable utility method shouldInvokeListener()
- fix(synthetic-shadow): native shadow root support for pathComposer()
- refactor(babel-plugin-component): move component registration transform out of post-process
- refactor(babel-plugin-component): remove post-process decorator validation
Reviewed 17 pull requests in 1 repository
salesforce/lwc 17 pull requests
- perf(template-compiler): Replace @babel/generator by astring for codegen
- fix(synthetic-shadow): properly filter non-composed events
- fix(synthetic-shadow): guard non-composed event propagation fix with feature flag
- feat(style-compiler): Lift CSS custom property restrictions
- refactor(template-compiler): Replace @babel/traverse by estree-walker
- refactor(template-compiler): Simplify code gen by removing the visitor and the stack
- fix(synthetic-shadow): fix invoking context for shadow root and custom element listeners
- fix(synthetic-shadow): listener should get invoked in actual current …
- fix(template-compiler): Apply correct binding for nested iterators
- refactor(template-compiler): Remove unused id from internal state
- refactor(template-compiler): Use single traversal for scoped id generation
- refactor(synthetic-shadow): reusable utility method shouldInvokeListener()
- refactor(template-compiler): Remove unreachable code for inline style parsing
- refactor(synthetic-shadow): Move ShadowRoot method restrictions to synthetic-shadow
- chore: Add back lerna --force-publish flag
- chore: Remove force-publish usage
- chore: Update dependencies