1. 18 1月, 2020 5 次提交
  2. 17 1月, 2020 8 次提交
  3. 16 1月, 2020 7 次提交
  4. 15 1月, 2020 1 次提交
  5. 13 1月, 2020 1 次提交
  6. 12 1月, 2020 4 次提交
  7. 11 1月, 2020 3 次提交
  8. 10 1月, 2020 3 次提交
  9. 09 1月, 2020 3 次提交
  10. 08 1月, 2020 5 次提交
    • R
      Upgrade rusty_v8 to 0.0.24 [V8 8.1.108] (#3623) · 7d2d442a
      Ry Dahl 提交于
      7d2d442a
    • K
      Runtime Compiler API (#3442) · d325566a
      Kitson Kelly 提交于
      Also restructures the compiler TypeScript files to make them easier to
      manage and eventually integrate deno_typescript fully.
      d325566a
    • B
      refactor: module loading in EsIsolate (#3615) · cbdf9c50
      Bartek Iwańczuk 提交于
      * refactored RecursiveLoad - it was renamed to RecursiveModuleLoad, it does not take ownership of isolate anymore - a struct implementing Stream that yields SourceCodeInfo
      
      * untangled module loading logic between RecursiveLoad and isolate - that logic is encapsulated in EsIsolate and RecursiveModuleLoad, where isolate just consumes modules as they become available - does not require to pass Arc<Mutex<Isolate>> around anymore
      
      * removed EsIsolate.mods_ in favor of Modules and moved them inside EsIsolate
      
      * EsIsolate now requires "loader" argument during construction - struct that implements Loader trait
      
      * rewrite first methods on isolate as async
      cbdf9c50
    • R
      update pylintrc (#3618) · 84664603
      Ry Dahl 提交于
      84664603
    • R
      Upgrade subcommands to 0.28.1 (#3620) · 884462d6
      Ry Dahl 提交于
      884462d6