1. 8d51c9c Added npm-shrinkwrap.json file for reproducible JS builds. by Roman Elizarov · 6 years ago
  2. e51ab83 MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  3. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  4. d5971c0 Fixed versions of dependencies in package.json by Roman Elizarov · 6 years ago
  5. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 6 years ago
  6. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 6 years ago
  7. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 6 years ago
  8. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 6 years ago
  9. ea4f2f3 Fixed webpack config for Kotlin 1.2.20 JS DCE by Roman Elizarov · 6 years ago
  10. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 6 years ago
  11. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 6 years ago
  12. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 6 years ago
  13. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 6 years ago
  14. 8fca5d3 Fixed "kotlinSnapshot" build mode by Roman Elizarov · 6 years ago
  15. c1c0487 JS: Fix box reflection physics in example and use animation timer for their delays by Roman Elizarov · 6 years ago
  16. 1867f6d JS: Introduce Window.asCoroutineDispatcher and use custom queue in by Roman Elizarov · 6 years ago
  17. 611f931 JS: Build example with source map by Roman Elizarov · 6 years ago
  18. c69ec99 Put a limit of animation timer delta time in example code by Roman Elizarov · 6 years ago
  19. 6d54802 JS: Use window.setMessage instead of setTimeout for coroutines inside the browser by Roman Elizarov · 6 years ago
  20. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 6 years ago
  21. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 6 years ago
  22. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 6 years ago
  23. c46b6c2 JS: Remove runBlocking by Roman Elizarov · 6 years ago
  24. f0a55f3 Rollback to production Kotlin version 1.2.10 by Roman Elizarov · 6 years ago
  25. 1bb8c1c Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33 by Roman Elizarov · 6 years ago
  26. 18d9a6f Fixed versions in package.json files by Roman Elizarov · 6 years ago
  27. 03a266a Immediately install handlers in Promise.asDeferred by Roman Elizarov · 6 years ago
  28. 9739030 Link to index.html of deployed example-frontend-js by Roman Elizarov · 7 years ago
  29. db667eb Version 0.21 by Roman Elizarov · 7 years ago
  30. 88f5b9d MPP: Include JS example bundle into documentation site by Roman Elizarov · 7 years ago
  31. 2b62f6d MPP: Workaround for KT-22028 in kotlin-dce-js plugin by Roman Elizarov · 7 years ago
  32. decbc83 MPP: Example frontend JS application using nodejs and webpack by Roman Elizarov · 7 years ago
  33. 4747f3a MPP: Window.awaitAnimationFrame extension by Roman Elizarov · 7 years ago
  34. a919827 MPP: DefaultDispatcher internal impl class renamed to JSDispatcher by Roman Elizarov · 7 years ago
  35. a964799 MPP: Added js-stub module to properly render Promise extension in Dokka by Roman Elizarov · 7 years ago
  36. 4cdf883 MPP: Single documentation for kotlinx-coroutines-core with platform tags by Roman Elizarov · 7 years ago
  37. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  38. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  39. cbb602d MPP: Updated Knit tool and reknit markdown doc files by Roman Elizarov · 7 years ago
  40. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  41. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  42. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  43. 9d47b52 MPP: Heap test for JS by Roman Elizarov · 7 years ago
  44. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  45. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  46. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  47. 45c1a73 MPP: Simple JS tests are passing by Roman Elizarov · 7 years ago
  48. 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
  49. 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago
  50. 2a4fb06 MPP: Job.getCancellationException docs & proper Throwable.cause override by Roman Elizarov · 7 years ago
  51. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  52. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago