Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • P parenscript
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • parenscript
  • parenscript
  • Issues
  • #12
Closed
Open
Issue created Jan 11, 2023 by André Gomes@aadcg

Distinct behavior of `@` and `chain`

I'm wondering if the following is a bug or a feature. Thank you.

PS>  (ps (@ elem child-nodes (lisp 0)))
"elem.childNodes[0];"
PS>  (ps (chain elem child-nodes (lisp 0)))
"elem.childNodes.lisp(0);"
Assignee
Assign to
Time tracking