chore: merge branch 'dev' into docs [ci skip]

This commit is contained in:
Haoqun Jiang
2019-04-14 00:41:50 +08:00
138 changed files with 3322 additions and 1854 deletions
+8
View File
@@ -97,6 +97,14 @@ Add a message to be printed when the generator exits (after any other standard m
- **Usage**:
Convenience method for generating a JS config file from JSON
## makeJSOnlyValue
- **Arguments**
- `{any} str` - JS expression as a string
- **Usage**:
Turns a string expression into executable JS for .js config files
## injectImports
- **Arguments**