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

feat(npm): implement Node API #13633

Merged
merged 171 commits into from
Oct 5, 2022
Merged

feat(npm): implement Node API #13633

merged 171 commits into from
Oct 5, 2022

Commits on Feb 3, 2022

  1. feat: implement N-API

    littledivy committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    34db49b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. use libffi fork

    littledivy committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    43f5aac View commit details
    Browse the repository at this point in the history
  2. libffi aarch64 fix

    littledivy committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    dcd66d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. various fixes

    littledivy committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    70856e4 View commit details
    Browse the repository at this point in the history
  2. add tests and fixes

    littledivy committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    5a0d2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    defeff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. borrow checker fix

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    673b996 View commit details
    Browse the repository at this point in the history
  2. fix hot loop

    bartlomieju committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    443281e View commit details
    Browse the repository at this point in the history
  3. redo async work

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    17bf579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43f384 View commit details
    Browse the repository at this point in the history
  5. something

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2a57715 View commit details
    Browse the repository at this point in the history
  6. merge

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c061a1b View commit details
    Browse the repository at this point in the history
  7. init tests

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2016101 View commit details
    Browse the repository at this point in the history
  8. number tests

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0a589ec View commit details
    Browse the repository at this point in the history
  9. basic typedarray test

    littledivy committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    fb1c455 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    60a7dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa6f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2316fd View commit details
    Browse the repository at this point in the history
  4. fix compiler warnings

    DjDeveloperr authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    78c3a70 View commit details
    Browse the repository at this point in the history
  5. fmt

    DjDeveloperr authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    d2f2bdb View commit details
    Browse the repository at this point in the history
  6. clippy

    DjDeveloperr authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    98d84dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ba5f80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfed7bc View commit details
    Browse the repository at this point in the history
  9. clippy

    DjDeveloperr authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0145fce View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. cleanup setup

    bartlomieju committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    44bfc1e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    aedbfa5 View commit details
    Browse the repository at this point in the history
  2. libuv

    littledivy committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8c3ea99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19122a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. isolate_ptr

    littledivy committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6cc3873 View commit details
    Browse the repository at this point in the history
  2. isolate_ptr WIP

    littledivy committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a66b6c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    c797533 View commit details
    Browse the repository at this point in the history
  2. x

    littledivy committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2649e29 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. temp

    bartlomieju committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    ac83b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc16e00 View commit details
    Browse the repository at this point in the history
  3. maybe fix deferred

    bartlomieju committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a18c3ee View commit details
    Browse the repository at this point in the history
  4. async tasks work!

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    621b909 View commit details
    Browse the repository at this point in the history
  5. Add napi_has_own_property

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    be95b10 View commit details
    Browse the repository at this point in the history
  6. implement napi_instanceof

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    f9e20f9 View commit details
    Browse the repository at this point in the history
  7. Add napi_get_new_target

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0744a94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28da17b View commit details
    Browse the repository at this point in the history
  9. Add napi_object_freeze

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    943a3d5 View commit details
    Browse the repository at this point in the history
  10. Add napi_object_seal

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    151a57a View commit details
    Browse the repository at this point in the history
  11. Add napi_delete_async_work

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    1b580ba View commit details
    Browse the repository at this point in the history
  12. napi_get_uv_event_loop

    littledivy committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    484183c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    304dcf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a423ffe View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    2471f0f View commit details
    Browse the repository at this point in the history
  4. third party tests for tsfn

    littledivy committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    a506de5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Fix threadsafe functions

    littledivy committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0a079b3 View commit details
    Browse the repository at this point in the history
  2. fixes

    littledivy committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    6b9879c View commit details
    Browse the repository at this point in the history
  3. fixes

    littledivy committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    4dbe634 View commit details
    Browse the repository at this point in the history
  4. a lot of things work

    littledivy committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    384988c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    9f0a480 View commit details
    Browse the repository at this point in the history
  2. clippy

    bartlomieju committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e7a2217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfaca5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bc2c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0050d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbb22b8 View commit details
    Browse the repository at this point in the history
  7. cleanup

    littledivy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2f100ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d0ff42 View commit details
    Browse the repository at this point in the history
  9. some more cleanups

    littledivy committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    612aeb2 View commit details
    Browse the repository at this point in the history
  10. Update .gitignore

    littledivy authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7bae1d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. update to rusty_v8 v0.40.1

    littledivy committed Feb 23, 2022
    2 Configuration menu
    Copy the full SHA
    1cbc615 View commit details
    Browse the repository at this point in the history
  2. fmt

    littledivy committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3eeaa5e View commit details
    Browse the repository at this point in the history
  3. supress warnings

    littledivy committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    39ced47 View commit details
    Browse the repository at this point in the history
  4. maybe fix windows

    littledivy committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e2aeec6 View commit details
    Browse the repository at this point in the history
  5. maybe fix mac?

    littledivy committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    5f7a59d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    577a82e View commit details
    Browse the repository at this point in the history
  7. fix

    littledivy committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    8319bbc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

    littledivy committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    3df65b7 View commit details
    Browse the repository at this point in the history
  3. scope

    littledivy committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6b70165 View commit details
    Browse the repository at this point in the history
  4. fixes

    littledivy committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d2ee0b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. more fixes

    littledivy committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    2b8fedf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214ef56 View commit details
    Browse the repository at this point in the history
  3. parcel watcher fixes

    littledivy committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    a8fb89f View commit details
    Browse the repository at this point in the history
  4. testss

    littledivy committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6ddfa81 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. more tests

    littledivy committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    8e931aa View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. tests

    littledivy committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3d18e55 View commit details
    Browse the repository at this point in the history
  2. promise_test

    littledivy committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3023cec View commit details
    Browse the repository at this point in the history
  3. coerce_test

    littledivy committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    099a8d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    f7ed7ef View commit details
    Browse the repository at this point in the history
  2. object_wrap_test

    littledivy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9b1ed25 View commit details
    Browse the repository at this point in the history
  3. callback_test

    littledivy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e402e40 View commit details
    Browse the repository at this point in the history
  4. async_test

    littledivy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    acd7a5a View commit details
    Browse the repository at this point in the history
  5. code review

    littledivy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d8086ac View commit details
    Browse the repository at this point in the history
  6. lint

    littledivy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    561bef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    d825f7b View commit details
    Browse the repository at this point in the history
  2. Fix tests

    littledivy committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    2a3638b View commit details
    Browse the repository at this point in the history
  3. stuff

    littledivy committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9182161 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. x

    littledivy committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c3ea234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06d729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3f13a5 View commit details
    Browse the repository at this point in the history
  4. Fix borrow mut

    littledivy committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4fc0f8b View commit details
    Browse the repository at this point in the history
  5. renames, lint

    bartlomieju committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0899c4f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. 1 Configuration menu
    Copy the full SHA
    083ef3f View commit details
    Browse the repository at this point in the history
  2. reenable tsfn

    bartlomieju committed Mar 10, 2022
    1 Configuration menu
    Copy the full SHA
    52e6064 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    01b0da7 View commit details
    Browse the repository at this point in the history
  2. move napi as extension

    bartlomieju committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    32b209d View commit details
    Browse the repository at this point in the history
  3. some fixy

    littledivy committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    4fb9b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. x

    littledivy committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fb681c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    0e57c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79100e View commit details
    Browse the repository at this point in the history
  3. update things

    littledivy committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6437568 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

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

