Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

fix: detect a wider range of scheduled functions #1105

Merged
merged 6 commits into from
Jun 9, 2022
Merged

Commits on Jun 7, 2022

  1. fix: detect a wider range of scheduled functions

    scheduled functions which are reassigned or not directly exported are now detected
    danez committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8eb5396 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update src/runtimes/node/parser/bindings.ts

    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    danez and eduardoboucas committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d89aab2 View commit details
    Browse the repository at this point in the history
  2. Update src/runtimes/node/parser/exports.ts

    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    danez and eduardoboucas committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    31d32f7 View commit details
    Browse the repository at this point in the history
  3. Update src/runtimes/node/parser/exports.ts

    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    danez and eduardoboucas committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c4999f4 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
    danez and eduardoboucas committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ba5d4ed View commit details
    Browse the repository at this point in the history
  5. refactor: clean up code

    danez committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    43a2a53 View commit details
    Browse the repository at this point in the history