| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1499,9 +1499,8 @@ function wrapSafe(filename, content, cjsModuleInstance, format) { | |||
| 1499 | 1499 | * `exports`) to the file. Returns exception, if any. | |
| 1500 | 1500 | * @param {string} content The source code of the module | |
| 1501 | 1501 | * @param {string} filename The file path of the module | |
| 1502 | - * @param { | ||
| 1503 | - * 'module'|'commonjs'|'commonjs-typescript'|'module-typescript' | ||
| 1504 | - * } format Intended format of the module. | ||
| 1502 | + * @param {'module'|'commonjs'|'commonjs-typescript'|'module-typescript'|'typescript'} format | ||
| 1503 | + * Intended format of the module. | ||
| 1505 | 1504 | */ | |
| 1506 | 1505 | Module.prototype._compile = function(content, filename, format) { | |
| 1507 | 1506 | if (format === 'commonjs-typescript' || format === 'module-typescript' || format === 'typescript') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments