SYMBOL INDEX (72 symbols across 43 files) FILE: src/03/02/index.ts function add (line 1) | function add(a: number, b: number) { function sub (line 5) | function sub(a: number, b: number) { FILE: src/03/04/index.ts function add (line 1) | function add(a: number, b: number) { function sub (line 9) | function sub(a: number, b: number) { FILE: src/03/05/index.ts class RangeError (line 1) | class RangeError extends Error {} function checkRange (line 3) | function checkRange(value: number) { function add (line 9) | function add(a: number, b: number) { function sub (line 19) | function sub(a: number, b: number) { FILE: src/03/07/index.ts function wait (line 1) | function wait(duration: number) { function timeout (line 9) | function timeout(duration: number) { FILE: src/04/02/greet.ts function greet (line 1) | function greet(name: string) { function sayGoodBye (line 5) | function sayGoodBye(name: string) { FILE: src/04/03/index.ts function getGreet (line 3) | async function getGreet() { FILE: src/04/04/index.test.ts function mockGetMyArticles (line 7) | function mockGetMyArticles(status = 200) { FILE: src/04/04/index.ts function getMyArticleLinksByCategory (line 3) | async function getMyArticleLinksByCategory(category: string) { FILE: src/04/05/checkConfig.ts function checkConfig (line 6) | function checkConfig(callback?: (payload: object) => void) { FILE: src/04/05/greet.test.ts function greet (line 24) | function greet() { function greet (line 33) | function greet(message: string) { FILE: src/04/05/greet.ts function greet (line 1) | function greet(name: string, callback?: (message: string) => void) { FILE: src/04/06/index.test.ts function mockPostMyArticle (line 9) | function mockPostMyArticle(input: ArticleInput, status = 200) { function inputFactory (line 28) | function inputFactory(input?: Partial) { FILE: src/04/06/index.ts class ValidationError (line 1) | class ValidationError extends Error { } function checkLength (line 3) | function checkLength(value: string) { FILE: src/04/07/index.ts function greetByTime (line 1) | function greetByTime() { FILE: src/04/fetchers/index.ts function handleResponse (line 3) | async function handleResponse(res: Response) { function getMyProfile (line 13) | function getMyProfile(): Promise { function getMyArticles (line 17) | function getMyArticles(): Promise { function postMyArticle (line 21) | function postMyArticle(input: ArticleInput): Promise
{ FILE: src/04/fetchers/type.ts type HttpError (line 1) | type HttpError = { type Profile (line 5) | type Profile = { type Article (line 12) | type Article = { type Articles (line 20) | type Articles = { type ArticleInput (line 24) | type ArticleInput = { type PartialArticleInput (line 30) | type PartialArticleInput = { FILE: src/05/03/Form.stories.tsx type Story (line 9) | type Story = ComponentStoryObj; FILE: src/05/03/Form.tsx type Props (line 1) | type Props = { FILE: src/05/04/ArticleList.stories.tsx type Story (line 9) | type Story = ComponentStoryObj; FILE: src/05/04/ArticleList.tsx type Props (line 3) | type Props = { FILE: src/05/04/ArticleListItem.tsx type ItemProps (line 1) | type ItemProps = { FILE: src/05/05/Agreement.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/05/Agreement.tsx type Props (line 1) | type Props = { FILE: src/05/05/Form.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/05/InputAccount.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/06/ContactNumber.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/06/DeliveryAddress.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/06/Form.stories.tsx type Story (line 9) | type Story = ComponentStoryObj; FILE: src/05/06/Form.test.tsx function inputContactNumber (line 8) | async function inputContactNumber( function inputDeliveryAddress (line 25) | async function inputDeliveryAddress( function clickSubmit (line 52) | async function clickSubmit() { function mockHandleSubmit (line 58) | function mockHandleSubmit() { FILE: src/05/06/Form.tsx type AddressOption (line 7) | type AddressOption = React.ComponentProps<"option"> & { id: string }; type Props (line 8) | type Props = { FILE: src/05/06/PastDeliveryAddress.stories.tsx type Story (line 17) | type Story = ComponentStoryObj; FILE: src/05/06/RegisterDeliveryAddress.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/06/RegisterDeliveryAddress.tsx type Props (line 1) | type Props = { onChange: (flag: boolean) => void }; FILE: src/05/07/RegisterAddress.stories.tsx type Story (line 8) | type Story = ComponentStoryObj; FILE: src/05/07/RegisterAddress.test.tsx function fillValuesAndSubmit (line 12) | async function fillValuesAndSubmit() { function fillInvalidValuesAndSubmit (line 20) | async function fillInvalidValuesAndSubmit() { FILE: src/05/07/fetchers/index.ts function handleResponse (line 3) | async function handleResponse(res: Response) { function postMyAddress (line 18) | function postMyAddress(values: unknown): Promise { FILE: src/05/07/fetchers/mock.ts function mockPostMyAddress (line 4) | function mockPostMyAddress(status = 201) { FILE: src/05/07/fetchers/type.ts type HttpError (line 1) | type HttpError = { type Result (line 5) | type Result = { FILE: src/05/07/handleSubmit.ts function handleSubmit (line 1) | function handleSubmit(callback: (values: any) => Promise | void) { FILE: src/05/07/testingUtils.ts function getGroupByName (line 6) | function getGroupByName(name: string) { function inputContactNumber (line 10) | async function inputContactNumber( function inputDeliveryAddress (line 27) | async function inputDeliveryAddress( function clickSubmit (line 54) | async function clickSubmit() { FILE: src/05/07/validations.ts class ValidationError (line 1) | class ValidationError extends Error {} function checkPhoneNumber (line 3) | function checkPhoneNumber(value: any) { FILE: src/06/Articles.tsx type Props (line 1) | type Props = { FILE: src/06/greetByTime.ts function greetByTime (line 1) | function greetByTime() {