quicktype 16.0.27 → 16.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -250,27 +250,7 @@ files, URLs, or add other options.
|
|
|
250
250
|
|
|
251
251
|
### Test
|
|
252
252
|
|
|
253
|
-
`quicktype` has many complex test dependencies:
|
|
254
|
-
|
|
255
|
-
- `crystal` compiler
|
|
256
|
-
- `dotnetcore` SDK
|
|
257
|
-
- Java, Maven
|
|
258
|
-
- `elm` tools
|
|
259
|
-
- `g++` C++ compiler
|
|
260
|
-
- `golang` stack
|
|
261
|
-
- `swift` compiler
|
|
262
|
-
- `clang` and Objective-C Foundation (must be tested separately on macOS)
|
|
263
|
-
- `rust` tools
|
|
264
|
-
- `pike` interpreter
|
|
265
|
-
- [Bundler](https://bundler.io) for Ruby
|
|
266
|
-
- `haskell` [stack](https://docs.haskellstack.org/)
|
|
267
|
-
|
|
268
|
-
We've assembled all of these tools in a Docker container that you build and test within:
|
|
269
|
-
|
|
270
253
|
```bash
|
|
271
|
-
# Build and attach to Docker container
|
|
272
|
-
script/dev
|
|
273
|
-
|
|
274
254
|
# Run full test suite
|
|
275
255
|
npm run test
|
|
276
256
|
|