You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/09 12:46:10 UTC

[jira] [Commented] (SLING-5266) Adding org.mozilla.javascript.ast package in org.apache.sling.scripting.javascript bundle

    [ https://issues.apache.org/jira/browse/SLING-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14996400#comment-14996400 ] 

ASF GitHub Bot commented on SLING-5266:
---------------------------------------

GitHub user welcomemandeep opened a pull request:

    https://github.com/apache/sling/pull/110

    SLING-5266  Export  org.mozilla.javascript.ast  package

    Currently Sling Scripting Javascript Support only exports org.mozilla.javascript package which is sufficient for evaluating javascript using Rhino but to convert expressions to  parsed AST we need org.mozilla.javascript.ast

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/welcomemandeep/sling trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/110.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #110
    
----
commit cff28fe9978a07a567d2a302a2aecbe95380b5df
Author: Mandeep Gandhi <mg...@adobe.com>
Date:   2015-11-09T11:42:44Z

    SLING-5266  Export  org.mozilla.javascript.ast  package
    Currently Sling Scripting Javascript Support only exports org.mozilla.javascript package which is sufficient for evaluating javascript using Rhino but to convert expressions to  parsed AST we need org.mozilla.javascript.ast

----


> Adding org.mozilla.javascript.ast package in org.apache.sling.scripting.javascript  bundle 
> -------------------------------------------------------------------------------------------
>
>                 Key: SLING-5266
>                 URL: https://issues.apache.org/jira/browse/SLING-5266
>             Project: Sling
>          Issue Type: Task
>          Components: Scripting
>            Reporter: Mandeep Gandhi
>            Priority: Critical
>         Attachments: SLING-5266.patch
>
>
> There is a need of parsing javascript expression. For achieving this, there is a requirement of adding org.mozilla.javascript.ast package to the existing  bundle (org.apache.sling.scripting.javascript ) and exporting it. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)