feat(Escaped Identifiers): add ability to use any symbol wrapped in back ticks.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
$kotlin_test_internal$.beginModule("lib");
|
||||
module.exports = {
|
||||
"@get something-invalid"() {
|
||||
return "something invalid"
|
||||
},
|
||||
"some+value": 42,
|
||||
"+some+object%:": {
|
||||
foo: "%%++%%"
|
||||
}
|
||||
}
|
||||
$kotlin_test_internal$.endModule("lib");
|
||||
Reference in New Issue
Block a user