Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to typescript #209

Merged
merged 149 commits into from
Sep 3, 2021
Merged

Migrate to typescript #209

merged 149 commits into from
Sep 3, 2021

Commits on Jul 14, 2021

  1. Update README.md

    HarelM authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    cf52cc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    b5035a3 View commit details
    Browse the repository at this point in the history
  2. Iint upgrade

    HarelM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    5f29228 View commit details
    Browse the repository at this point in the history
  3. More lint fixes

    HarelM committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    36712e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    c309e60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10876d9 View commit details
    Browse the repository at this point in the history
  3. Switch from yarn to npm

    wipfli authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3f9310a View commit details
    Browse the repository at this point in the history
  4. Fix hasOwnProperty lint errors

    See https://eslint.org/docs/rules/no-prototype-builtins
    * I used this command for the conversions:
    * sed -i -E "s/([\(\!])([]/[a-zA-Z_.-]*).hasOwnProperty\(/
    \1Object.prototype.hasOwnProperty.call(\2, /g" <file-name>
    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ecfef62 View commit details
    Browse the repository at this point in the history
  5. Fix extension from .js to .ts

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    0959b04 View commit details
    Browse the repository at this point in the history
  6. Remove types file

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    33bb386 View commit details
    Browse the repository at this point in the history
  7. Ignore lint errors

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    fa2b6ea View commit details
    Browse the repository at this point in the history
  8. Remove .ts extension in import

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a24a7ca View commit details
    Browse the repository at this point in the history
  9. Update CI from node v10 to v14

    HarelM authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    9d8d47d View commit details
    Browse the repository at this point in the history
  10. Replace yarn with npm

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    19dd308 View commit details
    Browse the repository at this point in the history
  11. Remove circleci

    Oliver Wipfli authored and wipfli committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    d2e3002 View commit details
    Browse the repository at this point in the history
  12. Fixed some typings errors

    HarelM committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    93c3993 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Explicitly convert matrix-gl types

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    1116842 View commit details
    Browse the repository at this point in the history
  2. Automatically fix lint errors

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    c26511e View commit details
    Browse the repository at this point in the history
  3. Avoid Function as callback type

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    42ddfe2 View commit details
    Browse the repository at this point in the history
  4. Add missing MapOptions

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    5acb66c View commit details
    Browse the repository at this point in the history
  5. Add pitchWithRotate to MapOptions and pass explicit options to Handle…

    …rManager and Camera
    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    99e90b8 View commit details
    Browse the repository at this point in the history
  6. Set type of MapOptions.style to StyleSpecification of string

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    ff234e6 View commit details
    Browse the repository at this point in the history
  7. Make Camera an abstract class

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    dbbefae View commit details
    Browse the repository at this point in the history
  8. Use Float32Array instead of Float64Array and cast types

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    9f653ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d52ab71 View commit details
    Browse the repository at this point in the history
  10. Make more objects dynamically extenable

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    9a62b51 View commit details
    Browse the repository at this point in the history
  11. Explicit cast of array to length 2

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    4963f15 View commit details
    Browse the repository at this point in the history
  12. Do not provide type any in for..in loop

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    5ca6493 View commit details
    Browse the repository at this point in the history
  13. Make more objects dynamically extenable

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    b1e81ab View commit details
    Browse the repository at this point in the history
  14. Cast layout.get return value to Number

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    59bdc8b View commit details
    Browse the repository at this point in the history
  15. Cast number | void to number

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e7bafda View commit details
    Browse the repository at this point in the history
  16. Specify Rect type

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    bcebaca View commit details
    Browse the repository at this point in the history
  17. Make thhird argument of getKey optional

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    3199286 View commit details
    Browse the repository at this point in the history
  18. Cast number | void to number

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    9fe8cf6 View commit details
    Browse the repository at this point in the history
  19. Define return type of parse() in subclasses of Expression

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    4e72829 View commit details
    Browse the repository at this point in the history
  20. Cast return type of context.error() from void to null

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    95781ad View commit details
    Browse the repository at this point in the history
  21. Cast style-spec types to Type

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    efc4b1f View commit details
    Browse the repository at this point in the history
  22. Cast return type of context.error() from void to null

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    f0a3c36 View commit details
    Browse the repository at this point in the history
  23. Cast style-spec types to Type

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    4af74a6 View commit details
    Browse the repository at this point in the history
  24. Cast dict to StylePropertySpecification

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    948a035 View commit details
    Browse the repository at this point in the history
  25. Specify array type as any to fix string[] inference

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    dbae218 View commit details
    Browse the repository at this point in the history
  26. Make third argument of coalesce() optional

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    f8052f9 View commit details
    Browse the repository at this point in the history
  27. Explicit casts to Evaluate, Varargs, and Signature

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    fb14039 View commit details
    Browse the repository at this point in the history
  28. Revert "Cast style-spec types to Type"

    This reverts commit 4af74a6.
    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    1783d6a View commit details
    Browse the repository at this point in the history
  29. Revert "Cast style-spec types to Type"

    This reverts commit efc4b1f.
    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    89bee09 View commit details
    Browse the repository at this point in the history
  30. Cast style-spec types at their source

    Oliver Wipfli authored and wipfli committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    a4a60a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Typescript: Remove @mapbox/geojson-types and replace with @types/GeoJ…

    …SON' (#221)
    
    * remove @mapbox/geojson-types and replace with @types/GeoJSON
    
    * update toJSON using spread operator
    chippieTV authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    08ddb2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e966bd View commit details
    Browse the repository at this point in the history
  3. Typescript: Use library to handle Window type (#223)

    * add window type lib
    
    * remove internal window type file and use lib
    chippieTV authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    0e57cf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    7bb152f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2c5b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    33b3f49 View commit details
    Browse the repository at this point in the history
  2. Typescript: Remove reference to @mapbox/point-geometry TBC (#226)

    * Remove reference to @mapbox/point-geometry and replace with local point module with types
    Remove commented out types
    Fix cannot find type Point errors
    Add static to fix convert does not exist on typeof Point errors
    
    * Remove @mapbox/point-geometry from packkage.json
    chippieTV authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    9aff296 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    HarelM committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    d7c7af3 View commit details
    Browse the repository at this point in the history
  4. Typescript: fix lint and update .eslintrc with alternate TS rule (#227)

    * fix lint and .eslintrc with alternate TS rule
    
    * remove comment
    chippieTV authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4c6d8e7 View commit details
    Browse the repository at this point in the history
  5. Typescript: a number of minor fixes from WIP branch (#228)

    * fix minor ID type issues
    
    * minor casting fix non bool to bool
    
    * fix thrown Error message issue
    
    * fix a couple of import issues
    
    * match date comparison types
    
    * remove commented out code
    
    * fixes from WIP branch
    
    * remove redundant import for lint
    
    * more fixes
    chippieTV authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    ac94146 View commit details
    Browse the repository at this point in the history
  6. Fix small typings issues

    HarelM committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    eafe46c View commit details
    Browse the repository at this point in the history
  7. More typescript fixes

    HarelM committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    0306da0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    139726f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58eecb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. More type fixes

    HarelM committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    e633436 View commit details
    Browse the repository at this point in the history
  2. More types fixes

    HarelM committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    9fd964e View commit details
    Browse the repository at this point in the history
  3. More types fixes

    HarelM committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a4ede9a View commit details
    Browse the repository at this point in the history
  4. update use of mat4 (#219)

    updating types as gl-matrix
    more types to gl-matrix
    cleanup cast vs constructor
    cleanup more gl-matrix types
    more using gl-matrix instead of Float32Array
    fixes from WIP squashed into one commit
    minor cleanup and comments
    chippieTV authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    c48e970 View commit details
    Browse the repository at this point in the history
  5. Added some "as any" to places in the code where the typing were not j…

    …ust right and the method are proplemeatic...
    HarelM committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    8f18665 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    3e5768e View commit details
    Browse the repository at this point in the history
  2. Fix last typescript errors

    HarelM committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    e2ee96f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34f64b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd32057 View commit details
    Browse the repository at this point in the history
  5. Format file

    HarelM committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    78a62c9 View commit details
    Browse the repository at this point in the history
  6. Fix rollup build

    HarelM committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    2710e4b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    a963b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb1ace7 View commit details
    Browse the repository at this point in the history
  3. Remove version from API

    HarelM committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    056a396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a875ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    63e17ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a68ea80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e44d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0c7f89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70938ed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Typescript: Fix unit-tests (#235)

    * Move all referneces in unit test to use the build output
    
    * Fixes to window related stuff in unit tests, fixes to unneeded requires.
    
    * Fix to dem data test
    
    * Fix tests - remove window restore, fix __dirname.
    
    * Fix stub_loader due to function this usage.
    
    * Fix more tests
    
    * Fix tests and code that causes tests to fail.
    
    * Fix usage of ajax.js by subbing it correctly
    
    * Added missing window element to tests
    
    * removing window in 2 places gains 1601 passing (#236)
    
    * Adding missing windows to tests
    
    * Fix tests, revert some changes from typescript migration
    
    * More fixes related to removal of window
    
    * remove warnings, fix attribution test
    
    * Fix more tests
    
    * Fix more tests
    
    * Added missing stubs
    
    * Fixed tests related to version removal
    
    * More test fixes related to file path
    
    * Typescript: unit tests Frustum issues (#238)
    
    * fix minor file errors in stub_loader.js
    
    * matrix tests pass but not sure the tests represent actual usage
    
    * Fix primitive tests with minimal usage of "bad" types
    
    * Minor fixes to reduce incorrect typings
    
    * Fix image load for image source and style tests
    
    * Fix tests, added missing stub_loader
    
    * Fix uuid incorrect implemetation
    
    * Fix ajax tests. imporved image mock
    
    * Fix camera tests
    
    * Revert changes related to incorrect typescript solution
    
    Co-authored-by: James Hamilton <chippieTV@users.noreply.github.com>
    HarelM and chippieTV authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3a1c788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7978d04 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    HarelM committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e2bced5 View commit details
    Browse the repository at this point in the history
  4. Removed test flow

    HarelM committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6046b61 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    8f11ef3 View commit details
    Browse the repository at this point in the history
  2. Fix css build

    HarelM committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    0aae94b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15469f View commit details
    Browse the repository at this point in the history
  4. Remove flow from build in ci

    HarelM committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    598d3d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24f374e View commit details
    Browse the repository at this point in the history
  6. Allow building style-spec

    HarelM committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    baabb53 View commit details
    Browse the repository at this point in the history
  7. Fix build tests

    HarelM committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    79e4754 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Remove window, fix missing references to FeatureIndex using typescrip…

    …t config, update rollup dependencies
    HarelM committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    f8208b3 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    HarelM committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    24e2c8f View commit details
    Browse the repository at this point in the history
  3. Fix production build

    HarelM committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3cee03e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3eefb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f05202f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Fix tests, bring back web_worker mock file, fix maplibre-gl loading i…

    …ssue, revert tsconfig.
    HarelM committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    784e23d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Fix build?

    HarelM committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    6610b95 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    HarelM committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    4db2629 View commit details
    Browse the repository at this point in the history
  3. Typescript: Fix query-tests (#240)

    * Initial commit to fix query-tests
    
    * Fix query tests
    HarelM authored Aug 8, 2021
    Configuration menu
    Copy the full SHA
    1d76444 View commit details
    Browse the repository at this point in the history
  4. Fix some lint issues

    HarelM committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    140ad58 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Typescript: minor fixes to formatting (#241)

    * minor fixes
    
    * fix formatting of object key value types
    chippieTV authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c730494 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded comments

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    4bccaaf View commit details
    Browse the repository at this point in the history
  3. Fix according to code review

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    49411c6 View commit details
    Browse the repository at this point in the history
  4. Remove undefined as any

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    532640a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58ee617 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6d0feff View commit details
    Browse the repository at this point in the history
  7. More lint cover and fixes

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    debca9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7a2905 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d8e3f7 View commit details
    Browse the repository at this point in the history
  10. Fix lint for land.html

    HarelM committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    c86a14f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Fix minimal node version to 14

    HarelM committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    2c55e69 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Typescript: merge from main (#243)

    * Highlight backport rules
    
    * Add backport rules
    
    * Add backport rules
    
    * Use organization secret NPM_ORG_TOKEN (#231)
    
    * Fix link in README and CONTRIBUTING. Fix typo in README. (#237)
    
    * one yarn forgotten (#242)
    
    Co-authored-by: Marcel Normann <marcel.normann@wheregroup.com>
    Co-authored-by: Oliver Wipfli <oliver.wipfli@leichteralsluft.ch>
    Co-authored-by: tunnelpuzzle <79618312+tunnelpuzzle@users.noreply.github.com>
    4 people authored Aug 14, 2021
    Configuration menu
    Copy the full SHA
    3b489d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    0db9613 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Update Life of a tile docs (#247)

    * rename .js to .ts in doc/life-of-a-tile.md
    
    * Update Developer Doc - Life of a tile (#245)
    
    * life of a tile
    
    * correction
    astridx authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    27ce223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdfb04d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Update package.json (#248)

    * rename .js to .ts in doc/life-of-a-tile.md
    
    * life of a tile
    
    * correction
    
    * package.json
    astridx authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    44c11ed View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    708b7a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    7d4192b View commit details
    Browse the repository at this point in the history
  2. Fix WritingMode cast (#254)

    wipfli authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    f7ba71a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    41dae49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a69c3 View commit details
    Browse the repository at this point in the history
  3. Remove (minify = false)

    HarelM committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    c5840a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db4f31 View commit details
    Browse the repository at this point in the history
  5. Review cleanup (#259)

    * Remove redundant parentheses
    
    * Remove eslint typescript exceptions
    
    * Remove flow comments
    
    * Remove `Number()` casts
    
    * Remove parentheses
    
    * Remove commented lint plugin
    
    * Remove `HM TODO` comments
    wipfli authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    6daaf50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42ba236 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6eed6c View commit details
    Browse the repository at this point in the history
  8. Remove last TODOs.

    HarelM committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    eebf172 View commit details
    Browse the repository at this point in the history
  9. Updated changelog

    HarelM committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    78e1075 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e569bc View commit details
    Browse the repository at this point in the history
  11. Fix code review comments

    HarelM committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f8dcc8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db2bed5 View commit details
    Browse the repository at this point in the history
  13. Fix comment of generated files

    HarelM committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    75e6173 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57c3545 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Fix according to code review

    HarelM committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    5f75b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8559e View commit details
    Browse the repository at this point in the history
  3. Copy dist folder with cp -r (#274)

    wipfli authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    c680068 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    wipfli authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    fd29d6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    343353e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84f118d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Fix typos in comments (#283)

    fredj authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7d9af25 View commit details
    Browse the repository at this point in the history
  2. Remove polyfill support for IE11 (#284)

    * Use native endsWith function
    
    * Use native Object.values function
    
    * Use native Number.MAX_SAFE_INTEGER value
    
    * Fix typos, remove unused functions
    
    The functions are already defined in `src/util/mapbox.ts`
    fredj authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7b126e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa05f55 View commit details
    Browse the repository at this point in the history
  4. eslint - enforce single quotes (#285)

    Turn on @typescript-eslint/quotes rule to standardize on single quotes for all strings.
    drwestco authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    b6ac656 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. move point.ts from symbol/ to util/ (#287)

    * move point.ts from symbol/ to util/
    
    * Remove empty line
    chippieTV authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e0f7062 View commit details
    Browse the repository at this point in the history
  2. Remove undefined as any casts (#292)

    Unnecessary casts for 'undefined' or 'null' as 'any'.
    drwestco authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    148e23a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e555c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    de752a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d789b7 View commit details
    Browse the repository at this point in the history