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