File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
smithy-typescript-codegen/src/main
java/software/amazon/smithy/typescript/codegen
resources/software/amazon/smithy/typescript/codegen Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ class CodegenVisitor extends ShapeVisitor.Default<Void> {
7070 * A mapping of static resource files to copy over to a new filename.
7171 */
7272 private static final Map <String , String > STATIC_FILE_COPIES = MapUtils .of (
73- "jest.config.js" , "jest.config.js" ,
7473 "tsconfig.json" , "tsconfig.json" ,
7574 "tsconfig.es.json" , "tsconfig.es.json" ,
7675 "tsconfig.types.json" , "tsconfig.types.json"
Original file line number Diff line number Diff line change 1111 "clean" : " ${packageManager} clean:dist && ${packageManager} clean:docs" ,
1212 "clean:dist" : " rimraf ./dist-*" ,
1313 "clean:docs" : " rimraf ./docs" ,
14- "downlevel-dts" : " downlevel-dts dist-types dist-types/ts3.4" ,
15- "test" : " jest --coverage --passWithNoTests"
14+ "downlevel-dts" : " downlevel-dts dist-types dist-types/ts3.4"
1615 },
1716 "main" : " ./dist-cjs/index.js" ,
1817 "types" : " ./dist-types/index.d.ts" ,
2322 },
2423 "devDependencies" : {
2524 "downlevel-dts" : " 0.7.0" ,
26- "jest" : " ^26.1.0" ,
2725 "rimraf" : " ^3.0.0" ,
28- "ts-jest" : " ^26.4.1" ,
2926 "typedoc" : " ^0.19.2" ,
3027 "typescript" : " ~4.3.5"
3128 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments