Skip to content
Snippets Groups Projects
Commit 84b9ae4c authored by Martin Zagora's avatar Martin Zagora Committed by Marijn Haverbeke
Browse files

[javascript mode] Add failing TS typecast test

parent 9d1cc45d
No related branches found
No related tags found
No related merge requests found
......@@ -332,6 +332,9 @@
" [keyword return] [keyword this].[property property];",
"}")
TS("typescript_complex_type_casting",
"[keyword const] [def giftpay] [operator =] [variable config].[property get]([string 'giftpay']) [keyword as] { [[ [variable platformUuid]: [variable-3 string] ]]: { [property version]: [variable-3 number]; [property apiCode]: [variable-3 string]; } };")
var jsonld_mode = CodeMirror.getMode(
{indentUnit: 2},
{name: "javascript", jsonld: true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment