Skip to content

Commit

Permalink
feat: add fileName to kind
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 15, 2020
1 parent 7c97c9f commit a1e72aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/loader/src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports.default = async function(source: string) {
...acc,
[key]: {
...store.kinds[key],
fileName,
moduleId: moduleId,
},
}),
Expand Down

0 comments on commit a1e72aa

Please sign in to comment.