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

Add helper scripts for updating headers and symbols.js #7

Merged
merged 10 commits into from
Feb 15, 2023

Commits on Dec 30, 2022

  1. Add helper scripts

    - update-headers.js: Fetch latest headers from nodejs/node
    - write-symbols.js: Use clang to process headers to create symbols.js
    KevinEady committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    63c61f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e693f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0834c30 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Jan 3, 2023

  1. Address review comments

    - Add 'use strict'
    - Make write-symbols main() async
    KevinEady committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b9a57c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d03260 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 10, 2023

  1. Address review comments

    - Remove double string interpolation
    
    Co-authored-by: Chengzhong Wu <[email protected]>
    KevinEady and legendecas authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    41f0767 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Feb 14, 2023

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