Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Warsaw, PL
Pinned
1,636 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in denoland/deno that received 5 comments
fix: source maps in inspector
This commit fixes problems with source maps in Chrome Devtools by substituting source map URL generated by TS compiler with actual file URL pointin…
+53
−25
•
5
comments
- fix: panic when $DENO_DIR is a relative path
- std/0.51.0
- docs: standard library
- v1.0.0
- docs: add debugger manual
- fix: source maps in inspector for local files
- v1.0.0-rc3
- [WIP] defer attaching inspector until internal code runs
- fix: worker benchmarks
- fix: remove default --allow-read perm for deno test
- refactor(cli): unify display of errors from Rust and JS
- 1.0.0-rc2
- refactor: Remove cli::compilers module
- BREAKING: Remove support for .wasm imports
- fix(imports): fix panic on unsupported scheme
- feat(bundle): add --config flag
- BREAKING: make Worker.deno unstable; remove stale worker tests
- debug inspector fail
- fix(cli): fix paths in internal stack traces
- refactor: merge TS compiler into single file
- refactor(ts): make processImports logic more verbose
- refactor(ts): remove op_cache
- BREAKING: disallow static import of local modules from remote modules
- BREAKING: remove support for JSON imports
- BREAKING: remove window.location and self.location
- Some pull requests not shown.
- Remove debug prints introduced in e18aaf49c
- Fix flakiness in std file_server tests
- Add allow-read to file-server debugger example
- docs: Added unstable message to compiler api docs
- BREAKING: fix(Worker): Disable relative module specifiers
- doc: fix typo in workers.md
- Make --inspect-brk pause on the first line of _user_ code
- Clean up core/shared_queue.js
- Fix style guide link
- BREAKING: There is no public Rust API for the CLI
- Merge std_tests.rs into integration_tests.rs.rs
- doc: fix typo in std/node/README.md
- fix: Expose ErrorEvent globally
- refactor: check permissions in SourceFileFetcher
- All multiple Set-Cookie headers
- fix(cli/installer): Fix concurrent env handling in tests
- Add std/version.ts, document unstableness of std
- Move style guide to docs dir
- Add support for X-Deno-Warning header
- fix: crypto is not accessible in a Worker scope
- doc: fix typo on first_steps.md
- Correct WritableStreamDefaultWriterImpl TypeError text
- Better error message when unable to create cache dirs
- REPL commands now start with .
- fix(docs): add missing "deno run"
- Some pull request reviews not shown.
Created an issue in denoland/deno that received 4 comments
bug: Source map url breaks on Windows
I have the dependencies downloaded, and here is my code:
import { serve } from 'https://github.com/denoland/deno/raw/v1.0.0/std/http/server.ts'; co…
4
comments
6
contributions
in private repositories
May 8 – May 13

