Skip to content

Commit 4601220

Browse files
committed
Add TODO note
1 parent 7607dea commit 4601220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env node
22

3+
// TODO: Create parent directories if they don't exist when compiling
4+
35
const fs = require('fs')
46
const path = require('path')
57
const compile = require('../src/index')

0 commit comments

Comments
 (0)