.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH REGENERATOR "1" "November 2022" "regenerator 0.14.9" "User Commands" .SH NAME regenerator \- functional JavaScript transformator .SH SYNOPSIS .B regenerator [\fI\,options\/\fR] \fI\, \/\fR[\fI\, \/\fR[\fI\, \/\fR...]] .SH OPTIONS .TP \fB\-V\fR, \fB\-\-version\fR output the version number .TP \fB\-c\fR, \fB\-\-config\fR [file] JSON configuration file (no file or \- means STDIN) .TP \fB\-w\fR, \fB\-\-watch\fR Continually rebuild .TP \fB\-x\fR, \fB\-\-extension\fR File extension to assume when resolving module identifiers .TP \fB\-\-relativize\fR Rewrite all module identifiers to be relative .TP \fB\-\-follow\-requires\fR Scan modules for required dependencies .TP \fB\-\-use\-provides\-module\fR Respect @providesModules pragma in files .TP \fB\-\-cache\-dir\fR Alternate directory to use for disk cache .TP \fB\-\-no\-cache\-dir\fR Disable the disk cache .TP \fB\-\-source\-charset\fR Charset of source (default: utf8) .TP \fB\-\-output\-charset\fR Charset of output (default: utf8) .TP \fB\-r\fR, \fB\-\-include\-runtime\fR Prepend the runtime to the output. .TP \fB\-\-disable\-async\fR Disable transformation of async functions. .TP \fB\-h\fR, \fB\-\-help\fR display help for command