1. 15 8月, 2019 1 次提交
  2. 14 8月, 2019 3 次提交
  3. 13 8月, 2019 2 次提交
  4. 12 8月, 2019 2 次提交
  5. 10 8月, 2019 1 次提交
  6. 09 8月, 2019 3 次提交
  7. 08 8月, 2019 2 次提交
  8. 07 8月, 2019 1 次提交
  9. 06 8月, 2019 3 次提交
  10. 05 8月, 2019 1 次提交
  11. 04 8月, 2019 2 次提交
  12. 03 8月, 2019 1 次提交
  13. 01 8月, 2019 3 次提交
    • R
      Use system rustfmt instead of fixed binary (#2701) · 3971dcfe
      Ryan Dahl 提交于
      3971dcfe
    • R
      v0.13.0 · b3541c38
      Ryan Dahl 提交于
      b3541c38
    • B
      refactor: cleanup compiler pipeline (#2686) · 2e1ab823
      Bartek Iwańczuk 提交于
      * remove fetch_source_file_and_maybe_compile_async and 
        replace it with State.fetch_compiled_module
      
      * remove SourceFile.js_source()
      
      * introduce CompiledModule which is basically the same as
        deno::SourceInfo and represents arbitrary file that has been 
        compiled to JS module
      
      * introduce //cli/compilers module containing all compilers
      
      * introduce JsCompiler which is a no-op compiler
        - output is the same as input, no compilation takes place
        - it is used for MediaType::JavaScript and MediaType::Unknown
      
      * introduce JsonCompiler that wraps JSON in default export
      
      * support JS-to-JS compilation using checkJs
      2e1ab823
  14. 31 7月, 2019 2 次提交
  15. 30 7月, 2019 1 次提交
  16. 29 7月, 2019 1 次提交
  17. 27 7月, 2019 2 次提交
  18. 26 7月, 2019 1 次提交
  19. 23 7月, 2019 1 次提交
  20. 20 7月, 2019 2 次提交
  21. 19 7月, 2019 2 次提交
  22. 18 7月, 2019 1 次提交
    • B
      Refactor DenoDir (#2636) · 8214b686
      Bartek Iwańczuk 提交于
      * rename `ModuleMetaData` to `SourceFile` and remove TS specific
        functionality
      
      * add `TsCompiler` struct encapsulating processing of TypeScript files
      
      * move `SourceMapGetter` trait implementation to `//cli/compiler.rs`
      
      * add low-level `DiskCache` API for general purpose caches and use it in
        `DenoDir` and `TsCompiler` for filesystem access
      
      * don't use hash-like filenames for compiled modules, instead use
        metadata file for storing compilation hash
      
      * add `SourceFileCache` for in-process caching of loaded files for fast
        subsequent access
      
      * define `SourceFileFetcher` trait encapsulating loading of local and
        remote files and implement it for `DenoDir`
      
      * define `use_cache` and `no_fetch` flags on `DenoDir` instead of using
        in fetch methods
      8214b686
  23. 17 7月, 2019 1 次提交
  24. 16 7月, 2019 1 次提交