parent
77bd983cbc
commit
80552e6519
@ -1,7 +1,9 @@
|
|||||||
import {stdin, argv} from 'node:process'
|
import {stdin, argv} from 'node:process'
|
||||||
import {streamToString} from '../etc/streamToString.js'
|
import {streamToString} from '../etc/streamToString.js'
|
||||||
|
|
||||||
const preamble = 'export default (((f) => f())(function () {'
|
const preamble = `// ES6 Module converted from https://github.com/no-context/moo
|
||||||
|
export default (((f) => f())(function () {
|
||||||
|
`
|
||||||
const umd = await streamToString(stdin)
|
const umd = await streamToString(stdin)
|
||||||
const realStart = umd.indexOf(" 'use strict'")
|
const realStart = umd.indexOf(" 'use strict'")
|
||||||
console.log(preamble + "\n" + umd.substring(realStart))
|
console.log(preamble + umd.substring(realStart))
|
||||||
|
Loading…
Reference in New Issue
Block a user