New keyword being used on 'use' doesn't work #41

Open
opened 2025-07-07 19:02:52 +00:00 by john · 0 comments
Owner

For example,

var action = new use('action') <--- breaks

But this works ...
var actionmod = use('action')
var action = new actionmod

For example, var action = new use('action') <--- breaks But this works ... var actionmod = use('action') var action = new actionmod
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#41
No description provided.