You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
However, initialQuestionId is not the name of the key but a variable reference to another string with the property name, the compiled code should look something like:
The text was updated successfully, but these errors were encountered:
patrick-entinux
changed the title
Code transformer parses dynamic property reference to string
Code transformer parses dynamic property lookup in brackets to static string lookup
Nov 28, 2019
patrick-entinux
changed the title
Code transformer parses dynamic property lookup in brackets to static string lookup
Transformer parses dynamic property lookup in brackets to static string lookup
Nov 28, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What I wrote:
Output after compilation with transformer (formatted for readability):
However,
initialQuestionId
is not the name of the key but a variable reference to another string with the property name, the compiled code should look something like:This is using typescript 3.5.3.
The text was updated successfully, but these errors were encountered: