Commit Graph

18 Commits (89757a95a66dde3828ce5a3a9a70bc18abd573e8)

Author SHA1 Message Date
audric 381cb77ad9 fixup tsconfi complaining about playwright.config being above it 3 years ago
Audric Ackermann e33b6eadc4
bump typescript to 4.5.4 3 years ago
Audric Ackermann 5c7615d205
removed old fileserver support 4 years ago
audric 8344c48d88 handle offline status for selectGuardNodes stuff 4 years ago
audric 9e37985d03 enable no-unused local and imports and fix tslint 4 years ago
Maxim Shishmarev 8ca7b8cfb4 Message receiving refactor: handleDataMessage onwards 5 years ago
Mikunj 4139144b73 Disable unused in tsconfig temporarily 5 years ago
Audric Ackermann 25d0fff95f fix build 5 years ago
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 6 years ago
Daniel Gasienica 381290c55f Adjust `tsconfig.json` formatting for Prettier 7 years ago
Daniel Gasienica 84f69f482f Prettier: Format JSON configuration files 7 years ago
Daniel Gasienica 3ad74e0c3e Remove implied `strict` compiler options 7 years ago
Daniel Gasienica 39d5f3c413 Enable strict type checking features 7 years ago
Daniel Gasienica 99921ed848 Enable strict `null` checks 7 years ago
Daniel Gasienica 9513e90a84 Fix TS error regarding `window` 7 years ago
Daniel Gasienica 27f205e0a3 Fix TS error regarding `SharedArrayBuffer` 7 years ago
Scott Nonnenberg 23537546fe
Big refactor: ts/ directory for all typescript, including react
Split out test-specific and general utility react components too.

And moved our test/legacy* files for the Style Guide into a styleguide/
subdirectory of test/.

I think we'll be able to live in this directory structure for a while.
7 years ago
Scott Nonnenberg 893fb1cb9e
Introduce React/TypeScript/TSLint into app for new UI components
npm run transpile
  Works on files under js/react/
  Outputs files right next to the .tsx file

This is part of our `grunt dev` task, as well as the default grunt task,
which does everything else necessary to get a raw git checkout ready to
run.
7 years ago