Closed svdavid closed 4 years ago
This PR supports moving keyword definitions close to the code that they map to. For modules, they can be integrated into the a new NemsModule objects (decorator @xmodule) and for xforms code close to where the actual code is (with decorator @xform).
@xmodule
@xform
This PR supports moving keyword definitions close to the code that they map to. For modules, they can be integrated into the a new NemsModule objects (decorator
@xmodule
) and for xforms code close to where the actual code is (with decorator@xform
).