Skip to content

Commit 67d43ad

Browse files
Just say all compiler options are supported.
1 parent 174f8c3 commit 67d43ad

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,11 @@ jake runtests tests=2dArrays debug=true
8383

8484
To add a new test case, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.
8585

86-
These files support metadata tags in the format `// @metaDataName: value`. The supported names and values are:
87-
88-
* `comments`, `sourcemap`, `noimplicitany`, `declaration`: `true` or `false` (corresponds to the compiler command-line options of the same name)
89-
* `target`: `ES3`, `ES5`, `ES6`, `ES2015`, or `ES7` (same as compiler)
90-
* `outFile`, `out`, `outDir`: path (same as compiler)
91-
* `module`: `local`, `commonjs`, or `amd`, `umd`, `system`, `es6` (`local` corresponds to not passing any compiler `--module` flag)
92-
* `fileName`: path
93-
* These tags delimit sections of a file to be used as separate compilation units. They are useful for tests relating to modules. See below for examples.
86+
These files support metadata tags in the format `// @metaDataName: value`.
87+
The supported names and values are the same as those supported in the compiler itself, with the addition of the `fileName` flag.
88+
`fileName` tags delimit sections of a file to be used as separate compilation units.
89+
They are useful for tests relating to modules.
90+
See below for examples.
9491

9592
**Note** that if you have a test corresponding to a specific spec compliance item, you can place it in `tests\cases\conformance` in an appropriately-named subfolder.
9693
**Note** that filenames here must be distinct from all other compiler testcase names, so you may have to work a bit to find a unique name if it's something common.

0 commit comments

Comments
 (0)