Đăng Tú
Đăng Tú
DDeno
Created by Đăng Tú on 11/22/2023 in #help
Does Deno third party modules support to wrap NPM in importmap
I guess I'll have to go with deps.ts for now as my module is not to big to concern about that problem 😄 Thanks for support guy
5 replies
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
Well, they said depends on the input, but it's up to you to decide if you want to check carefully every API and lib you will use for client or you will use a different tool.
11 replies
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
No description
11 replies
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
I don't think you can use deno bundle for browser environment.
11 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
I just have to ignore children .vscode (so git can commit as usual) and everything is good to use
6 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
But I think you are right, mini workspaces seems like a good solution for now.
6 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
So if I use workspace inside each module, I might have to jump between workspaces quite much :?
6 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
The current repo is a vscode workspace. It is designed to contain multiple modules, each module has their own deno.json, and in the top (the repo/workspace), is another deno.json
6 replies