IBM-Cloud / gp-java-tools

CLI Tools for Globalization Pipeline
https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/
Apache License 2.0
9 stars 19 forks source link

Support property keys in AMDJS filter #136

Open yumaoka opened 5 years ago

yumaoka commented 5 years ago

Current AMDJS filter does not parse/produce resource keys other than string literal.

For example,

define({
  "strkey1" : "value 1",
  prop2 : "value 2",
  3 : "value 3" 
});

In the example above, only the k-v pair "strkey1" : "value 1" is recognized.