| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1682,9 +1682,8 @@ function wrapSafe(filename, content, cjsModuleInstance, format) { | |||
| 1682 | 1682 | * `exports`) to the file. Returns exception, if any. | |
| 1683 | 1683 | * @param {string} content The source code of the module | |
| 1684 | 1684 | * @param {string} filename The file path of the module | |
| 1685 | - * @param { | ||
| 1686 | - * 'module'|'commonjs'|'commonjs-typescript'|'module-typescript' | ||
| 1687 | - * } format Intended format of the module. | ||
| 1685 | + * @param {'module'|'commonjs'|'commonjs-typescript'|'module-typescript'|'typescript'} format | ||
| 1686 | + * Intended format of the module. | ||
| 1688 | 1687 | */ | |
| 1689 | 1688 | Module.prototype._compile = function(content, filename, format) { | |
| 1690 | 1689 | if (format === 'commonjs-typescript' || format === 'module-typescript' || format === 'typescript') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments