Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Jan 30, 2025
1 parent e98af4d commit 277f844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/runtime-common/module-syntax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ function makeNewField({
`${baseRealm.url}card-api`,
'field',
);
debugger;

let fieldTypeIdentifier = importUtil.import(
target as NodePath<any>,
`${baseRealm.url}card-api`,
Expand Down Expand Up @@ -441,7 +441,6 @@ function makeNewField({
);

if (sourceCodeForComputedField) {
debugger;
return `@${fieldDecorator.name} ${fieldName} = ${fieldTypeIdentifier.name}(${fieldCardIdentifier.name}, {
computeVia: function () {
return ${sourceCodeForComputedField}
Expand Down

0 comments on commit 277f844

Please sign in to comment.