Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

zone.js build/test/clang-format will fail because version upgrade #649

@JiaLiPassion

Description

@JiaLiPassion
  1. clang-format will fail because clang-format upgrade to 1.0.48, and after upgrade to 1.0.48, the code will be format to strange format.

such as

 console.log(`Attempting to configure '${prop}' with descriptor '${descJson
                    }' on object '${obj}' and got error, giving up: ${error}`);
      }

will be format to

 console.log(`Attempting to configure '${
                                                                    prop
                                                                   }' with descriptor '${
                                                                                                    descJson
                                                                                                   }' on object '${
                                                                                                                           obj
                                                                                                                           }' and got error, giving up: ${
error
}`);
      }
  1. update typescript to 2.1.5 will cause test failed (SystemJS exports not found)
  2. @types/jasmine will also cause compile error with typescript 2.0.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions