1. 26 2月, 2021 20 次提交
  2. 23 2月, 2021 1 次提交
  3. 19 2月, 2021 2 次提交
  4. 10 2月, 2021 12 次提交
  5. 27 1月, 2021 1 次提交
  6. 22 1月, 2021 2 次提交
    • J
      refactor: move jest and add package.json to /test · 883dd138
      Joe Previte 提交于
      883dd138
    • J
      fix: prevent mocha/jest types conlict · 0a07d67c
      Joe Previte 提交于
      Modify the tsconfig.json in lib/vscode/src/build.
      
      This adds the flag skipLibCheck: true to tell TypeScript
      to not type-check the declaration files at build time.
      
      We need to add this because otherwise it checks the declaration
      files and reports an error of duplicate type definitions
      because we use Jest for our tests and they use Mocha and they
      both use the global namespace "test" in their .d.ts files.
      0a07d67c
  7. 15 1月, 2021 2 次提交