TypeScript/tests/cases/project/emitDecoratorMetadataSystemJS.json
Yui e182ecf2c9 Fix 8355: Fix emit metadata different between transpile and tsc --isolatedModule (#9232)
* Instead of returning undefined for unknownSymbol return itself

* Add Transpile unittest

* Wip - Add project tests

* Add project tests and baselines

* Update existed tests

* Add tests for emitting metadata with module targetting system
2016-06-24 17:39:49 -07:00

6 lines
No EOL
225 B
JSON

{
"scenario": "Emit decorator metadata when commonJS and isolatedModules are on",
"projectRoot": "tests/cases/projects/decoratorMetadata/emitDecoratorMetadataSystemJS",
"baselineCheck": true,
"runTest": true
}