Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 7899e8b

Browse files
committed
Fixes an issue where non-string primitives weren't compiled into Intl.complete.js
1 parent 3931e28 commit 7899e8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Intl.complete.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/compile-data.js

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ module.exports = function(grunt) {
7575
return objStrs[str];
7676
}
7777
}
78+
79+
else
80+
return v;
7881
}
7982

8083
fileData += 'var a='+ JSON.stringify(prims) +',b=[];';

0 commit comments

Comments
 (0)