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(compiler-sfc): support props name to be defined as a string #7803

Merged
merged 55 commits into from May 12, 2023

Commits on Feb 28, 2023

  1. Copy the full SHA
    508ef22 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    923afa9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    75ec1a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    31b3866 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Copy the full SHA
    fb9d9e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccb6ce6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2be9b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9ebb189 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1b49b5a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ec2468f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8de19c6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e6a4ac6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Copy the full SHA
    4d161b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update packages/compiler-sfc/src/compileScript.ts

    Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
    baiwusanyu-c and sxzz committed Mar 6, 2023
    Copy the full SHA
    45b6e69 View commit details
    Browse the repository at this point in the history
  2. Update packages/compiler-sfc/src/compileScript.ts

    Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
    baiwusanyu-c and sxzz committed Mar 6, 2023
    Copy the full SHA
    20293f6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c6f3142 View commit details
    Browse the repository at this point in the history
  4. Update compileScript.spec.ts

    Spaces were modified during formatting
    baiwusanyu-c committed Mar 6, 2023
    Copy the full SHA
    1bf1ebd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    37a1e37 View commit details
    Browse the repository at this point in the history
  6. chore: format

    sxzz committed Mar 6, 2023
    Copy the full SHA
    30f8611 View commit details
    Browse the repository at this point in the history
  7. fix: escape string

    sxzz committed Mar 6, 2023
    Copy the full SHA
    0325357 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 20, 2023

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

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

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

Commits on Mar 28, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Mar 28, 2023
    Copy the full SHA
    fee10fc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Mar 29, 2023
    Copy the full SHA
    147c1f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/__tests__/__snapshots__/compileScriptPropsTransform.spec.ts.snap
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Mar 30, 2023
    Copy the full SHA
    86c498e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/__tests__/__snapshots__/compileScriptPropsTransform.spec.ts.snap
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Mar 30, 2023
    Copy the full SHA
    803e1bd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Copy the full SHA
    44a3e5e View commit details
    Browse the repository at this point in the history
  2. update code

    baiwusanyu-c committed Apr 5, 2023
    Copy the full SHA
    1d7372d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Copy the full SHA
    9ee8357 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0c8dc97 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Apr 10, 2023
    Copy the full SHA
    f805d20 View commit details
    Browse the repository at this point in the history
  2. update code

    baiwusanyu-c committed Apr 10, 2023
    Copy the full SHA
    555ccf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Apr 11, 2023
    Copy the full SHA
    06a96ad View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/src/compileScript.ts
    baiwusanyu-c committed Apr 11, 2023
    Copy the full SHA
    e94c908 View commit details
    Browse the repository at this point in the history
  3. update code

    baiwusanyu-c committed Apr 11, 2023
    Copy the full SHA
    9c56547 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/__tests__/__snapshots__/compileScriptPropsTransform.spec.ts.snap
    #	packages/compiler-sfc/src/script/defineProps.ts
    baiwusanyu-c committed Apr 14, 2023
    Copy the full SHA
    97bccd2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ef564f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge remote-tracking branch 'upstream/main' into bwsy/feat/propsKeyS…

    …tring
    
    # Conflicts:
    #	packages/compiler-sfc/__tests__/compileScript/__snapshots__/definePropsDestructure.spec.ts.snap
    baiwusanyu-c committed Apr 17, 2023
    Copy the full SHA
    7404e27 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Copy the full SHA
    863f908 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0d99c36 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 25, 2023

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

Commits on May 4, 2023

  1. Copy the full SHA
    8bf16b2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Copy the full SHA
    b2cb327 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1420088 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Copy the full SHA
    4024023 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    674c6fd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 12, 2023

  1. Copy the full SHA
    0699b51 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    00c2fdd View commit details
    Browse the repository at this point in the history
  3. Update cssVars.ts

    baiwusanyu-c committed May 12, 2023
    Copy the full SHA
    ec0924a View commit details
    Browse the repository at this point in the history