(file, options)
| 313 | }; |
| 314 | |
| 315 | const parseFileSync = (file, options) => { |
| 316 | return parseStringSync(fs.readFileSync(file, 'utf8'), options); |
| 317 | }; |
| 318 | |
| 319 | // @param {string} str The G-code text string |
| 320 | // @param {options} options The options object |
no test coverage detected