Skip to content

Commit

Permalink
Update packages/@lwc/babel-plugin-component/src/post-process/transfor…
Browse files Browse the repository at this point in the history
…m.js

Co-Authored-By: Eugene Kashida <[email protected]>
  • Loading branch information
jodarove and ekashida authored Aug 9, 2019
1 parent e4720d5 commit e50a78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function postProcess({ types: t }) {

function collectMetaPropertyList(klassBody) {
const metaPropertyList = collectDecoratedProperties(klassBody);
const observableFields = collectObservedFields(klassBody, metaPropertyList);
const observedFields = collectObservedFields(klassBody, metaPropertyList);

if (observableFields) {
metaPropertyList.push(observableFields);
Expand Down

0 comments on commit e50a78b

Please sign in to comment.