Skip to content

Commit f445f21

Browse files
committed
Todo
1 parent b643cec commit f445f21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_tests/phpjsutil.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ PhpjsUtil.parse = function(name, code, cb) {
7777

7878
var headKeys = this._headKeys(commentBlocks[0].clean);
7979

80+
// @todo(kvz) If we add function signature, we can use
81+
// body to generate CommonJs compatible output
82+
// in the browser.
8083
cb(null, {
8184
headKeys: headKeys,
8285
body: body,

0 commit comments

Comments
 (0)