Skip to content

Commit e5c836d

Browse files
committed
Clean up gentype Makefile.
1 parent 56c8dc6 commit e5c836d

File tree

145 files changed

+10
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+10
-535
lines changed

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config:
44
./scripts/ninja.js config
55

66
build: config
7-
dune build
87
./scripts/ninja.js build
8+
dune build
99

1010
watch: config
1111
dune build -w
@@ -19,12 +19,17 @@ test: build
1919
test-gentype: build
2020
make -C jscomp/gentype_tests/typescript-react-example test
2121

22+
test-all: test test-gentype
23+
24+
clean-gentype:
25+
make -C jscomp/gentype_tests/typescript-react-example clean
26+
2227
clean:
2328
dune clean
2429
./scripts/ninja.js clean
25-
make -C jscomp/gentype_tests/typescript-react-example clean
2630

31+
clean-all: clean clean-gentype
2732

2833
.DEFAULT_GOAL := build
2934

30-
.PHONY: config build test test-gentype
35+
.PHONY: clean clean-gentype clean-all config build test test-gentype test-all

jscomp/gentype_tests/typescript-react-example/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# misc
8-
.lib
8+
/lib
99
.DS_Store
1010
.env.local
1111
.env.development.local

jscomp/gentype_tests/typescript-react-example/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test: node_modules/.bin/tsc
77
npm run build
88

99
clean:
10+
npm run clean
1011
rm -rf node_modules lib
1112

1213
.DEFAULT_GOAL := test

jscomp/gentype_tests/typescript-react-example/lib/bs/.sourcedirs.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

jscomp/gentype_tests/typescript-react-example/lib/bs/build.ninja

Lines changed: 0 additions & 230 deletions
This file was deleted.

jscomp/gentype_tests/typescript-react-example/lib/bs/install.ninja

Lines changed: 0 additions & 284 deletions
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/AutoAnnotate.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/BootloaderResource.d

Lines changed: 0 additions & 1 deletion
This file was deleted.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/BucklescriptAnnotations.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/CreateErrorHandler1.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/CreateErrorHandler2.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Docstrings.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/DynamicallyLoadedComponent.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/EmitModuleIfNoConversion.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ErrorHandler.d

Whitespace-only changes.
Binary file not shown.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ExportWithRename.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/FirstClassModules.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/FirstClassModulesInterface.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/GADT.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Hooks.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/IgnoreInterface.d

Whitespace-only changes.
Binary file not shown.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ImmutableArray.d

Whitespace-only changes.
Binary file not shown.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ImportHookDefault.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ImportHooks.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ImportIndex.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ImportJsValue.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Inherits.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/InnerModuleSignature.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/JSResource.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/LetPrivate.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Machine.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ModuleAliases.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/ModuleAliases2.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/MoreVariants.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/MyInput.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/NestedModules.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/NestedModulesInSignature.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/NestedVariants.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/NonrecursiveTypes.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/NumericPolyVar.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Object.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/OnClick2.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Opaque.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Records.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/References.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/RequireCond.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Shadow.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TestEmitInnerModules.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TestFirstClassModules.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TestImmutableArray.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TestModuleAliases.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TestPromise.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TransitiveType1.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TransitiveType2.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TransitiveType3.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TypeNameSanitize.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TypeParams1.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TypeParams2.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/TypeParams3.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Unboxed.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Uncurried.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/UseImportJsValue.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Variants.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/VariantsWithPayload.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/Warnings.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/counter.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/location/location.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/nested/Tuples.d

Whitespace-only changes.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/nested/Types.d

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/strange_file_names/404.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/strange_file_names/AppModal.web.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/strange_file_names/_under.d

Whitespace-only changes.

jscomp/gentype_tests/typescript-react-example/lib/bs/src/strange_file_names/with_underscore.d

Whitespace-only changes.

0 commit comments

Comments
 (0)