scarf
scarf
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
...since the issue's been open for a month. - resolves #456
**Feature** ```py A = 1 A = 2 ``` make A be treated as ```py from typing import Final A: Final = 1 A = 2 ``` thus, it will...
### Environment information ```block CLI: Version: 11.0.0 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" Rome Configuration: Status: loaded Formatter disabled: false...
### System info - Playwright Version: 1.34.3 - Operating System: Ubuntu 23.04 - Browser: Firefox ### Source code - [x] I provided exact source code that allows reproducing the issue...
### Relevant scope Deployed demo ### Description https://user-images.githubusercontent.com/54838975/231349129-a460e9ff-1833-44a8-a275-4d22f0ef8e7e.mp4 after logging in, i cannot access to profile because i get immediately signed out.
## Summary I think it would be useful to - allow `emit` to output typescript file with its import map resolved - allow `bundle` to merge multiple typescript files into...
i think #133 did not handle all cases of `import.meta.main`. ### Log ```ts deno run -A scripts/build_npm.ts 0.1.0 [dnt] Transforming... [dnt] Running npm install... added 11 packages, and audited 12...
as in eslint: https://eslint.org/docs/latest/rules/object-shorthand also included in: https://github.com/denoland/deno_lint/issues/906#issuecomment-925443703
## Summary deno doc does not take JSDoc into account when it encounters interface-like type alias. using type alias for documenting can be beneficial when the library owner does not...