File tree Expand file tree Collapse file tree 21 files changed +45
-45
lines changed
api-documenter-test/config
web-library-build-test/config
gulp-core-build-sass/config
gulp-core-build-serve/config
gulp-core-build-webpack/config
node-library-build/config
loader-load-themed-styles/config
resolve-chunk-plugin/config
set-webpack-public-path-plugin/config Expand file tree Collapse file tree 21 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
8- "reportFolder" : " ../../common/reviews/api"
8+ "reportFolder" : " ../../../ common/reviews/api"
99 },
1010
1111 "docModel" : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
88 },
99
1010 "docModel" : {
1111 "enabled" : true ,
12- "apiJsonFilePath" : " . /etc/<unscopedPackageName>.api.json"
12+ "apiJsonFilePath" : " <projectFolder> /etc/<unscopedPackageName>.api.json"
1313 },
1414
1515 "dtsRollup" : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export function runScenarios(buildConfigPath: string): void {
2121 // TODO: Eliminate this workaround
2222 // See GitHub issue https://github.com/Microsoft/web-build-tools/issues/1017
2323 for ( const scenarioFolderName of buildConfig . scenarioFolderNames ) {
24- const entryPoint : string = `./lib/${ scenarioFolderName } /index.d.ts` ;
25- entryPoints . push ( path . resolve ( entryPoint ) ) ;
24+ const entryPoint : string = path . resolve ( `./lib/${ scenarioFolderName } /index.d.ts` ) ;
25+ entryPoints . push ( entryPoint ) ;
2626
2727 const apiExtractorJson = {
2828 '$schema' : 'https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json' ,
@@ -31,17 +31,17 @@ export function runScenarios(buildConfigPath: string): void {
3131
3232 'apiReport' : {
3333 'enabled' : true ,
34- 'reportFolder' : `. /etc/test-outputs/${ scenarioFolderName } `
34+ 'reportFolder' : `<projectFolder> /etc/test-outputs/${ scenarioFolderName } `
3535 } ,
3636
3737 'dtsRollup' : {
3838 'enabled' : true ,
39- 'untrimmedFilePath' : `. /etc/test-outputs/${ scenarioFolderName } /rollup.d.ts`
39+ 'untrimmedFilePath' : `<projectFolder> /etc/test-outputs/${ scenarioFolderName } /rollup.d.ts`
4040 } ,
4141
4242 'docModel' : {
4343 'enabled' : true ,
44- 'apiJsonFilePath' : `. /etc/test-outputs/${ scenarioFolderName } /<unscopedPackageName>.api.json`
44+ 'apiJsonFilePath' : `<projectFolder> /etc/test-outputs/${ scenarioFolderName } /<unscopedPackageName>.api.json`
4545 } ,
4646
4747 'messages' : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
1414 "dtsRollup" : {
1515 "enabled" : true ,
1616
17- "betaTrimmedFilePath" : " . /dist/<unscopedPackageName>-beta.d.ts" ,
18- "publicTrimmedFilePath" : " . /dist/<unscopedPackageName>-public.d.ts"
17+ "betaTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-beta.d.ts" ,
18+ "publicTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-public.d.ts"
1919 },
2020
2121 "testMode" : true
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
1414 "dtsRollup" : {
1515 "enabled" : true ,
1616
17- "betaTrimmedFilePath" : " . /dist/<unscopedPackageName>-beta.d.ts" ,
18- "publicTrimmedFilePath" : " . /dist/<unscopedPackageName>-public.d.ts"
17+ "betaTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-beta.d.ts" ,
18+ "publicTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-public.d.ts"
1919 },
2020
2121 "testMode" : true
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/index.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/index.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
1414 "dtsRollup" : {
1515 "enabled" : true ,
1616
17- "betaTrimmedFilePath" : " . /dist/<unscopedPackageName>-beta.d.ts" ,
18- "publicTrimmedFilePath" : " . /dist/<unscopedPackageName>-public.d.ts"
17+ "betaTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-beta.d.ts" ,
18+ "publicTrimmedFilePath" : " <projectFolder> /dist/<unscopedPackageName>-public.d.ts"
1919 },
2020
2121 "testMode" : true
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json" ,
33
4- "mainEntryPointFile" : " lib/test.d.ts" ,
4+ "mainEntryPointFile" : " <projectFolder>/ lib/test.d.ts" ,
55
66 "apiReport" : {
77 "enabled" : true ,
8- "reportFolder" : " ../../common/reviews/api"
8+ "reportFolder" : " ../../../ common/reviews/api"
99 },
1010
1111 "docModel" : {
You can’t perform that action at this time.
0 commit comments