1. Sep 05, 2022
    • Marc Durdin's avatar
      feat(developer): add vkey support · cc0ddffd
      Marc Durdin authored
      vkeyMaps table compiler, unit test, and fixes to json schema. Adds a
      vkeyMaps entry to the basic e2e test.
      
      us-virtual-keys.ts has a new mapping for CLDR VKey Enums, but I will
      tweak this in an upcoming commit to use constants instead of hard-coded
      values.
      cc0ddffd
  2. Sep 04, 2022
  3. Sep 03, 2022
  4. Sep 02, 2022
  5. Sep 01, 2022
  6. Aug 31, 2022
  7. Aug 30, 2022
    • Marc Durdin's avatar
      chore(developer): cleanup todo comments · 8fc7921e
      Marc Durdin authored
      8fc7921e
    • Marc Durdin's avatar
      feat(developer): add unit tests for meta compiler · 995d731c
      Marc Durdin authored
      First, a little bit of refactoring to make it cleaner to do unit test
      for each section.
      
      Then add some global error values.
      
      Throw in a helper function or two.
      
      Dust off the edges of the CompilerCallbacks object.
      
      Duct tape together validation of the normalization attribute.
      
      And ... eventually we get a nice clean-like unit test for the meta
      compiler, with three pretty little fixtures and as-neat-as-you-like-it
      assertions.
      995d731c