sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

Implement clone #672

Open anyatokar opened 2 years ago

anyatokar commented 2 years ago

Implemented .clone(isDeepCopy as Boolean) for ifSGNodeDict interface. Both shallow and deep clones copy Fields but only the deep clone copies Children.

Added associated unit and e2e tests.

lvcabral commented 10 months ago

@anyatokar this project is stalled and the Roku Community has forked it (see @sjbarag suggestion on https://github.com/sjbarag/brs/issues/681) do you mind re-pushing your PR on https://github.com/rokucommunity/brs ?