-
Notifications
You must be signed in to change notification settings - Fork 14
Home
lilliCao edited this page Apr 24, 2020
·
16 revisions
Table of Contents
TS-Merger is a tool designed to parse and merge a base and a patch file into one single file depending on the merge strategy defined.
Currently, the merger supports the following AST node types:
-
ImportDeclaration
-
ClassDeclaration
-
Constructor
-
MethodDeclaration
-
PropertyDeclaration
-
Decorator
-
Body (no merging but conflict handling)
-
FunctionDeclaration
-
InterfaceDeclaration
-
PropertySignature
Deploy new version to npm
-
be sure to have the permission to publish a new version, otherwise please contact admin of ts-merger
-
change version in package.json to the release version
-
yarn install
-
yarn login
-
yarn publish
-
commit new code change to the ts-merger repo (master)