1. 20 6月, 2019 1 次提交
  2. 13 6月, 2019 3 次提交
  3. 12 6月, 2019 2 次提交
  4. 09 6月, 2019 1 次提交
  5. 06 6月, 2019 1 次提交
    • R
      RecursiveLoad shouldn't own the Isolate (#2453) · e152dae0
      Ryan Dahl 提交于
      This patch makes it so that RecursiveLoad doesn't own the Isolate, so
      Worker::execute_mod_async does not consume itself.
      
      Previously Worker implemented Loader, but now ThreadSafeState does.
      
      This is necessary preparation work for dynamic import (#1789) and import
      maps (#1921)
      e152dae0
  6. 04 6月, 2019 1 次提交
  7. 29 5月, 2019 1 次提交
    • R
      TS compiler refactor · 856c4421
      Ryan Dahl 提交于
      * Compiler no longer has its own Tokio runtime. Compiler handles one
        message and then exits.
      
      * Uses the simpler ts.CompilerHost interface instead of
        ts.LanguageServiceHost.
      
      * avoids recompiling the same module by introducing a hacky but simple
        `hashset<string>` that stores the module names that have been already
        compiled.
      
      * Removes the CompilerConfig op.
      
      * Removes a lot of the mocking stuff in compiler.ts like `this._ts`. It
        is not useful as we don't even have tests.
      
      * Turns off checkJs because it causes fmt_test to die with OOM.
      856c4421
  8. 11 5月, 2019 1 次提交
  9. 03 5月, 2019 1 次提交
  10. 24 4月, 2019 1 次提交
  11. 21 4月, 2019 1 次提交
  12. 19 4月, 2019 1 次提交
  13. 17 4月, 2019 2 次提交
  14. 15 4月, 2019 1 次提交
  15. 13 4月, 2019 1 次提交
  16. 11 4月, 2019 1 次提交
  17. 10 4月, 2019 1 次提交
  18. 09 4月, 2019 1 次提交
  19. 08 4月, 2019 1 次提交
    • R
      core: snapshot improvements (#2052) · f7fdb90f
      Ryan Dahl 提交于
      * Moves how snapshots are supplied to the Isolate. Previously they were
        given by Behavior::startup_data() but it was only called once at
        startup. It makes more sense (and simplifies Behavior) to pass it to the
        constructor of Isolate.
      * Adds new libdeno type deno_snapshot instead of overloading
        deno_buf.
      * Adds new libdeno method to delete snapshot deno_snapshot_delete().
      * Renames deno_get_snapshot() to deno_snapshot_new().
      * Makes StartupData hold references to snapshots. This was implicit when
        it previously held a deno_buf but is made explicit now. Note that
        include_bytes!() returns a &'static [u8] and we want to avoid
        copying that.
      f7fdb90f
  20. 07 4月, 2019 1 次提交
  21. 05 4月, 2019 1 次提交
  22. 04 4月, 2019 1 次提交
  23. 02 4月, 2019 2 次提交
  24. 31 3月, 2019 1 次提交
  25. 29 3月, 2019 1 次提交
  26. 28 3月, 2019 1 次提交
  27. 26 3月, 2019 1 次提交
  28. 20 3月, 2019 3 次提交
  29. 19 3月, 2019 2 次提交
    • A
      Re-implement init scripts in core (#1958) · cdfd32dd
      andy finch 提交于
      Re-enables arm64 CI test
      cdfd32dd
    • R
      Integrate //core into existing code base · 44773c9b
      Ryan Dahl 提交于
      This disables a few tests which are broken still:
      - tests/error_004_missing_module.test
      - tests/error_005_missing_dynamic_import.test
      - tests/error_006_import_ext_failure.test
      - repl_test test_set_timeout
      - repl_test test_async_op
      - repl_test test_set_timeout_interlaced
      - all of permission_prompt_test
      44773c9b
  30. 13 3月, 2019 1 次提交
  31. 08 3月, 2019 1 次提交
  32. 05 3月, 2019 1 次提交