azure-sdk-for-js/sdk/eventhub/eventhubs-checkpointstore-t.../tsconfig.json

18 строки
347 B
JSON
Исходник Постоянная ссылка Обычный вид История

Base branch for TableCheckpointstore (#16354) * added a comment added a comment * removed comment * moved eventhubscheckpointstore folder to the template fold * created a folder for checkpointstore-tables. Created a template for tablecheckpointstore class and a unit test for the class * Update sdk/eventhub/eventhubs-checkpointstore-tables/tests.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * reverted change in depencies in package.json * reverted changes in package.json * renamed blob to tables * cleared changelod.md file * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/log.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * made new changes * removed some unnecessary comments in the file * deleted a folder * edited the word "bolb" to "tables" * added checkpointsore tables package to this file * removed some whitespaces * added a new package for tables * added comment to class function * created a unit test for tablecheckpointstore class * removed some whitespaces * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/README.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/CHANGELOG.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/ci.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * deleted template.api.md * updated readMe * updated readMe * updated readMe * updated the storage account link * removed whitespace * changed references of "tables" to "table" * updated readme * tested test framework set up * replaced blob with table * replaced tables with table * changed tables to table * run rush update * Update sdk/eventhub/eventhubs-checkpointstore-table/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * updated package.json * updated file * run rush update * updated build script * removed link * removed a link * changed link * changed link from master to main * Update package.json * removed file * restored deleted file * restored deleted file * restored deleted file * Merge branch 'baffyHub' of https://github.com/baffyntiamoah/azure-sdk-for-js into baffyHub * removed space * pnpm-lock file from master and more updates Co-authored-by: t-bntiamoah@microsoft.com <t-bntiamoah@microsoft.com> Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2021-07-26 23:39:33 +03:00
{
"extends": "../../../tsconfig",
Base branch for TableCheckpointstore (#16354) * added a comment added a comment * removed comment * moved eventhubscheckpointstore folder to the template fold * created a folder for checkpointstore-tables. Created a template for tablecheckpointstore class and a unit test for the class * Update sdk/eventhub/eventhubs-checkpointstore-tables/tests.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * reverted change in depencies in package.json * reverted changes in package.json * renamed blob to tables * cleared changelod.md file * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/log.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * made new changes * removed some unnecessary comments in the file * deleted a folder * edited the word "bolb" to "tables" * added checkpointsore tables package to this file * removed some whitespaces * added a new package for tables * added comment to class function * created a unit test for tablecheckpointstore class * removed some whitespaces * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/README.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/CHANGELOG.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/ci.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * deleted template.api.md * updated readMe * updated readMe * updated readMe * updated the storage account link * removed whitespace * changed references of "tables" to "table" * updated readme * tested test framework set up * replaced blob with table * replaced tables with table * changed tables to table * run rush update * Update sdk/eventhub/eventhubs-checkpointstore-table/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * updated package.json * updated file * run rush update * updated build script * removed link * removed a link * changed link * changed link from master to main * Update package.json * removed file * restored deleted file * restored deleted file * restored deleted file * Merge branch 'baffyHub' of https://github.com/baffyntiamoah/azure-sdk-for-js into baffyHub * removed space * pnpm-lock file from master and more updates Co-authored-by: t-bntiamoah@microsoft.com <t-bntiamoah@microsoft.com> Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2021-07-26 23:39:33 +03:00
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"paths": {
"@azure/eventhubs-checkpointstore-table": ["./src/index"]
}
Base branch for TableCheckpointstore (#16354) * added a comment added a comment * removed comment * moved eventhubscheckpointstore folder to the template fold * created a folder for checkpointstore-tables. Created a template for tablecheckpointstore class and a unit test for the class * Update sdk/eventhub/eventhubs-checkpointstore-tables/tests.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * reverted change in depencies in package.json * reverted changes in package.json * renamed blob to tables * cleared changelod.md file * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/log.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * made new changes * removed some unnecessary comments in the file * deleted a folder * edited the word "bolb" to "tables" * added checkpointsore tables package to this file * removed some whitespaces * added a new package for tables * added comment to class function * created a unit test for tablecheckpointstore class * removed some whitespaces * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/README.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/CHANGELOG.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/ci.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * deleted template.api.md * updated readMe * updated readMe * updated readMe * updated the storage account link * removed whitespace * changed references of "tables" to "table" * updated readme * tested test framework set up * replaced blob with table * replaced tables with table * changed tables to table * run rush update * Update sdk/eventhub/eventhubs-checkpointstore-table/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * updated package.json * updated file * run rush update * updated build script * removed link * removed a link * changed link * changed link from master to main * Update package.json * removed file * restored deleted file * restored deleted file * restored deleted file * Merge branch 'baffyHub' of https://github.com/baffyntiamoah/azure-sdk-for-js into baffyHub * removed space * pnpm-lock file from master and more updates Co-authored-by: t-bntiamoah@microsoft.com <t-bntiamoah@microsoft.com> Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2021-07-26 23:39:33 +03:00
},
"include": [
"./src/**/*.ts",
"./src/**/*.mts",
"./src/**/*.cts",
"./test/**/*.ts",
"./samples-dev/**/*.ts"
]
Base branch for TableCheckpointstore (#16354) * added a comment added a comment * removed comment * moved eventhubscheckpointstore folder to the template fold * created a folder for checkpointstore-tables. Created a template for tablecheckpointstore class and a unit test for the class * Update sdk/eventhub/eventhubs-checkpointstore-tables/tests.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * reverted change in depencies in package.json * reverted changes in package.json * renamed blob to tables * cleared changelod.md file * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/log.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * made new changes * removed some unnecessary comments in the file * deleted a folder * edited the word "bolb" to "tables" * added checkpointsore tables package to this file * removed some whitespaces * added a new package for tables * added comment to class function * created a unit test for tablecheckpointstore class * removed some whitespaces * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/src/tableCheckpointStore.ts Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/README.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/eventhubs-checkpointstore-tables/CHANGELOG.md Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * Update sdk/eventhub/ci.yml Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * deleted template.api.md * updated readMe * updated readMe * updated readMe * updated the storage account link * removed whitespace * changed references of "tables" to "table" * updated readme * tested test framework set up * replaced blob with table * replaced tables with table * changed tables to table * run rush update * Update sdk/eventhub/eventhubs-checkpointstore-table/package.json Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> * updated package.json * updated file * run rush update * updated build script * removed link * removed a link * changed link * changed link from master to main * Update package.json * removed file * restored deleted file * restored deleted file * restored deleted file * Merge branch 'baffyHub' of https://github.com/baffyntiamoah/azure-sdk-for-js into baffyHub * removed space * pnpm-lock file from master and more updates Co-authored-by: t-bntiamoah@microsoft.com <t-bntiamoah@microsoft.com> Co-authored-by: chradek <51000525+chradek@users.noreply.github.com> Co-authored-by: Harsha Nalluru <sanallur@microsoft.com>
2021-07-26 23:39:33 +03:00
}