Access to dictionary and list using [] wouldn't be compiled · Issue #759 · TranscryptOrg/Transcrypt

Access to dictionary and list using [] wouldn't be compiled. It would be deleted like below. Dictionary access : d = {"a": 42} console.info(d["a"]) # Expected to print 42. is unexpectedly compiled ...