Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
1,958 contributions in the last year
Contribution activity
April 2019
- ef4/resolve-package-path TypeScript
- ef4/ember-collapsible-panel JavaScript
- ef4/broccoli-babel-transpiler JavaScript
Created a pull request in stefanpenner/resolve-package-path that received 4 comments
stronger return type
Typescript was not able to infer this, it's currently typed as any, which means that code that calls this library doesn't get type checking for thi…
+1
−1
•
4
comments
- use explicit relative paths to externals
- Adding "failBuild" macro
- Prevent addonTree from escaping own module namespace
- Eliminate the need for import-parser
- fix #25
- Move import adjustments to stage3 babel
- fix warning printer
- Split CSS transpilation into own path
- dependencySatisfies should first coerce to standard version
- Pin webpack
- support static resolution through inline hbs
- fix stage2 externals resolution
- Move extra module definitions to start of file
- Fixes to babel config & version handling
Created an issue in embroider-build/embroider that received 4 comments
dependencySatisfies macro has confusing semantics
@rwjblue pointed out that semver.satisfies() is not really the semantics you usually want for conditional code inclusion.
The problem is that you w…
4
comments