Ari

Results 8 issues of Ari

This feature request is applicable to all implementations, but I'm submitting it for PiranhaJS as I plan to implement this myself. PiranhaJS could be enhanced to support deep-cleaning flag imports...

legacy-js

While working on #94, I realized that the refactor engine needs to know the scope of identifiers referencing removed import identifiers. I discovered that this is a bug that applies...

legacy-js

Command executed: ```bash node src/piranha.js -s flag.js -f my-flag -p config/properties.json --treated ``` Input file (flag.js) ```javascript export const myFlag = isFlagTreated('my-flag'); if (myFlag) { console.log('Enabled'); } else { console.log('Disabled');...

legacy-js

The underlying issue appears to be due to a bug in v1.1.0 of `go-diff`. See details including error & stack trace here: https://github.com/sergi/go-diff/issues/117 The latest version of `go-diff` appears to...

**Describe the bug** The SDK appears to continue to request all LaunchDarkly flags, even if I set the `flags` property when configuring the client, which seems to conflict with the...

Would be great to represent filters

Haven't finished implementing this just yet

---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.