Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Feb 29, 2020
    • Janis Daniel Dähne's avatar
      - improved test, custom tests panel typings to accept proper types (custom... · 91cc8ade
      Janis Daniel Dähne authored
      - improved test, custom tests panel typings to accept proper types (custom test panel can accept custom tests and custom project custo tests but not normal tests)
      - load full test protocol is working for normal, custom and submit tests in the do exercise editor
      - changed module system to commonjs
        - because we now use typescript 3.8 (for some more utility funcs) which requires a new tslib version and webpack threw error export '__spreadArrays' was not found in 'tslib'
        - so all imports have been changed to not use esnext syntax (import x from ...)
        - this might have increaded bundle size because lodash and moment are now fully bundled?
      91cc8ade
  3. Feb 14, 2019
    • Janis Daniel Dähne's avatar
      - finally switched to webpack 4 · 846639ff
      Janis Daniel Dähne authored
      - moved all dev dependencies into proper package.json section
      - editor now uses the programming languages from backend and imports dynamically the syntax highlight file
      - markdown fenced code blocks now loads dynamically the syntax highlight file
      846639ff
  4. Nov 03, 2017
  5. Oct 01, 2017
  6. Sep 25, 2017
Loading