Basic sprintf support (#1965)
Implement optional format strings for valueMetadata which allows developers to use c-style sprintf formatters as desired. Fixes #1562
This commit is contained in:
committed by
Andrew Henry
parent
29de11167f
commit
013eba744d
@@ -37,6 +37,7 @@ module.exports = function(config) {
|
||||
{pattern: 'bower_components/**/*.js', included: false},
|
||||
{pattern: 'node_modules/d3-*/**/*.js', included: false},
|
||||
{pattern: 'node_modules/vue/**/*.js', included: false},
|
||||
{pattern: 'node_modules/printj/dist/*.js', included: false},
|
||||
{pattern: 'src/**/*', included: false},
|
||||
{pattern: 'node_modules/painterro/build/*.js', included: false},
|
||||
{pattern: 'node_modules/html2canvas/dist/*', included: false},
|
||||
|
||||
Reference in New Issue
Block a user