UNPKG

@yarnpkg/parsers

Version:
7 lines (6 loc) 705 B
export type { ArgumentSegment, Argument, CommandChain, CommandLine, EnvSegment, ShellLine } from './grammars/shell'; export type { ArithmeticExpression, ArithmeticPrimary } from './grammars/shell'; export { parseShell, stringifyShell, stringifyArgument, stringifyArgumentSegment, stringifyArithmeticExpression, stringifyCommand, stringifyCommandChain, stringifyCommandChainThen, stringifyCommandLine, stringifyCommandLineThen, stringifyEnvSegment, stringifyRedirectArgument, stringifyShellLine, stringifyValueArgument, } from './shell'; export { parseResolution, stringifyResolution } from './resolution'; export type { Resolution } from './resolution'; export { parseSyml, stringifySyml } from './syml';