Nikola Hristov
Nikola Hristov
Now I get a: ``` D:\Developer\node_modules\.pnpm\@[email protected]\node_modules\@moonrepo\cli\moon.exe:1 MZ� SyntaxError: Invalid or unexpected token at Object.compileFunction (node:vm:360:18) at wrapSafe (node:internal/modules/cjs/loader:1049:15) at Module._compile (node:internal/modules/cjs/loader:1084:27) at Module._extensions..js (node:internal/modules/cjs/loader:1174:10) at Module.load (node:internal/modules/cjs/loader:998:32) at Module._load (node:internal/modules/cjs/loader:839:12)...
This is [email protected] and [email protected], btw these are two different drives. The ~/.moon folder is on drive C:\ and the .moon directory inside D:\Developer is on drive D:\
It's an error in my code. Nothing wrong with moon. Closing this down. TypeScript didn't compile and it didn't throw an error. ``` ELF ^ SyntaxError: Invalid or unexpected token...
It happens when an import doesn't exist in a ``.ts`` file.
Can I take a look at your `astro.config.mjs`?
@riobahtiar Can you try a reproduction of the repo on stackblitz or codesandbox?
Neat feature, I have thought about it. Expect it in `1.1.0`
I just noticed I can override [buildUrls](https://github.com/TypeStrong/typedoc/blob/master/src/lib/output/themes/default/DefaultTheme.tsx#L199), nevermind. 😁 Still useful though. Will leave it open if you want to merge.
Should I close the PR?
I made a custom theme that overrides the default mappings and outputs to different directories, you can see an example in: https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Variable/Load.ts https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Class/Theme.ts And here is how it works: https://typescript-esbuild.nikolahristov.tech/Function/Build.Build...