Sha256: 4197b35fc15f26a3d8a27e84d3944decddda673444081b74c428d972bbda4812
Contents?: true
Size: 254 Bytes
Versions: 10
Compression:
Stored size: 254 Bytes
Contents
// to compile a format return a string of JavaScript that can be eval'd for // the module. This way later the format compiler can be removed by the // optimizer. exports.compileFormat = function(str) { return 'return '+JSON.stringify(str)+';'; };
Version data entries
10 entries across 10 versions & 2 rubygems