Commits on Jun 10, 2022

  1. fmt

    littledivy committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d830269 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    18bcbbb View commit details
    Browse the repository at this point in the history
  2. Put isolate_ptr in OpState

    littledivy committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    acd8b47 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    littledivy committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5eebefb View commit details
    Browse the repository at this point in the history
  4. test_napi: run yarn

    littledivy committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    373e7cb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. debug test failure in CI

    littledivy committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    9360235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6e12b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    8e55c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45299de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710d4e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    9a26ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba90812 View commit details
    Browse the repository at this point in the history
  3. review comments

    bartlomieju committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    541e089 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. unrelated changes

    bartlomieju committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ba7448c View commit details
    Browse the repository at this point in the history
  2. revert todo

    bartlomieju committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    cda1995 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    74c4ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f33d5 View commit details
    Browse the repository at this point in the history
  3. cycle cache key

    bartlomieju committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c492e0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed2bfae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1c2e36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66590a3 View commit details
    Browse the repository at this point in the history
  7. ignore some tests on CI

    bartlomieju committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    62835cd View commit details
    Browse the repository at this point in the history
  8. fmt

    bartlomieju committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2ae9235 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. recycle cache key

    bartlomieju committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5270920 View commit details
    Browse the repository at this point in the history
  2. recycle cache key

    bartlomieju committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c53fbb3 View commit details
    Browse the repository at this point in the history
  3. ignore one tests for now

    bartlomieju committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    16603da View commit details
    Browse the repository at this point in the history
  4. cycle cache key

    bartlomieju committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    73e8a25 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge branch 'main' into napi

    ry committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    834c19c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    430580b View commit details
    Browse the repository at this point in the history
  2. updates

    littledivy committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f75881a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52fab2c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    0eeb6fb View commit details
    Browse the repository at this point in the history
  2. maybe fix

    littledivy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    1daec92 View commit details
    Browse the repository at this point in the history
  3. x

    littledivy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a84a20c View commit details
    Browse the repository at this point in the history
  4. lint

    littledivy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7e1628a View commit details
    Browse the repository at this point in the history
  5. update win deps

    littledivy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2f338f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. complete napi3

    littledivy committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    384a680 View commit details
    Browse the repository at this point in the history
  2. Fix

    littledivy committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    859fbba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9920535 View commit details
    Browse the repository at this point in the history
  4. update lock file

    littledivy committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    4d3c8e1 View commit details
    Browse the repository at this point in the history
  5. cleanup function.rs

    littledivy committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    8ddf617 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    259b749 View commit details
    Browse the repository at this point in the history
  2. x

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c91f99f View commit details
    Browse the repository at this point in the history
  3. Fix windows crash

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f20ceba View commit details
    Browse the repository at this point in the history
  4. fmt

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d185c83 View commit details
    Browse the repository at this point in the history
  5. lint

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e4de025 View commit details
    Browse the repository at this point in the history
  6. fix again

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3e39251 View commit details
    Browse the repository at this point in the history
  7. fix test

    littledivy committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3bb4168 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32c6905 View commit details
    Browse the repository at this point in the history
  9. reset CI

    bartlomieju committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8d6829a View commit details
    Browse the repository at this point in the history
  10. reset CI

    bartlomieju committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2fc502c View commit details
    Browse the repository at this point in the history
  11. reset CI

    bartlomieju committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1b299b1 View commit details
    Browse the repository at this point in the history
  12. cleanup

    bartlomieju committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c54b9f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. some performance tuning

    littledivy committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    fa1c961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d2434 View commit details
    Browse the repository at this point in the history
  3. fmt

    littledivy committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a1d30b3 View commit details
    Browse the repository at this point in the history
  4. lint

    littledivy committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    52d69f9 View commit details
    Browse the repository at this point in the history
  5. add more tests

    littledivy committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0673f9f View commit details
    Browse the repository at this point in the history
  6. Fix test on Windows

    littledivy committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    8eeb5a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7d87ca View commit details
    Browse the repository at this point in the history
  8. reset CI

    bartlomieju committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cbe5cc6 View commit details
    Browse the repository at this point in the history
  9. reset CI

    bartlomieju committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e2f1a7c View commit details
    Browse the repository at this point in the history
  10. reset CI

    bartlomieju committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4cbe3a2 View commit details
    Browse the repository at this point in the history
  11. reset CI

    bartlomieju committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e7897e0 View commit details
    Browse the repository at this point in the history
  12. add NapiPermissions

    bartlomieju committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    dd6d06c View commit details
    Browse the repository at this point in the history