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

Rewrite plugin to TypeScript #4096

Merged
merged 73 commits into from
Mar 8, 2023
Merged

Rewrite plugin to TypeScript #4096

merged 73 commits into from
Mar 8, 2023

Commits on Feb 21, 2023

  1. working build

    tjzel committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9712156 View commit details
    Browse the repository at this point in the history
  2. changed require to import

    tjzel committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    50b68fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd81dd1 View commit details
    Browse the repository at this point in the history
  4. probable fix

    tjzel committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d7e7527 View commit details
    Browse the repository at this point in the history
  5. fixed hash error

    tjzel committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    059ffbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    600d850 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    0a8a85f View commit details
    Browse the repository at this point in the history
  2. more changes

    tjzel committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d7104b3 View commit details
    Browse the repository at this point in the history
  3. almost fixed buildWorkletString

    tjzel committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    70ca4e8 View commit details
    Browse the repository at this point in the history
  4. working so far

    tjzel committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7b0ab43 View commit details
    Browse the repository at this point in the history
  5. need to rebuild the project

    tjzel committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dc1b045 View commit details
    Browse the repository at this point in the history
  6. wrong ting in newFun?

    tjzel committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    484170c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. changes to makeWorklet

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    431ec78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8803f View commit details
    Browse the repository at this point in the history
  3. almost ready for first draft

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e90bb52 View commit details
    Browse the repository at this point in the history
  4. first draft

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    74dede5 View commit details
    Browse the repository at this point in the history
  5. migrated to PluginPass

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0241d78 View commit details
    Browse the repository at this point in the history
  6. restore deleted file

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c4ff4fe View commit details
    Browse the repository at this point in the history
  7. newline

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    deb4782 View commit details
    Browse the repository at this point in the history
  8. typos & index.js update

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a361911 View commit details
    Browse the repository at this point in the history
  9. prettied index.js

    tjzel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2b265ff View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. recompiled index.js

    tjzel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    392378e View commit details
    Browse the repository at this point in the history
  2. added tsconfig

    tjzel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8772841 View commit details
    Browse the repository at this point in the history
  3. amended error messages

    tjzel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    014ed46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40e7ecc View commit details
    Browse the repository at this point in the history
  5. will remove comments now

    tjzel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    02bf855 View commit details
    Browse the repository at this point in the history
  6. cleaner build with tsconfig

    tjzel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d328572 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    42efa28 View commit details
    Browse the repository at this point in the history
  2. included #4062 plugin changes

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f9043d4 View commit details
    Browse the repository at this point in the history
  3. included #3970 plugin changes

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    225c956 View commit details
    Browse the repository at this point in the history
  4. included #4104 plugin changes

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0f8e340 View commit details
    Browse the repository at this point in the history
  5. compiled index.js

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5d31a45 View commit details
    Browse the repository at this point in the history
  6. apply formatting

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4ef9d8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21dfdff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42ff15b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3f3f3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3db07e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fcc30ed View commit details
    Browse the repository at this point in the history
  12. with new index.js

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b41f25a View commit details
    Browse the repository at this point in the history
  13. added README file

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e841d93 View commit details
    Browse the repository at this point in the history
  14. added source map

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6e027ee View commit details
    Browse the repository at this point in the history
  15. follow up

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4a08fc5 View commit details
    Browse the repository at this point in the history
  16. amendments in regard to review

    tjzel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    26f7725 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b9fc13 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    64eec77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43cb1d View commit details
    Browse the repository at this point in the history
  3. changes from ES6 as target

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f56bf06 View commit details
    Browse the repository at this point in the history
  4. added plugins own package.json

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e72fe0d View commit details
    Browse the repository at this point in the history
  5. added dependencies

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7acac08 View commit details
    Browse the repository at this point in the history
  6. added dev dependencies

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6a57c94 View commit details
    Browse the repository at this point in the history
  7. import 'path'

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    578acc2 View commit details
    Browse the repository at this point in the history
  8. guessing at this point

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1ecf504 View commit details
    Browse the repository at this point in the history
  9. force typing

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    832eebb View commit details
    Browse the repository at this point in the history
  10. more commits

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0baa675 View commit details
    Browse the repository at this point in the history
  11. hope it works on windows now

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d766190 View commit details
    Browse the repository at this point in the history
  12. ...

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a32406e View commit details
    Browse the repository at this point in the history
  13. added yarn.lock

    tjzel committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    32dc5e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. added readme

    amended package.json for plugin and root
    added a test for nested worklet directives
    tjzel committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d700a9e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. tomekzaw review

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    39d9292 View commit details
    Browse the repository at this point in the history
  2. typo fix

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a084988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5086fce View commit details
    Browse the repository at this point in the history
  4. no more postinstall

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fb00ed9 View commit details
    Browse the repository at this point in the history
  5. added CI

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f9daad2 View commit details
    Browse the repository at this point in the history
  6. added yarn in root for CI

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0227710 View commit details
    Browse the repository at this point in the history
  7. weird formatting bug

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7a30818 View commit details
    Browse the repository at this point in the history
  8. /..

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    da0bf77 View commit details
    Browse the repository at this point in the history
  9. m

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bc2758b View commit details
    Browse the repository at this point in the history
  10. removed sourcemap dependency

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6b5bf1c View commit details
    Browse the repository at this point in the history
  11. Update .github/workflows/validate-plugin.yml

    Co-authored-by: Tomek Zawadzki <tomasz.zawadzki@swmansion.com>
    tjzel and tomekzaw authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0fad557 View commit details
    Browse the repository at this point in the history
  12. Update plugin/README.md

    Co-authored-by: Tomek Zawadzki <tomasz.zawadzki@swmansion.com>
    tjzel and tomekzaw authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f3cacdf View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Tomek Zawadzki <tomasz.zawadzki@swmansion.com>
    tjzel and tomekzaw authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    23ea6d3 View commit details
    Browse the repository at this point in the history
  14. readme amendments

    tjzel committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5ad95b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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