1. 01 8月, 2019 1 次提交
    • 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
  2. 31 7月, 2019 3 次提交
  3. 30 7月, 2019 1 次提交
  4. 29 7月, 2019 2 次提交
  5. 28 7月, 2019 2 次提交
  6. 27 7月, 2019 2 次提交
  7. 26 7月, 2019 2 次提交
  8. 24 7月, 2019 2 次提交
  9. 23 7月, 2019 2 次提交
  10. 22 7月, 2019 1 次提交
  11. 20 7月, 2019 3 次提交
  12. 19 7月, 2019 6 次提交
  13. 18 7月, 2019 3 次提交
    • 迷渡's avatar
      fix timer's params length (#2655) · ac98bd8a
      迷渡 提交于
      ac98bd8a
    • 迷渡's avatar
      Rename powershell highlighting to shell (#2654) · a0b8f13f
      迷渡 提交于
      a0b8f13f
    • 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
  14. 17 7月, 2019 3 次提交
  15. 16 7月, 2019 2 次提交
  16. 12 7月, 2019 3 次提交
  17. 11 7月, 2019 1 次提交
  18. 10 7月, 2019 1 次提交