Skip to content

nija-at/cdk-deprecated-api-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple 'proof of concept' typescript transform that takes a typescript source file and strips out all APIs that contain '@deprecated' in their tsdoc comment.

The output is written back to the same location but with the extension '.stripped.ts'

Running the transform

After checking out the repository and in its root, run

yarn build
node index

This will run the transform on the file sample/hello.ts and produce the output at sample/hello.stripped.ts.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published