Skip to content

Task-3: Command line. File system and streams#3

Open
aleksandra-sturova wants to merge 2 commits intomasterfrom
task-3
Open

Task-3: Command line. File system and streams#3
aleksandra-sturova wants to merge 2 commits intomasterfrom
task-3

Conversation

@aleksandra-sturova
Copy link
Owner

No description provided.

@aleksandra-sturova aleksandra-sturova changed the title Task-1: Command line. File system and streams Task-3: Command line. File system and streams May 22, 2018
"main": "./dist/app.js",
"scripts": {
"lint:eslint": "eslint --fix --ext=.js ./src/",
"babel:watch": "babel -w src --out-dir dist",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before use this lib needs generate dist.
Add here, please

"babel": "babel src --out-dir dist",

After that add command intop readme.md

* @param {Boolean} saveJson
*/
function convert(file, saveJson = false) {
const resolvedPath = resolveFilePath(file);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add check for string. I mean path to file, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants