xod-arduino
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -213,3 +213,3 @@ 'use strict'; | ||
*/ | ||
var formatValueLiteral = (0, _types.def)('formatValueLiteral :: DataValue -> String', _ramda2.default.cond([[_ramda2.default.equals(''), _ramda2.default.always('nullptr')], [_ramda2.default.is(String), function (x) { | ||
var formatValueLiteral = (0, _types.def)('formatValueLiteral :: DataValue -> String', _ramda2.default.cond([[_ramda2.default.equals(''), _ramda2.default.always('::xod::List<char>::empty()')], [_ramda2.default.is(String), function (x) { | ||
return '::xod::List<char>::fromPlainArray("' + x + '", ' + x.length + ')'; | ||
@@ -216,0 +216,0 @@ }], [_ramda2.default.T, _ramda2.default.toString]])); |
{ | ||
"name": "xod-arduino", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "XOD project: Arduino transpiler", | ||
@@ -22,8 +22,5 @@ "scripts": { | ||
"sanctuary-def": "^0.9.0", | ||
"xod-func-tools": "^0.1.3", | ||
"xod-project": "^0.1.3" | ||
"xod-func-tools": "^0.1.4", | ||
"xod-project": "^0.1.4" | ||
}, | ||
"engines": { | ||
"node": "6.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -33,4 +30,4 @@ "babel-plugin-inline-import": "^2.0.4", | ||
"dirty-chai": "^1.2.2", | ||
"xod-fs": "^0.1.3" | ||
"xod-fs": "^0.1.4" | ||
} | ||
} |
@@ -378,3 +378,3 @@ import R from 'ramda'; | ||
R.cond([ | ||
[R.equals(''), R.always('nullptr')], | ||
[R.equals(''), R.always('::xod::List<char>::empty()')], | ||
[R.is(String), x => `::xod::List<char>::fromPlainArray("${x}", ${x.length})`], | ||
@@ -381,0 +381,0 @@ [R.T, R.toString], |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
601173
0
Updatedxod-func-tools@^0.1.4
Updatedxod-project@^0.1.4