| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -886,11 +886,10 @@ purposes. | |||
| 886 | 886 | ||
| 887 | 887 | ```js | |
| 888 | 888 | // coffeescript-loader.mjs | |
| 889 | - import { readFile } from 'fs/promises'; | ||
| 890 | - import { dirname, extname, resolve as resolvePath } from 'path'; | ||
| 891 | - import { cwd } from 'process'; | ||
| 892 | - import { fileURLToPath, pathToFileURL } from 'url'; | ||
| 893 | - | ||
| 889 | + import { readFile } from 'node:fs/promises'; | ||
| 890 | + import { dirname, extname, resolve as resolvePath } from 'node:path'; | ||
| 891 | + import { cwd } from 'node:process'; | ||
| 892 | + import { fileURLToPath, pathToFileURL } from 'node:url'; | ||
| 894 | 893 | import CoffeeScript from 'coffeescript'; | |
| 895 | 894 | ||
| 896 | 895 | const baseURL = pathToFileURL(`${cwd()}/`).href; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments