@pastweb/vue 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1455 -0
- package/dist/EntryAdapter/EntryAdapter.cjs +6 -0
- package/dist/EntryAdapter/EntryAdapter.cjs.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.js +7 -0
- package/dist/EntryAdapter/EntryAdapter.js.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.vue.d.cts +36 -0
- package/dist/EntryAdapter/EntryAdapter.vue.d.ts +37 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs +62 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs.map +1 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js +62 -0
- package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js.map +1 -0
- package/dist/EntryAdapter/constants.cjs +14 -0
- package/dist/EntryAdapter/constants.cjs.map +1 -0
- package/dist/EntryAdapter/constants.d.cts +14 -0
- package/dist/EntryAdapter/constants.d.ts +14 -0
- package/dist/EntryAdapter/constants.js +13 -0
- package/dist/EntryAdapter/constants.js.map +1 -0
- package/dist/EntryAdapter/index.cjs +3 -0
- package/dist/EntryAdapter/index.d.cts +2 -0
- package/dist/EntryAdapter/index.d.ts +2 -0
- package/dist/EntryAdapter/index.js +2 -0
- package/dist/EntryAdapter/types.cjs +0 -0
- package/dist/EntryAdapter/types.d.cts +44 -0
- package/dist/EntryAdapter/types.d.ts +44 -0
- package/dist/EntryAdapter/types.js +0 -0
- package/dist/EntryAdapter/utils.cjs +62 -0
- package/dist/EntryAdapter/utils.cjs.map +1 -0
- package/dist/EntryAdapter/utils.d.cts +36 -0
- package/dist/EntryAdapter/utils.d.ts +36 -0
- package/dist/EntryAdapter/utils.js +60 -0
- package/dist/EntryAdapter/utils.js.map +1 -0
- package/dist/Island/Island.cjs +6 -0
- package/dist/Island/Island.cjs.map +1 -0
- package/dist/Island/Island.js +7 -0
- package/dist/Island/Island.js.map +1 -0
- package/dist/Island/Island.vue.d.cts +22 -0
- package/dist/Island/Island.vue.d.ts +23 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs +145 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js +144 -0
- package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/Island/constants.cjs +12 -0
- package/dist/Island/constants.cjs.map +1 -0
- package/dist/Island/constants.d.cts +11 -0
- package/dist/Island/constants.d.ts +11 -0
- package/dist/Island/constants.js +10 -0
- package/dist/Island/constants.js.map +1 -0
- package/dist/Island/index.cjs +9 -0
- package/dist/Island/index.d.cts +5 -0
- package/dist/Island/index.d.ts +5 -0
- package/dist/Island/index.js +4 -0
- package/dist/Island/types.cjs +0 -0
- package/dist/Island/types.d.cts +18 -0
- package/dist/Island/types.d.ts +18 -0
- package/dist/Island/types.js +0 -0
- package/dist/Island/useIsland.cjs +23 -0
- package/dist/Island/useIsland.cjs.map +1 -0
- package/dist/Island/useIsland.d.cts +15 -0
- package/dist/Island/useIsland.d.ts +15 -0
- package/dist/Island/useIsland.js +21 -0
- package/dist/Island/useIsland.js.map +1 -0
- package/dist/Render/Render.cjs +6 -0
- package/dist/Render/Render.cjs.map +1 -0
- package/dist/Render/Render.js +7 -0
- package/dist/Render/Render.js.map +1 -0
- package/dist/Render/Render.vue.d.cts +10 -0
- package/dist/Render/Render.vue.d.ts +11 -0
- package/dist/Render/Render.vue_vue_type_script_lang.cjs +47 -0
- package/dist/Render/Render.vue_vue_type_script_lang.cjs.map +1 -0
- package/dist/Render/Render.vue_vue_type_script_lang.js +47 -0
- package/dist/Render/Render.vue_vue_type_script_lang.js.map +1 -0
- package/dist/Render/index.cjs +3 -0
- package/dist/Render/index.d.cts +3 -0
- package/dist/Render/index.d.ts +3 -0
- package/dist/Render/index.js +2 -0
- package/dist/Render/types.cjs +0 -0
- package/dist/Render/types.d.cts +21 -0
- package/dist/Render/types.d.ts +21 -0
- package/dist/Render/types.js +0 -0
- package/dist/Slot/Slot.cjs +89 -0
- package/dist/Slot/Slot.cjs.map +1 -0
- package/dist/Slot/Slot.d.cts +38 -0
- package/dist/Slot/Slot.d.ts +39 -0
- package/dist/Slot/Slot.js +89 -0
- package/dist/Slot/Slot.js.map +1 -0
- package/dist/Slot/index.cjs +3 -0
- package/dist/Slot/index.d.cts +3 -0
- package/dist/Slot/index.d.ts +3 -0
- package/dist/Slot/index.js +2 -0
- package/dist/Slot/types.cjs +0 -0
- package/dist/Slot/types.d.cts +17 -0
- package/dist/Slot/types.d.ts +17 -0
- package/dist/Slot/types.js +0 -0
- package/dist/_virtual/_rolldown/runtime.cjs +4 -0
- package/dist/api/hooks/index.cjs +20 -0
- package/dist/api/hooks/index.d.cts +12 -0
- package/dist/api/hooks/index.d.ts +12 -0
- package/dist/api/hooks/index.js +13 -0
- package/dist/api/hooks/reuseQuery/index.cjs +4 -0
- package/dist/api/hooks/reuseQuery/index.d.cts +2 -0
- package/dist/api/hooks/reuseQuery/index.d.ts +2 -0
- package/dist/api/hooks/reuseQuery/index.js +2 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.cjs +44 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.cjs.map +1 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.d.cts +37 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.d.ts +37 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.js +42 -0
- package/dist/api/hooks/reuseQuery/reuseQuery.js.map +1 -0
- package/dist/api/hooks/useApiQueryCache/index.cjs +3 -0
- package/dist/api/hooks/useApiQueryCache/index.d.cts +2 -0
- package/dist/api/hooks/useApiQueryCache/index.d.ts +2 -0
- package/dist/api/hooks/useApiQueryCache/index.js +2 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs +31 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs.map +1 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.cts +24 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.ts +24 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js +30 -0
- package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js.map +1 -0
- package/dist/api/hooks/useInfiniteQuery/index.cjs +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.d.cts +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.d.ts +3 -0
- package/dist/api/hooks/useInfiniteQuery/index.js +2 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs +34 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs.map +1 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.cts +29 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.ts +29 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js +33 -0
- package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js.map +1 -0
- package/dist/api/hooks/useMutation/index.cjs +3 -0
- package/dist/api/hooks/useMutation/index.d.cts +3 -0
- package/dist/api/hooks/useMutation/index.d.ts +3 -0
- package/dist/api/hooks/useMutation/index.js +2 -0
- package/dist/api/hooks/useMutation/useMutation.cjs +30 -0
- package/dist/api/hooks/useMutation/useMutation.cjs.map +1 -0
- package/dist/api/hooks/useMutation/useMutation.d.cts +25 -0
- package/dist/api/hooks/useMutation/useMutation.d.ts +25 -0
- package/dist/api/hooks/useMutation/useMutation.js +29 -0
- package/dist/api/hooks/useMutation/useMutation.js.map +1 -0
- package/dist/api/hooks/useQueries/index.cjs +3 -0
- package/dist/api/hooks/useQueries/index.d.cts +3 -0
- package/dist/api/hooks/useQueries/index.d.ts +3 -0
- package/dist/api/hooks/useQueries/index.js +2 -0
- package/dist/api/hooks/useQueries/useQueries.cjs +32 -0
- package/dist/api/hooks/useQueries/useQueries.cjs.map +1 -0
- package/dist/api/hooks/useQueries/useQueries.d.cts +28 -0
- package/dist/api/hooks/useQueries/useQueries.d.ts +28 -0
- package/dist/api/hooks/useQueries/useQueries.js +31 -0
- package/dist/api/hooks/useQueries/useQueries.js.map +1 -0
- package/dist/api/hooks/useQuery/index.cjs +3 -0
- package/dist/api/hooks/useQuery/index.d.cts +3 -0
- package/dist/api/hooks/useQuery/index.d.ts +3 -0
- package/dist/api/hooks/useQuery/index.js +2 -0
- package/dist/api/hooks/useQuery/useQuery.cjs +30 -0
- package/dist/api/hooks/useQuery/useQuery.cjs.map +1 -0
- package/dist/api/hooks/useQuery/useQuery.d.cts +25 -0
- package/dist/api/hooks/useQuery/useQuery.d.ts +25 -0
- package/dist/api/hooks/useQuery/useQuery.js +29 -0
- package/dist/api/hooks/useQuery/useQuery.js.map +1 -0
- package/dist/api/hooks/utils/index.cjs +4 -0
- package/dist/api/hooks/utils/index.d.cts +2 -0
- package/dist/api/hooks/utils/index.d.ts +2 -0
- package/dist/api/hooks/utils/index.js +2 -0
- package/dist/api/hooks/utils/useReactiveRender.cjs +56 -0
- package/dist/api/hooks/utils/useReactiveRender.cjs.map +1 -0
- package/dist/api/hooks/utils/useReactiveRender.d.cts +29 -0
- package/dist/api/hooks/utils/useReactiveRender.d.ts +29 -0
- package/dist/api/hooks/utils/useReactiveRender.js +54 -0
- package/dist/api/hooks/utils/useReactiveRender.js.map +1 -0
- package/dist/api/index.cjs +18 -0
- package/dist/api/index.d.cts +15 -0
- package/dist/api/index.d.ts +15 -0
- package/dist/api/index.js +10 -0
- package/dist/api/installApiCache/index.cjs +3 -0
- package/dist/api/installApiCache/index.d.cts +3 -0
- package/dist/api/installApiCache/index.d.ts +3 -0
- package/dist/api/installApiCache/index.js +2 -0
- package/dist/api/installApiCache/installApiCache.cjs +35 -0
- package/dist/api/installApiCache/installApiCache.cjs.map +1 -0
- package/dist/api/installApiCache/installApiCache.d.cts +29 -0
- package/dist/api/installApiCache/installApiCache.d.ts +29 -0
- package/dist/api/installApiCache/installApiCache.js +34 -0
- package/dist/api/installApiCache/installApiCache.js.map +1 -0
- package/dist/api/installApiCache/types.cjs +0 -0
- package/dist/api/installApiCache/types.d.cts +21 -0
- package/dist/api/installApiCache/types.d.ts +21 -0
- package/dist/api/installApiCache/types.js +0 -0
- package/dist/api/types.cjs +0 -0
- package/dist/api/types.d.cts +2 -0
- package/dist/api/types.d.ts +2 -0
- package/dist/api/types.js +0 -0
- package/dist/computed/computed.cjs +28 -0
- package/dist/computed/computed.cjs.map +1 -0
- package/dist/computed/computed.d.cts +25 -0
- package/dist/computed/computed.d.ts +25 -0
- package/dist/computed/computed.js +27 -0
- package/dist/computed/computed.js.map +1 -0
- package/dist/computed/index.cjs +3 -0
- package/dist/computed/index.d.cts +2 -0
- package/dist/computed/index.d.ts +2 -0
- package/dist/computed/index.js +2 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.cjs +6 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.js +7 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.js.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.cts +6 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.ts +7 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs +35 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js +35 -0
- package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/createEntry/UpdateEntry/Vnode.cjs +19 -0
- package/dist/createEntry/UpdateEntry/Vnode.cjs.map +1 -0
- package/dist/createEntry/UpdateEntry/Vnode.d.cts +20 -0
- package/dist/createEntry/UpdateEntry/Vnode.d.ts +20 -0
- package/dist/createEntry/UpdateEntry/Vnode.js +18 -0
- package/dist/createEntry/UpdateEntry/Vnode.js.map +1 -0
- package/dist/createEntry/UpdateEntry/index.cjs +3 -0
- package/dist/createEntry/UpdateEntry/index.d.cts +3 -0
- package/dist/createEntry/UpdateEntry/index.d.ts +3 -0
- package/dist/createEntry/UpdateEntry/index.js +2 -0
- package/dist/createEntry/UpdateEntry/types.cjs +0 -0
- package/dist/createEntry/UpdateEntry/types.d.cts +18 -0
- package/dist/createEntry/UpdateEntry/types.d.ts +18 -0
- package/dist/createEntry/UpdateEntry/types.js +0 -0
- package/dist/createEntry/WaitFor/WaitFor.cjs +6 -0
- package/dist/createEntry/WaitFor/WaitFor.cjs.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.js +7 -0
- package/dist/createEntry/WaitFor/WaitFor.js.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.vue.d.cts +6 -0
- package/dist/createEntry/WaitFor/WaitFor.vue.d.ts +7 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs +50 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js +50 -0
- package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/createEntry/WaitFor/index.cjs +3 -0
- package/dist/createEntry/WaitFor/index.d.cts +3 -0
- package/dist/createEntry/WaitFor/index.d.ts +3 -0
- package/dist/createEntry/WaitFor/index.js +2 -0
- package/dist/createEntry/WaitFor/types.cjs +0 -0
- package/dist/createEntry/WaitFor/types.d.cts +21 -0
- package/dist/createEntry/WaitFor/types.d.ts +21 -0
- package/dist/createEntry/WaitFor/types.js +0 -0
- package/dist/createEntry/createEntry.cjs +32 -0
- package/dist/createEntry/createEntry.cjs.map +1 -0
- package/dist/createEntry/createEntry.d.cts +17 -0
- package/dist/createEntry/createEntry.d.ts +17 -0
- package/dist/createEntry/createEntry.js +31 -0
- package/dist/createEntry/createEntry.js.map +1 -0
- package/dist/createEntry/createServerEntry.cjs +45 -0
- package/dist/createEntry/createServerEntry.cjs.map +1 -0
- package/dist/createEntry/createServerEntry.d.cts +17 -0
- package/dist/createEntry/createServerEntry.d.ts +17 -0
- package/dist/createEntry/createServerEntry.js +43 -0
- package/dist/createEntry/createServerEntry.js.map +1 -0
- package/dist/createEntry/index.cjs +5 -0
- package/dist/createEntry/index.d.cts +5 -0
- package/dist/createEntry/index.d.ts +5 -0
- package/dist/createEntry/index.js +3 -0
- package/dist/createEntry/types.cjs +0 -0
- package/dist/createEntry/types.d.cts +75 -0
- package/dist/createEntry/types.d.ts +75 -0
- package/dist/createEntry/types.js +0 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs +28 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs.map +1 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.cts +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.ts +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js +27 -0
- package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js.map +1 -0
- package/dist/createEntry/utils/createServerVueApp/index.cjs +3 -0
- package/dist/createEntry/utils/createServerVueApp/index.d.cts +2 -0
- package/dist/createEntry/utils/createServerVueApp/index.d.ts +2 -0
- package/dist/createEntry/utils/createServerVueApp/index.js +2 -0
- package/dist/createEntry/utils/createServerVueApp/types.cjs +0 -0
- package/dist/createEntry/utils/createServerVueApp/types.d.cts +7 -0
- package/dist/createEntry/utils/createServerVueApp/types.d.ts +7 -0
- package/dist/createEntry/utils/createServerVueApp/types.js +0 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.cjs +43 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.cjs.map +1 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.d.cts +22 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.d.ts +22 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.js +42 -0
- package/dist/createEntry/utils/createVueApp/createVueApp.js.map +1 -0
- package/dist/createEntry/utils/createVueApp/index.cjs +3 -0
- package/dist/createEntry/utils/createVueApp/index.d.cts +2 -0
- package/dist/createEntry/utils/createVueApp/index.d.ts +2 -0
- package/dist/createEntry/utils/createVueApp/index.js +2 -0
- package/dist/createEntry/utils/index.cjs +10 -0
- package/dist/createEntry/utils/index.d.cts +5 -0
- package/dist/createEntry/utils/index.d.ts +5 -0
- package/dist/createEntry/utils/index.js +6 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.cjs +3 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.d.cts +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.d.ts +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/index.js +2 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs +28 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs.map +1 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.cts +17 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.ts +17 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js +27 -0
- package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js.map +1 -0
- package/dist/createEntry/utils/setupVueEntry/index.cjs +3 -0
- package/dist/createEntry/utils/setupVueEntry/index.d.cts +2 -0
- package/dist/createEntry/utils/setupVueEntry/index.d.ts +2 -0
- package/dist/createEntry/utils/setupVueEntry/index.js +2 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs +31 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs.map +1 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.cts +17 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.ts +17 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js +30 -0
- package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js.map +1 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs +49 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs.map +1 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.cts +33 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.ts +33 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js +48 -0
- package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js.map +1 -0
- package/dist/createPiniaAsyncStore/index.cjs +3 -0
- package/dist/createPiniaAsyncStore/index.d.cts +3 -0
- package/dist/createPiniaAsyncStore/index.d.ts +3 -0
- package/dist/createPiniaAsyncStore/index.js +2 -0
- package/dist/createPiniaAsyncStore/types.cjs +0 -0
- package/dist/createPiniaAsyncStore/types.d.cts +22 -0
- package/dist/createPiniaAsyncStore/types.d.ts +22 -0
- package/dist/createPiniaAsyncStore/types.js +0 -0
- package/dist/getContext/getContext.cjs +29 -0
- package/dist/getContext/getContext.cjs.map +1 -0
- package/dist/getContext/getContext.d.cts +24 -0
- package/dist/getContext/getContext.d.ts +24 -0
- package/dist/getContext/getContext.js +28 -0
- package/dist/getContext/getContext.js.map +1 -0
- package/dist/getContext/index.cjs +3 -0
- package/dist/getContext/index.d.cts +2 -0
- package/dist/getContext/index.d.ts +2 -0
- package/dist/getContext/index.js +2 -0
- package/dist/getEventHandlers/getEventHandlers.cjs +65 -0
- package/dist/getEventHandlers/getEventHandlers.cjs.map +1 -0
- package/dist/getEventHandlers/getEventHandlers.d.cts +45 -0
- package/dist/getEventHandlers/getEventHandlers.d.ts +45 -0
- package/dist/getEventHandlers/getEventHandlers.js +64 -0
- package/dist/getEventHandlers/getEventHandlers.js.map +1 -0
- package/dist/getEventHandlers/index.cjs +3 -0
- package/dist/getEventHandlers/index.d.cts +3 -0
- package/dist/getEventHandlers/index.d.ts +3 -0
- package/dist/getEventHandlers/index.js +2 -0
- package/dist/getEventHandlers/types.cjs +0 -0
- package/dist/getEventHandlers/types.d.cts +7 -0
- package/dist/getEventHandlers/types.d.ts +7 -0
- package/dist/getEventHandlers/types.js +0 -0
- package/dist/index.cjs +104 -0
- package/dist/index.d.cts +61 -0
- package/dist/index.d.ts +61 -0
- package/dist/index.js +62 -0
- package/dist/node_modules/@babel/parser/lib/index.cjs +12599 -0
- package/dist/node_modules/@babel/parser/lib/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs +4832 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs +4775 -0
- package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-core/index.cjs +18 -0
- package/dist/node_modules/@vue/compiler-core/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs +665 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs +447 -0
- package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-dom/index.cjs +18 -0
- package/dist/node_modules/@vue/compiler-dom/index.cjs.map +1 -0
- package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs +848 -0
- package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs +830 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs +605 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +532 -0
- package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js.map +1 -0
- package/dist/node_modules/@vue/server-renderer/index.cjs +18 -0
- package/dist/node_modules/@vue/server-renderer/index.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs +496 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs +495 -0
- package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs.map +1 -0
- package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js +166 -0
- package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js.map +1 -0
- package/dist/node_modules/@vue/shared/index.cjs +18 -0
- package/dist/node_modules/@vue/shared/index.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs +81 -0
- package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/decode.cjs +474 -0
- package/dist/node_modules/entities/dist/commonjs/decode.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs +18 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs +18 -0
- package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs +32 -0
- package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs.map +1 -0
- package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs +26 -0
- package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs.map +1 -0
- package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs +254 -0
- package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/array-set.cjs +102 -0
- package/dist/node_modules/source-map-js/lib/array-set.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.cjs +75 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/base64.cjs +42 -0
- package/dist/node_modules/source-map-js/lib/base64.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/binary-search.cjs +69 -0
- package/dist/node_modules/source-map-js/lib/binary-search.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.cjs +79 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.cjs +90 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs +790 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.cjs +297 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/source-node.cjs +295 -0
- package/dist/node_modules/source-map-js/lib/source-node.cjs.map +1 -0
- package/dist/node_modules/source-map-js/lib/util.cjs +353 -0
- package/dist/node_modules/source-map-js/lib/util.cjs.map +1 -0
- package/dist/node_modules/source-map-js/source-map.cjs +19 -0
- package/dist/node_modules/source-map-js/source-map.cjs.map +1 -0
- package/dist/portals/Portal/Portal.cjs +6 -0
- package/dist/portals/Portal/Portal.cjs.map +1 -0
- package/dist/portals/Portal/Portal.js +7 -0
- package/dist/portals/Portal/Portal.js.map +1 -0
- package/dist/portals/Portal/Portal.vue.d.cts +6 -0
- package/dist/portals/Portal/Portal.vue.d.ts +7 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs +56 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js +56 -0
- package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/portals/Portal/index.cjs +3 -0
- package/dist/portals/Portal/index.d.cts +3 -0
- package/dist/portals/Portal/index.d.ts +3 -0
- package/dist/portals/Portal/index.js +2 -0
- package/dist/portals/Portal/types.cjs +0 -0
- package/dist/portals/Portal/types.d.cts +19 -0
- package/dist/portals/Portal/types.d.ts +19 -0
- package/dist/portals/Portal/types.js +0 -0
- package/dist/portals/index.cjs +13 -0
- package/dist/portals/index.d.cts +8 -0
- package/dist/portals/index.d.ts +8 -0
- package/dist/portals/index.js +8 -0
- package/dist/portals/installPortals/index.cjs +3 -0
- package/dist/portals/installPortals/index.d.cts +3 -0
- package/dist/portals/installPortals/index.d.ts +3 -0
- package/dist/portals/installPortals/index.js +2 -0
- package/dist/portals/installPortals/installPortals.cjs +25 -0
- package/dist/portals/installPortals/installPortals.cjs.map +1 -0
- package/dist/portals/installPortals/installPortals.d.cts +25 -0
- package/dist/portals/installPortals/installPortals.d.ts +25 -0
- package/dist/portals/installPortals/installPortals.js +24 -0
- package/dist/portals/installPortals/installPortals.js.map +1 -0
- package/dist/portals/installPortals/types.cjs +0 -0
- package/dist/portals/installPortals/types.d.cts +23 -0
- package/dist/portals/installPortals/types.d.ts +23 -0
- package/dist/portals/installPortals/types.js +0 -0
- package/dist/portals/types.cjs +0 -0
- package/dist/portals/types.d.cts +40 -0
- package/dist/portals/types.d.ts +40 -0
- package/dist/portals/types.js +0 -0
- package/dist/portals/usePortal.cjs +44 -0
- package/dist/portals/usePortal.cjs.map +1 -0
- package/dist/portals/usePortal.d.cts +17 -0
- package/dist/portals/usePortal.d.ts +17 -0
- package/dist/portals/usePortal.js +43 -0
- package/dist/portals/usePortal.js.map +1 -0
- package/dist/portals/usePortalAnchors.cjs +21 -0
- package/dist/portals/usePortalAnchors.cjs.map +1 -0
- package/dist/portals/usePortalAnchors.d.cts +14 -0
- package/dist/portals/usePortalAnchors.d.ts +14 -0
- package/dist/portals/usePortalAnchors.js +20 -0
- package/dist/portals/usePortalAnchors.js.map +1 -0
- package/dist/portals/usePortals.cjs +21 -0
- package/dist/portals/usePortals.cjs.map +1 -0
- package/dist/portals/usePortals.d.cts +14 -0
- package/dist/portals/usePortals.d.ts +14 -0
- package/dist/portals/usePortals.js +20 -0
- package/dist/portals/usePortals.js.map +1 -0
- package/dist/router/RouterLink/RouterLink.cjs +6 -0
- package/dist/router/RouterLink/RouterLink.cjs.map +1 -0
- package/dist/router/RouterLink/RouterLink.js +7 -0
- package/dist/router/RouterLink/RouterLink.js.map +1 -0
- package/dist/router/RouterLink/RouterLink.vue.d.cts +18 -0
- package/dist/router/RouterLink/RouterLink.vue.d.ts +19 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs +59 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/router/RouterLink/index.cjs +3 -0
- package/dist/router/RouterLink/index.d.cts +3 -0
- package/dist/router/RouterLink/index.d.ts +3 -0
- package/dist/router/RouterLink/index.js +2 -0
- package/dist/router/RouterLink/types.cjs +0 -0
- package/dist/router/RouterLink/types.d.cts +11 -0
- package/dist/router/RouterLink/types.d.ts +11 -0
- package/dist/router/RouterLink/types.js +0 -0
- package/dist/router/RouterView/RouterView.cjs +6 -0
- package/dist/router/RouterView/RouterView.cjs.map +1 -0
- package/dist/router/RouterView/RouterView.js +7 -0
- package/dist/router/RouterView/RouterView.js.map +1 -0
- package/dist/router/RouterView/RouterView.vue.d.cts +6 -0
- package/dist/router/RouterView/RouterView.vue.d.ts +7 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs +58 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js +58 -0
- package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/router/RouterView/index.cjs +3 -0
- package/dist/router/RouterView/index.d.cts +2 -0
- package/dist/router/RouterView/index.d.ts +2 -0
- package/dist/router/RouterView/index.js +2 -0
- package/dist/router/RouterView/types.cjs +0 -0
- package/dist/router/RouterView/types.d.cts +15 -0
- package/dist/router/RouterView/types.d.ts +15 -0
- package/dist/router/RouterView/types.js +0 -0
- package/dist/router/index.cjs +28 -0
- package/dist/router/index.d.cts +12 -0
- package/dist/router/index.d.ts +12 -0
- package/dist/router/index.js +18 -0
- package/dist/router/installRouter.cjs +34 -0
- package/dist/router/installRouter.cjs.map +1 -0
- package/dist/router/installRouter.d.cts +14 -0
- package/dist/router/installRouter.d.ts +14 -0
- package/dist/router/installRouter.js +33 -0
- package/dist/router/installRouter.js.map +1 -0
- package/dist/router/types.cjs +1 -0
- package/dist/router/types.d.cts +21 -0
- package/dist/router/types.d.ts +21 -0
- package/dist/router/types.js +1 -0
- package/dist/router/useLocation/index.cjs +3 -0
- package/dist/router/useLocation/index.d.cts +2 -0
- package/dist/router/useLocation/index.d.ts +2 -0
- package/dist/router/useLocation/index.js +2 -0
- package/dist/router/useLocation/useLocation.cjs +24 -0
- package/dist/router/useLocation/useLocation.cjs.map +1 -0
- package/dist/router/useLocation/useLocation.d.cts +12 -0
- package/dist/router/useLocation/useLocation.d.ts +12 -0
- package/dist/router/useLocation/useLocation.js +23 -0
- package/dist/router/useLocation/useLocation.js.map +1 -0
- package/dist/router/useNavigate/index.cjs +3 -0
- package/dist/router/useNavigate/index.d.cts +2 -0
- package/dist/router/useNavigate/index.d.ts +2 -0
- package/dist/router/useNavigate/index.js +2 -0
- package/dist/router/useNavigate/useNavigate.cjs +17 -0
- package/dist/router/useNavigate/useNavigate.cjs.map +1 -0
- package/dist/router/useNavigate/useNavigate.d.cts +12 -0
- package/dist/router/useNavigate/useNavigate.d.ts +12 -0
- package/dist/router/useNavigate/useNavigate.js +16 -0
- package/dist/router/useNavigate/useNavigate.js.map +1 -0
- package/dist/router/usePaths/index.cjs +3 -0
- package/dist/router/usePaths/index.d.cts +2 -0
- package/dist/router/usePaths/index.d.ts +2 -0
- package/dist/router/usePaths/index.js +2 -0
- package/dist/router/usePaths/usePaths.cjs +27 -0
- package/dist/router/usePaths/usePaths.cjs.map +1 -0
- package/dist/router/usePaths/usePaths.d.cts +14 -0
- package/dist/router/usePaths/usePaths.d.ts +14 -0
- package/dist/router/usePaths/usePaths.js +26 -0
- package/dist/router/usePaths/usePaths.js.map +1 -0
- package/dist/router/useRoute/index.cjs +3 -0
- package/dist/router/useRoute/index.d.cts +2 -0
- package/dist/router/useRoute/index.d.ts +2 -0
- package/dist/router/useRoute/index.js +2 -0
- package/dist/router/useRoute/useRoute.cjs +28 -0
- package/dist/router/useRoute/useRoute.cjs.map +1 -0
- package/dist/router/useRoute/useRoute.d.cts +12 -0
- package/dist/router/useRoute/useRoute.d.ts +12 -0
- package/dist/router/useRoute/useRoute.js +27 -0
- package/dist/router/useRoute/useRoute.js.map +1 -0
- package/dist/router/useRouter/index.cjs +3 -0
- package/dist/router/useRouter/index.d.cts +2 -0
- package/dist/router/useRouter/index.d.ts +2 -0
- package/dist/router/useRouter/index.js +2 -0
- package/dist/router/useRouter/useRouter.cjs +17 -0
- package/dist/router/useRouter/useRouter.cjs.map +1 -0
- package/dist/router/useRouter/useRouter.d.cts +12 -0
- package/dist/router/useRouter/useRouter.d.ts +12 -0
- package/dist/router/useRouter/useRouter.js +16 -0
- package/dist/router/useRouter/useRouter.js.map +1 -0
- package/dist/router/useRouterLink/index.cjs +3 -0
- package/dist/router/useRouterLink/index.d.cts +3 -0
- package/dist/router/useRouterLink/index.d.ts +3 -0
- package/dist/router/useRouterLink/index.js +2 -0
- package/dist/router/useRouterLink/types.cjs +0 -0
- package/dist/router/useRouterLink/types.d.cts +2 -0
- package/dist/router/useRouterLink/types.d.ts +2 -0
- package/dist/router/useRouterLink/types.js +0 -0
- package/dist/router/useRouterLink/useRouterLink.cjs +37 -0
- package/dist/router/useRouterLink/useRouterLink.cjs.map +1 -0
- package/dist/router/useRouterLink/useRouterLink.d.cts +13 -0
- package/dist/router/useRouterLink/useRouterLink.d.ts +13 -0
- package/dist/router/useRouterLink/useRouterLink.js +36 -0
- package/dist/router/useRouterLink/useRouterLink.js.map +1 -0
- package/dist/router/useSearchParams/index.cjs +3 -0
- package/dist/router/useSearchParams/index.d.cts +2 -0
- package/dist/router/useSearchParams/index.d.ts +2 -0
- package/dist/router/useSearchParams/index.js +2 -0
- package/dist/router/useSearchParams/useSearchParams.cjs +29 -0
- package/dist/router/useSearchParams/useSearchParams.cjs.map +1 -0
- package/dist/router/useSearchParams/useSearchParams.d.cts +14 -0
- package/dist/router/useSearchParams/useSearchParams.d.ts +14 -0
- package/dist/router/useSearchParams/useSearchParams.js +28 -0
- package/dist/router/useSearchParams/useSearchParams.js.map +1 -0
- package/dist/setContext/index.cjs +3 -0
- package/dist/setContext/index.d.cts +2 -0
- package/dist/setContext/index.d.ts +2 -0
- package/dist/setContext/index.js +2 -0
- package/dist/setContext/setContext.cjs +29 -0
- package/dist/setContext/setContext.cjs.map +1 -0
- package/dist/setContext/setContext.d.cts +24 -0
- package/dist/setContext/setContext.d.ts +24 -0
- package/dist/setContext/setContext.js +28 -0
- package/dist/setContext/setContext.js.map +1 -0
- package/dist/useBeforeMount/index.cjs +3 -0
- package/dist/useBeforeMount/index.d.cts +2 -0
- package/dist/useBeforeMount/index.d.ts +2 -0
- package/dist/useBeforeMount/index.js +2 -0
- package/dist/useBeforeMount/useBeforeMount.cjs +29 -0
- package/dist/useBeforeMount/useBeforeMount.cjs.map +1 -0
- package/dist/useBeforeMount/useBeforeMount.d.cts +24 -0
- package/dist/useBeforeMount/useBeforeMount.d.ts +24 -0
- package/dist/useBeforeMount/useBeforeMount.js +28 -0
- package/dist/useBeforeMount/useBeforeMount.js.map +1 -0
- package/dist/useBeforeUnmount/index.cjs +3 -0
- package/dist/useBeforeUnmount/index.d.cts +2 -0
- package/dist/useBeforeUnmount/index.d.ts +2 -0
- package/dist/useBeforeUnmount/index.js +2 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.cjs +29 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.cjs.map +1 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.d.cts +24 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.d.ts +24 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.js +28 -0
- package/dist/useBeforeUnmount/useBeforeUnmount.js.map +1 -0
- package/dist/useChildren/index.cjs +3 -0
- package/dist/useChildren/index.d.cts +2 -0
- package/dist/useChildren/index.d.ts +2 -0
- package/dist/useChildren/index.js +2 -0
- package/dist/useChildren/useChildren.cjs +35 -0
- package/dist/useChildren/useChildren.cjs.map +1 -0
- package/dist/useChildren/useChildren.d.cts +26 -0
- package/dist/useChildren/useChildren.d.ts +26 -0
- package/dist/useChildren/useChildren.js +34 -0
- package/dist/useChildren/useChildren.js.map +1 -0
- package/dist/useColorScheme/index.cjs +3 -0
- package/dist/useColorScheme/index.d.cts +2 -0
- package/dist/useColorScheme/index.d.ts +2 -0
- package/dist/useColorScheme/index.js +2 -0
- package/dist/useColorScheme/useColorScheme.cjs +46 -0
- package/dist/useColorScheme/useColorScheme.cjs.map +1 -0
- package/dist/useColorScheme/useColorScheme.d.cts +29 -0
- package/dist/useColorScheme/useColorScheme.d.ts +29 -0
- package/dist/useColorScheme/useColorScheme.js +45 -0
- package/dist/useColorScheme/useColorScheme.js.map +1 -0
- package/dist/useMediator/index.cjs +3 -0
- package/dist/useMediator/index.d.cts +3 -0
- package/dist/useMediator/index.d.ts +3 -0
- package/dist/useMediator/index.js +2 -0
- package/dist/useMediator/types.cjs +0 -0
- package/dist/useMediator/types.d.cts +2 -0
- package/dist/useMediator/types.d.ts +2 -0
- package/dist/useMediator/types.js +0 -0
- package/dist/useMediator/useMediator.cjs +137 -0
- package/dist/useMediator/useMediator.cjs.map +1 -0
- package/dist/useMediator/useMediator.d.cts +61 -0
- package/dist/useMediator/useMediator.d.ts +61 -0
- package/dist/useMediator/useMediator.js +136 -0
- package/dist/useMediator/useMediator.js.map +1 -0
- package/dist/useMediator/utils.cjs +22 -0
- package/dist/useMediator/utils.cjs.map +1 -0
- package/dist/useMediator/utils.d.cts +14 -0
- package/dist/useMediator/utils.d.ts +14 -0
- package/dist/useMediator/utils.js +21 -0
- package/dist/useMediator/utils.js.map +1 -0
- package/dist/useMounted/index.cjs +3 -0
- package/dist/useMounted/index.d.cts +2 -0
- package/dist/useMounted/index.d.ts +2 -0
- package/dist/useMounted/index.js +2 -0
- package/dist/useMounted/useMounted.cjs +29 -0
- package/dist/useMounted/useMounted.cjs.map +1 -0
- package/dist/useMounted/useMounted.d.cts +24 -0
- package/dist/useMounted/useMounted.d.ts +24 -0
- package/dist/useMounted/useMounted.js +28 -0
- package/dist/useMounted/useMounted.js.map +1 -0
- package/dist/useRef/index.cjs +3 -0
- package/dist/useRef/index.d.cts +2 -0
- package/dist/useRef/index.d.ts +2 -0
- package/dist/useRef/index.js +2 -0
- package/dist/useRef/useRef.cjs +28 -0
- package/dist/useRef/useRef.cjs.map +1 -0
- package/dist/useRef/useRef.d.cts +25 -0
- package/dist/useRef/useRef.d.ts +25 -0
- package/dist/useRef/useRef.js +27 -0
- package/dist/useRef/useRef.js.map +1 -0
- package/dist/withDefaultProps/constants.cjs +10 -0
- package/dist/withDefaultProps/constants.cjs.map +1 -0
- package/dist/withDefaultProps/constants.d.cts +8 -0
- package/dist/withDefaultProps/constants.d.ts +8 -0
- package/dist/withDefaultProps/constants.js +9 -0
- package/dist/withDefaultProps/constants.js.map +1 -0
- package/dist/withDefaultProps/index.cjs +3 -0
- package/dist/withDefaultProps/index.d.cts +3 -0
- package/dist/withDefaultProps/index.d.ts +3 -0
- package/dist/withDefaultProps/index.js +2 -0
- package/dist/withDefaultProps/types.cjs +0 -0
- package/dist/withDefaultProps/types.d.cts +25 -0
- package/dist/withDefaultProps/types.d.ts +25 -0
- package/dist/withDefaultProps/types.js +0 -0
- package/dist/withDefaultProps/withDefaultProps.cjs +85 -0
- package/dist/withDefaultProps/withDefaultProps.cjs.map +1 -0
- package/dist/withDefaultProps/withDefaultProps.d.cts +48 -0
- package/dist/withDefaultProps/withDefaultProps.d.ts +48 -0
- package/dist/withDefaultProps/withDefaultProps.js +84 -0
- package/dist/withDefaultProps/withDefaultProps.js.map +1 -0
- package/dist/withDefaultPropsHandlers/constants.cjs +7 -0
- package/dist/withDefaultPropsHandlers/constants.cjs.map +1 -0
- package/dist/withDefaultPropsHandlers/constants.d.cts +5 -0
- package/dist/withDefaultPropsHandlers/constants.d.ts +5 -0
- package/dist/withDefaultPropsHandlers/constants.js +6 -0
- package/dist/withDefaultPropsHandlers/constants.js.map +1 -0
- package/dist/withDefaultPropsHandlers/index.cjs +3 -0
- package/dist/withDefaultPropsHandlers/index.d.cts +3 -0
- package/dist/withDefaultPropsHandlers/index.d.ts +3 -0
- package/dist/withDefaultPropsHandlers/index.js +2 -0
- package/dist/withDefaultPropsHandlers/types.cjs +0 -0
- package/dist/withDefaultPropsHandlers/types.d.cts +12 -0
- package/dist/withDefaultPropsHandlers/types.d.ts +12 -0
- package/dist/withDefaultPropsHandlers/types.js +0 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs +81 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs.map +1 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.cts +49 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.ts +49 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js +80 -0
- package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js.map +1 -0
- package/package.json +647 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","names":[],"sources":["../../../../../node_modules/@babel/parser/lib/index.js"],"sourcesContent":["'use strict';\n\nObject.defineProperty(exports, '__esModule', {\n value: true\n});\nfunction _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (-1 !== e.indexOf(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\nclass Position {\n constructor(line, col, index) {\n this.line = void 0;\n this.column = void 0;\n this.index = void 0;\n this.line = line;\n this.column = col;\n this.index = index;\n }\n}\nclass SourceLocation {\n constructor(start, end) {\n this.start = void 0;\n this.end = void 0;\n this.filename = void 0;\n this.identifierName = void 0;\n this.start = start;\n this.end = end;\n }\n}\nfunction createPositionWithColumnOffset(position, columnOffset) {\n const {\n line,\n column,\n index\n } = position;\n return new Position(line, column + columnOffset, index + columnOffset);\n}\nconst code = \"BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED\";\nvar ModuleErrors = {\n ImportMetaOutsideModule: {\n message: `import.meta may appear only with 'sourceType: \"module\"'`,\n code\n },\n ImportOutsideModule: {\n message: `'import' and 'export' may appear only with 'sourceType: \"module\"'`,\n code\n }\n};\nconst NodeDescriptions = {\n ArrayPattern: \"array destructuring pattern\",\n AssignmentExpression: \"assignment expression\",\n AssignmentPattern: \"assignment expression\",\n ArrowFunctionExpression: \"arrow function expression\",\n ConditionalExpression: \"conditional expression\",\n CatchClause: \"catch clause\",\n ForOfStatement: \"for-of statement\",\n ForInStatement: \"for-in statement\",\n ForStatement: \"for-loop\",\n FormalParameters: \"function parameter list\",\n Identifier: \"identifier\",\n ImportSpecifier: \"import specifier\",\n ImportDefaultSpecifier: \"import default specifier\",\n ImportNamespaceSpecifier: \"import namespace specifier\",\n ObjectPattern: \"object destructuring pattern\",\n ParenthesizedExpression: \"parenthesized expression\",\n RestElement: \"rest element\",\n UpdateExpression: {\n true: \"prefix operation\",\n false: \"postfix operation\"\n },\n VariableDeclarator: \"variable declaration\",\n YieldExpression: \"yield expression\"\n};\nconst toNodeDescription = node => node.type === \"UpdateExpression\" ? NodeDescriptions.UpdateExpression[`${node.prefix}`] : NodeDescriptions[node.type];\nvar StandardErrors = {\n AccessorIsGenerator: ({\n kind\n }) => `A ${kind}ter cannot be a generator.`,\n ArgumentsInClass: \"'arguments' is only allowed in functions and class methods.\",\n AsyncFunctionInSingleStatementContext: \"Async functions can only be declared at the top level or inside a block.\",\n AwaitBindingIdentifier: \"Can not use 'await' as identifier inside an async function.\",\n AwaitBindingIdentifierInStaticBlock: \"Can not use 'await' as identifier inside a static block.\",\n AwaitExpressionFormalParameter: \"'await' is not allowed in async function parameters.\",\n AwaitUsingNotInAsyncContext: \"'await using' is only allowed within async functions and at the top levels of modules.\",\n AwaitNotInAsyncContext: \"'await' is only allowed within async functions and at the top levels of modules.\",\n BadGetterArity: \"A 'get' accessor must not have any formal parameters.\",\n BadSetterArity: \"A 'set' accessor must have exactly one formal parameter.\",\n BadSetterRestParameter: \"A 'set' accessor function argument must not be a rest parameter.\",\n ConstructorClassField: \"Classes may not have a field named 'constructor'.\",\n ConstructorClassPrivateField: \"Classes may not have a private field named '#constructor'.\",\n ConstructorIsAccessor: \"Class constructor may not be an accessor.\",\n ConstructorIsAsync: \"Constructor can't be an async function.\",\n ConstructorIsGenerator: \"Constructor can't be a generator.\",\n DeclarationMissingInitializer: ({\n kind\n }) => `Missing initializer in ${kind} declaration.`,\n DecoratorArgumentsOutsideParentheses: \"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.\",\n DecoratorBeforeExport: \"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.\",\n DecoratorsBeforeAfterExport: \"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.\",\n DecoratorConstructor: \"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?\",\n DecoratorExportClass: \"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.\",\n DecoratorSemicolon: \"Decorators must not be followed by a semicolon.\",\n DecoratorStaticBlock: \"Decorators can't be used with a static block.\",\n DeferImportRequiresNamespace: 'Only `import defer * as x from \"./module\"` is valid.',\n DeletePrivateField: \"Deleting a private field is not allowed.\",\n DestructureNamedImport: \"ES2015 named imports do not destructure. Use another statement for destructuring after the import.\",\n DuplicateConstructor: \"Duplicate constructor in the same class.\",\n DuplicateDefaultExport: \"Only one default export allowed per module.\",\n DuplicateExport: ({\n exportName\n }) => `\\`${exportName}\\` has already been exported. Exported identifiers must be unique.`,\n DuplicateProto: \"Redefinition of __proto__ property.\",\n DuplicateRegExpFlags: \"Duplicate regular expression flag.\",\n ElementAfterRest: \"Rest element must be last element.\",\n EscapedCharNotAnIdentifier: \"Invalid Unicode escape.\",\n ExportBindingIsString: ({\n localName,\n exportName\n }) => `A string literal cannot be used as an exported binding without \\`from\\`.\\n- Did you mean \\`export { '${localName}' as '${exportName}' } from 'some-module'\\`?`,\n ExportDefaultFromAsIdentifier: \"'from' is not allowed as an identifier after 'export default'.\",\n ForInOfLoopInitializer: ({\n type\n }) => `'${type === \"ForInStatement\" ? \"for-in\" : \"for-of\"}' loop variable declaration may not have an initializer.`,\n ForInUsing: \"For-in loop may not start with 'using' declaration.\",\n ForOfAsync: \"The left-hand side of a for-of loop may not be 'async'.\",\n ForOfLet: \"The left-hand side of a for-of loop may not start with 'let'.\",\n GeneratorInSingleStatementContext: \"Generators can only be declared at the top level or inside a block.\",\n IllegalBreakContinue: ({\n type\n }) => `Unsyntactic ${type === \"BreakStatement\" ? \"break\" : \"continue\"}.`,\n IllegalLanguageModeDirective: \"Illegal 'use strict' directive in function with non-simple parameter list.\",\n IllegalReturn: \"'return' outside of function.\",\n ImportAttributesUseAssert: \"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedImportAssert` parser plugin to suppress this error.\",\n ImportBindingIsString: ({\n importName\n }) => `A string literal cannot be used as an imported binding.\\n- Did you mean \\`import { \"${importName}\" as foo }\\`?`,\n ImportCallArity: `\\`import()\\` requires exactly one or two arguments.`,\n ImportCallNotNewExpression: \"Cannot use new with import(...).\",\n ImportCallSpreadArgument: \"`...` is not allowed in `import()`.\",\n ImportJSONBindingNotDefault: \"A JSON module can only be imported with `default`.\",\n ImportReflectionHasAssertion: \"`import module x` cannot have assertions.\",\n ImportReflectionNotBinding: 'Only `import module x from \"./module\"` is valid.',\n IncompatibleRegExpUVFlags: \"The 'u' and 'v' regular expression flags cannot be enabled at the same time.\",\n InvalidBigIntLiteral: \"Invalid BigIntLiteral.\",\n InvalidCodePoint: \"Code point out of bounds.\",\n InvalidCoverDiscardElement: \"'void' must be followed by an expression when not used in a binding position.\",\n InvalidCoverInitializedName: \"Invalid shorthand property initializer.\",\n InvalidDecimal: \"Invalid decimal.\",\n InvalidDigit: ({\n radix\n }) => `Expected number in radix ${radix}.`,\n InvalidEscapeSequence: \"Bad character escape sequence.\",\n InvalidEscapeSequenceTemplate: \"Invalid escape sequence in template.\",\n InvalidEscapedReservedWord: ({\n reservedWord\n }) => `Escape sequence in keyword ${reservedWord}.`,\n InvalidIdentifier: ({\n identifierName\n }) => `Invalid identifier ${identifierName}.`,\n InvalidLhs: ({\n ancestor\n }) => `Invalid left-hand side in ${toNodeDescription(ancestor)}.`,\n InvalidLhsBinding: ({\n ancestor\n }) => `Binding invalid left-hand side in ${toNodeDescription(ancestor)}.`,\n InvalidLhsOptionalChaining: ({\n ancestor\n }) => `Invalid optional chaining in the left-hand side of ${toNodeDescription(ancestor)}.`,\n InvalidNumber: \"Invalid number.\",\n InvalidOrMissingExponent: \"Floating-point numbers require a valid exponent after the 'e'.\",\n InvalidOrUnexpectedToken: ({\n unexpected\n }) => `Unexpected character '${unexpected}'.`,\n InvalidParenthesizedAssignment: \"Invalid parenthesized assignment pattern.\",\n InvalidPrivateFieldResolution: ({\n identifierName\n }) => `Private name #${identifierName} is not defined.`,\n InvalidPropertyBindingPattern: \"Binding member expression.\",\n InvalidRecordProperty: \"Only properties and spread elements are allowed in record definitions.\",\n InvalidRestAssignmentPattern: \"Invalid rest operator's argument.\",\n LabelRedeclaration: ({\n labelName\n }) => `Label '${labelName}' is already declared.`,\n LetInLexicalBinding: \"'let' is disallowed as a lexically bound name.\",\n LineTerminatorBeforeArrow: \"No line break is allowed before '=>'.\",\n MalformedRegExpFlags: \"Invalid regular expression flag.\",\n MissingClassName: \"A class name is required.\",\n MissingEqInAssignment: \"Only '=' operator can be used for specifying default value.\",\n MissingSemicolon: \"Missing semicolon.\",\n MissingPlugin: ({\n missingPlugin\n }) => `This experimental syntax requires enabling the parser plugin: ${missingPlugin.map(name => JSON.stringify(name)).join(\", \")}.`,\n MissingOneOfPlugins: ({\n missingPlugin\n }) => `This experimental syntax requires enabling one of the following parser plugin(s): ${missingPlugin.map(name => JSON.stringify(name)).join(\", \")}.`,\n MissingUnicodeEscape: \"Expecting Unicode escape sequence \\\\uXXXX.\",\n MixingCoalesceWithLogical: \"Nullish coalescing operator(??) requires parens when mixing with logical operators.\",\n ModuleAttributeDifferentFromType: \"The only accepted module attribute is `type`.\",\n ModuleAttributeInvalidValue: \"Only string literals are allowed as module attribute values.\",\n ModuleAttributesWithDuplicateKeys: ({\n key\n }) => `Duplicate key \"${key}\" is not allowed in module attributes.`,\n ModuleExportNameHasLoneSurrogate: ({\n surrogateCharCode\n }) => `An export name cannot include a lone surrogate, found '\\\\u${surrogateCharCode.toString(16)}'.`,\n ModuleExportUndefined: ({\n localName\n }) => `Export '${localName}' is not defined.`,\n MultipleDefaultsInSwitch: \"Multiple default clauses.\",\n NewlineAfterThrow: \"Illegal newline after throw.\",\n NoCatchOrFinally: \"Missing catch or finally clause.\",\n NumberIdentifier: \"Identifier directly after number.\",\n NumericSeparatorInEscapeSequence: \"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.\",\n ObsoleteAwaitStar: \"'await*' has been removed from the async functions proposal. Use Promise.all() instead.\",\n OptionalChainingNoNew: \"Constructors in/after an Optional Chain are not allowed.\",\n OptionalChainingNoTemplate: \"Tagged Template Literals are not allowed in optionalChain.\",\n OverrideOnConstructor: \"'override' modifier cannot appear on a constructor declaration.\",\n ParamDupe: \"Argument name clash.\",\n PatternHasAccessor: \"Object pattern can't contain getter or setter.\",\n PatternHasMethod: \"Object pattern can't contain methods.\",\n PrivateInExpectedIn: ({\n identifierName\n }) => `Private names are only allowed in property accesses (\\`obj.#${identifierName}\\`) or in \\`in\\` expressions (\\`#${identifierName} in obj\\`).`,\n PrivateNameRedeclaration: ({\n identifierName\n }) => `Duplicate private name #${identifierName}.`,\n RecordExpressionBarIncorrectEndSyntaxType: \"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.\",\n RecordExpressionBarIncorrectStartSyntaxType: \"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.\",\n RecordExpressionHashIncorrectStartSyntaxType: \"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.\",\n RecordNoProto: \"'__proto__' is not allowed in Record expressions.\",\n RestTrailingComma: \"Unexpected trailing comma after rest element.\",\n SloppyFunction: \"In non-strict mode code, functions can only be declared at top level or inside a block.\",\n SloppyFunctionAnnexB: \"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.\",\n SourcePhaseImportRequiresDefault: 'Only `import source x from \"./module\"` is valid.',\n StaticPrototype: \"Classes may not have static property named prototype.\",\n SuperNotAllowed: \"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?\",\n SuperPrivateField: \"Private fields can't be accessed on super.\",\n TrailingDecorator: \"Decorators must be attached to a class element.\",\n TupleExpressionBarIncorrectEndSyntaxType: \"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.\",\n TupleExpressionBarIncorrectStartSyntaxType: \"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.\",\n TupleExpressionHashIncorrectStartSyntaxType: \"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.\",\n UnexpectedArgumentPlaceholder: \"Unexpected argument placeholder.\",\n UnexpectedAwaitAfterPipelineBody: 'Unexpected \"await\" after pipeline body; await must have parentheses in minimal proposal.',\n UnexpectedDigitAfterHash: \"Unexpected digit after hash token.\",\n UnexpectedImportExport: \"'import' and 'export' may only appear at the top level.\",\n UnexpectedKeyword: ({\n keyword\n }) => `Unexpected keyword '${keyword}'.`,\n UnexpectedLeadingDecorator: \"Leading decorators must be attached to a class declaration.\",\n UnexpectedLexicalDeclaration: \"Lexical declaration cannot appear in a single-statement context.\",\n UnexpectedNewTarget: \"`new.target` can only be used in functions or class properties.\",\n UnexpectedNumericSeparator: \"A numeric separator is only allowed between two digits.\",\n UnexpectedPrivateField: \"Unexpected private name.\",\n UnexpectedReservedWord: ({\n reservedWord\n }) => `Unexpected reserved word '${reservedWord}'.`,\n UnexpectedSuper: \"'super' is only allowed in object methods and classes.\",\n UnexpectedToken: ({\n expected,\n unexpected\n }) => `Unexpected token${unexpected ? ` '${unexpected}'.` : \"\"}${expected ? `, expected \"${expected}\"` : \"\"}`,\n UnexpectedTokenUnaryExponentiation: \"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.\",\n UnexpectedUsingDeclaration: \"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement.\",\n UnexpectedVoidPattern: \"Unexpected void binding.\",\n UnsupportedBind: \"Binding should be performed on object property.\",\n UnsupportedDecoratorExport: \"A decorated export must export a class declaration.\",\n UnsupportedDefaultExport: \"Only expressions, functions or classes are allowed as the `default` export.\",\n UnsupportedImport: \"`import` can only be used in `import()` or `import.meta`.\",\n UnsupportedMetaProperty: ({\n target,\n onlyValidPropertyName\n }) => `The only valid meta property for ${target} is ${target}.${onlyValidPropertyName}.`,\n UnsupportedParameterDecorator: \"Decorators cannot be used to decorate parameters.\",\n UnsupportedPropertyDecorator: \"Decorators cannot be used to decorate object literal properties.\",\n UnsupportedSuper: \"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).\",\n UnterminatedComment: \"Unterminated comment.\",\n UnterminatedRegExp: \"Unterminated regular expression.\",\n UnterminatedString: \"Unterminated string constant.\",\n UnterminatedTemplate: \"Unterminated template.\",\n UsingDeclarationExport: \"Using declaration cannot be exported.\",\n UsingDeclarationHasBindingPattern: \"Using declaration cannot have destructuring patterns.\",\n VarRedeclaration: ({\n identifierName\n }) => `Identifier '${identifierName}' has already been declared.`,\n VoidPatternCatchClauseParam: \"A void binding can not be the catch clause parameter. Use `try { ... } catch { ... }` if you want to discard the caught error.\",\n VoidPatternInitializer: \"A void binding may not have an initializer.\",\n YieldBindingIdentifier: \"Can not use 'yield' as identifier inside a generator.\",\n YieldInParameter: \"Yield expression is not allowed in formal parameters.\",\n YieldNotInGeneratorFunction: \"'yield' is only allowed within generator functions.\",\n ZeroDigitNumericSeparator: \"Numeric separator can not be used after leading 0.\"\n};\nvar StrictModeErrors = {\n StrictDelete: \"Deleting local variable in strict mode.\",\n StrictEvalArguments: ({\n referenceName\n }) => `Assigning to '${referenceName}' in strict mode.`,\n StrictEvalArgumentsBinding: ({\n bindingName\n }) => `Binding '${bindingName}' in strict mode.`,\n StrictFunction: \"In strict mode code, functions can only be declared at top level or inside a block.\",\n StrictNumericEscape: \"The only valid numeric escape in strict mode is '\\\\0'.\",\n StrictOctalLiteral: \"Legacy octal literals are not allowed in strict mode.\",\n StrictWith: \"'with' in strict mode.\"\n};\nvar ParseExpressionErrors = {\n ParseExpressionEmptyInput: \"Unexpected parseExpression() input: The input is empty or contains only comments.\",\n ParseExpressionExpectsEOF: ({\n unexpected\n }) => `Unexpected parseExpression() input: The input should contain exactly one expression, but the first expression is followed by the unexpected character \\`${String.fromCodePoint(unexpected)}\\`.`\n};\nconst UnparenthesizedPipeBodyDescriptions = new Set([\"ArrowFunctionExpression\", \"AssignmentExpression\", \"ConditionalExpression\", \"YieldExpression\"]);\nvar PipelineOperatorErrors = Object.assign({\n PipeBodyIsTighter: \"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.\",\n PipeTopicRequiresHackPipes: 'Topic reference is used, but the pipelineOperator plugin was not passed a \"proposal\": \"hack\" or \"smart\" option.',\n PipeTopicUnbound: \"Topic reference is unbound; it must be inside a pipe body.\",\n PipeTopicUnconfiguredToken: ({\n token\n }) => `Invalid topic token ${token}. In order to use ${token} as a topic reference, the pipelineOperator plugin must be configured with { \"proposal\": \"hack\", \"topicToken\": \"${token}\" }.`,\n PipeTopicUnused: \"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.\",\n PipeUnparenthesizedBody: ({\n type\n }) => `Hack-style pipe body cannot be an unparenthesized ${toNodeDescription({\n type\n })}; please wrap it in parentheses.`\n}, {\n PipelineBodyNoArrow: 'Unexpected arrow \"=>\" after pipeline body; arrow function in pipeline body must be parenthesized.',\n PipelineBodySequenceExpression: \"Pipeline body may not be a comma-separated sequence expression.\",\n PipelineHeadSequenceExpression: \"Pipeline head should not be a comma-separated sequence expression.\",\n PipelineTopicUnused: \"Pipeline is in topic style but does not use topic reference.\",\n PrimaryTopicNotAllowed: \"Topic reference was used in a lexical context without topic binding.\",\n PrimaryTopicRequiresSmartPipeline: 'Topic reference is used, but the pipelineOperator plugin was not passed a \"proposal\": \"hack\" or \"smart\" option.'\n});\nconst _excluded = [\"message\"];\nfunction defineHidden(obj, key, value) {\n Object.defineProperty(obj, key, {\n enumerable: false,\n configurable: true,\n value\n });\n}\nfunction toParseErrorConstructor({\n toMessage,\n code,\n reasonCode,\n syntaxPlugin\n}) {\n const hasMissingPlugin = reasonCode === \"MissingPlugin\" || reasonCode === \"MissingOneOfPlugins\";\n const oldReasonCodes = {\n AccessorCannotDeclareThisParameter: \"AccesorCannotDeclareThisParameter\",\n AccessorCannotHaveTypeParameters: \"AccesorCannotHaveTypeParameters\",\n ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference: \"ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference\",\n SetAccessorCannotHaveOptionalParameter: \"SetAccesorCannotHaveOptionalParameter\",\n SetAccessorCannotHaveRestParameter: \"SetAccesorCannotHaveRestParameter\",\n SetAccessorCannotHaveReturnType: \"SetAccesorCannotHaveReturnType\"\n };\n if (oldReasonCodes[reasonCode]) {\n reasonCode = oldReasonCodes[reasonCode];\n }\n return function constructor(loc, details) {\n const error = new SyntaxError();\n error.code = code;\n error.reasonCode = reasonCode;\n error.loc = loc;\n error.pos = loc.index;\n error.syntaxPlugin = syntaxPlugin;\n if (hasMissingPlugin) {\n error.missingPlugin = details.missingPlugin;\n }\n defineHidden(error, \"clone\", function clone(overrides = {}) {\n var _overrides$loc;\n const {\n line,\n column,\n index\n } = (_overrides$loc = overrides.loc) != null ? _overrides$loc : loc;\n return constructor(new Position(line, column, index), Object.assign({}, details, overrides.details));\n });\n defineHidden(error, \"details\", details);\n Object.defineProperty(error, \"message\", {\n configurable: true,\n get() {\n const message = `${toMessage(details)} (${loc.line}:${loc.column})`;\n this.message = message;\n return message;\n },\n set(value) {\n Object.defineProperty(this, \"message\", {\n value,\n writable: true\n });\n }\n });\n return error;\n };\n}\nfunction ParseErrorEnum(argument, syntaxPlugin) {\n if (Array.isArray(argument)) {\n return parseErrorTemplates => ParseErrorEnum(parseErrorTemplates, argument[0]);\n }\n const ParseErrorConstructors = {};\n for (const reasonCode of Object.keys(argument)) {\n const template = argument[reasonCode];\n const _ref = typeof template === \"string\" ? {\n message: () => template\n } : typeof template === \"function\" ? {\n message: template\n } : template,\n {\n message\n } = _ref,\n rest = _objectWithoutPropertiesLoose(_ref, _excluded);\n const toMessage = typeof message === \"string\" ? () => message : message;\n ParseErrorConstructors[reasonCode] = toParseErrorConstructor(Object.assign({\n code: \"BABEL_PARSER_SYNTAX_ERROR\",\n reasonCode,\n toMessage\n }, syntaxPlugin ? {\n syntaxPlugin\n } : {}, rest));\n }\n return ParseErrorConstructors;\n}\nconst Errors = Object.assign({}, ParseErrorEnum(ModuleErrors), ParseErrorEnum(StandardErrors), ParseErrorEnum(StrictModeErrors), ParseErrorEnum(ParseExpressionErrors), ParseErrorEnum`pipelineOperator`(PipelineOperatorErrors));\nfunction createDefaultOptions() {\n return {\n sourceType: \"script\",\n sourceFilename: undefined,\n startIndex: 0,\n startColumn: 0,\n startLine: 1,\n allowAwaitOutsideFunction: false,\n allowReturnOutsideFunction: false,\n allowNewTargetOutsideFunction: false,\n allowImportExportEverywhere: false,\n allowSuperOutsideMethod: false,\n allowUndeclaredExports: false,\n allowYieldOutsideFunction: false,\n plugins: [],\n strictMode: undefined,\n ranges: false,\n tokens: false,\n createImportExpressions: false,\n createParenthesizedExpressions: false,\n errorRecovery: false,\n attachComment: true,\n annexB: true\n };\n}\nfunction getOptions(opts) {\n const options = createDefaultOptions();\n if (opts == null) {\n return options;\n }\n if (opts.annexB != null && opts.annexB !== false) {\n throw new Error(\"The `annexB` option can only be set to `false`.\");\n }\n for (const key of Object.keys(options)) {\n if (opts[key] != null) options[key] = opts[key];\n }\n if (options.startLine === 1) {\n if (opts.startIndex == null && options.startColumn > 0) {\n options.startIndex = options.startColumn;\n } else if (opts.startColumn == null && options.startIndex > 0) {\n options.startColumn = options.startIndex;\n }\n } else if (opts.startColumn == null || opts.startIndex == null) {\n if (opts.startIndex != null) {\n throw new Error(\"With a `startLine > 1` you must also specify `startIndex` and `startColumn`.\");\n }\n }\n if (options.sourceType === \"commonjs\") {\n if (opts.allowAwaitOutsideFunction != null) {\n throw new Error(\"The `allowAwaitOutsideFunction` option cannot be used with `sourceType: 'commonjs'`.\");\n }\n if (opts.allowReturnOutsideFunction != null) {\n throw new Error(\"`sourceType: 'commonjs'` implies `allowReturnOutsideFunction: true`, please remove the `allowReturnOutsideFunction` option or use `sourceType: 'script'`.\");\n }\n if (opts.allowNewTargetOutsideFunction != null) {\n throw new Error(\"`sourceType: 'commonjs'` implies `allowNewTargetOutsideFunction: true`, please remove the `allowNewTargetOutsideFunction` option or use `sourceType: 'script'`.\");\n }\n }\n return options;\n}\nconst {\n defineProperty\n} = Object;\nconst toUnenumerable = (object, key) => {\n if (object) {\n defineProperty(object, key, {\n enumerable: false,\n value: object[key]\n });\n }\n};\nfunction toESTreeLocation(node) {\n toUnenumerable(node.loc.start, \"index\");\n toUnenumerable(node.loc.end, \"index\");\n return node;\n}\nvar estree = superClass => class ESTreeParserMixin extends superClass {\n parse() {\n const file = toESTreeLocation(super.parse());\n if (this.optionFlags & 256) {\n file.tokens = file.tokens.map(toESTreeLocation);\n }\n return file;\n }\n parseRegExpLiteral({\n pattern,\n flags\n }) {\n let regex = null;\n try {\n regex = new RegExp(pattern, flags);\n } catch (_) {}\n const node = this.estreeParseLiteral(regex);\n node.regex = {\n pattern,\n flags\n };\n return node;\n }\n parseBigIntLiteral(value) {\n let bigInt;\n try {\n bigInt = BigInt(value);\n } catch (_unused) {\n bigInt = null;\n }\n const node = this.estreeParseLiteral(bigInt);\n node.bigint = String(node.value || value);\n return node;\n }\n parseDecimalLiteral(value) {\n const decimal = null;\n const node = this.estreeParseLiteral(decimal);\n node.decimal = String(node.value || value);\n return node;\n }\n estreeParseLiteral(value) {\n return this.parseLiteral(value, \"Literal\");\n }\n parseStringLiteral(value) {\n return this.estreeParseLiteral(value);\n }\n parseNumericLiteral(value) {\n return this.estreeParseLiteral(value);\n }\n parseNullLiteral() {\n return this.estreeParseLiteral(null);\n }\n parseBooleanLiteral(value) {\n return this.estreeParseLiteral(value);\n }\n estreeParseChainExpression(node, endLoc) {\n const chain = this.startNodeAtNode(node);\n chain.expression = node;\n return this.finishNodeAt(chain, \"ChainExpression\", endLoc);\n }\n directiveToStmt(directive) {\n const expression = directive.value;\n delete directive.value;\n this.castNodeTo(expression, \"Literal\");\n expression.raw = expression.extra.raw;\n expression.value = expression.extra.expressionValue;\n const stmt = this.castNodeTo(directive, \"ExpressionStatement\");\n stmt.expression = expression;\n stmt.directive = expression.extra.rawValue;\n delete expression.extra;\n return stmt;\n }\n fillOptionalPropertiesForTSESLint(node) {}\n cloneEstreeStringLiteral(node) {\n const {\n start,\n end,\n loc,\n range,\n raw,\n value\n } = node;\n const cloned = Object.create(node.constructor.prototype);\n cloned.type = \"Literal\";\n cloned.start = start;\n cloned.end = end;\n cloned.loc = loc;\n cloned.range = range;\n cloned.raw = raw;\n cloned.value = value;\n return cloned;\n }\n initFunction(node, isAsync) {\n super.initFunction(node, isAsync);\n node.expression = false;\n }\n checkDeclaration(node) {\n if (node != null && this.isObjectProperty(node)) {\n this.checkDeclaration(node.value);\n } else {\n super.checkDeclaration(node);\n }\n }\n getObjectOrClassMethodParams(method) {\n return method.value.params;\n }\n isValidDirective(stmt) {\n var _stmt$expression$extr;\n return stmt.type === \"ExpressionStatement\" && stmt.expression.type === \"Literal\" && typeof stmt.expression.value === \"string\" && !((_stmt$expression$extr = stmt.expression.extra) != null && _stmt$expression$extr.parenthesized);\n }\n parseBlockBody(node, allowDirectives, topLevel, end, afterBlockParse) {\n super.parseBlockBody(node, allowDirectives, topLevel, end, afterBlockParse);\n const directiveStatements = node.directives.map(d => this.directiveToStmt(d));\n node.body = directiveStatements.concat(node.body);\n delete node.directives;\n }\n parsePrivateName() {\n const node = super.parsePrivateName();\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return node;\n }\n return this.convertPrivateNameToPrivateIdentifier(node);\n }\n convertPrivateNameToPrivateIdentifier(node) {\n const name = super.getPrivateNameSV(node);\n delete node.id;\n node.name = name;\n return this.castNodeTo(node, \"PrivateIdentifier\");\n }\n isPrivateName(node) {\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return super.isPrivateName(node);\n }\n return node.type === \"PrivateIdentifier\";\n }\n getPrivateNameSV(node) {\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return super.getPrivateNameSV(node);\n }\n return node.name;\n }\n parseLiteral(value, type) {\n const node = super.parseLiteral(value, type);\n node.raw = node.extra.raw;\n delete node.extra;\n return node;\n }\n parseFunctionBody(node, allowExpression, isMethod = false) {\n super.parseFunctionBody(node, allowExpression, isMethod);\n node.expression = node.body.type !== \"BlockStatement\";\n }\n parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope = false) {\n let funcNode = this.startNode();\n funcNode.kind = node.kind;\n funcNode = super.parseMethod(funcNode, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope);\n delete funcNode.kind;\n const {\n typeParameters\n } = node;\n if (typeParameters) {\n delete node.typeParameters;\n funcNode.typeParameters = typeParameters;\n this.resetStartLocationFromNode(funcNode, typeParameters);\n }\n const valueNode = this.castNodeTo(funcNode, \"FunctionExpression\");\n node.value = valueNode;\n if (type === \"ClassPrivateMethod\") {\n node.computed = false;\n }\n if (type === \"ObjectMethod\") {\n if (node.kind === \"method\") {\n node.kind = \"init\";\n }\n node.shorthand = false;\n return this.finishNode(node, \"Property\");\n } else {\n return this.finishNode(node, \"MethodDefinition\");\n }\n }\n nameIsConstructor(key) {\n if (key.type === \"Literal\") return key.value === \"constructor\";\n return super.nameIsConstructor(key);\n }\n parseClassProperty(...args) {\n const propertyNode = super.parseClassProperty(...args);\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return propertyNode;\n }\n this.castNodeTo(propertyNode, \"PropertyDefinition\");\n return propertyNode;\n }\n parseClassPrivateProperty(...args) {\n const propertyNode = super.parseClassPrivateProperty(...args);\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return propertyNode;\n }\n this.castNodeTo(propertyNode, \"PropertyDefinition\");\n propertyNode.computed = false;\n return propertyNode;\n }\n parseClassAccessorProperty(node) {\n const accessorPropertyNode = super.parseClassAccessorProperty(node);\n if (!this.getPluginOption(\"estree\", \"classFeatures\")) {\n return accessorPropertyNode;\n }\n if (accessorPropertyNode.abstract && this.hasPlugin(\"typescript\")) {\n delete accessorPropertyNode.abstract;\n this.castNodeTo(accessorPropertyNode, \"TSAbstractAccessorProperty\");\n } else {\n this.castNodeTo(accessorPropertyNode, \"AccessorProperty\");\n }\n return accessorPropertyNode;\n }\n parseObjectProperty(prop, startLoc, isPattern, refExpressionErrors) {\n const node = super.parseObjectProperty(prop, startLoc, isPattern, refExpressionErrors);\n if (node) {\n node.kind = \"init\";\n this.castNodeTo(node, \"Property\");\n }\n return node;\n }\n finishObjectProperty(node) {\n node.kind = \"init\";\n return this.finishNode(node, \"Property\");\n }\n isValidLVal(type, disallowCallExpression, isUnparenthesizedInAssign, binding) {\n return type === \"Property\" ? \"value\" : super.isValidLVal(type, disallowCallExpression, isUnparenthesizedInAssign, binding);\n }\n isAssignable(node, isBinding) {\n if (node != null && this.isObjectProperty(node)) {\n return this.isAssignable(node.value, isBinding);\n }\n return super.isAssignable(node, isBinding);\n }\n toAssignable(node, isLHS = false) {\n if (node != null && this.isObjectProperty(node)) {\n const {\n key,\n value\n } = node;\n if (this.isPrivateName(key)) {\n this.classScope.usePrivateName(this.getPrivateNameSV(key), key.loc.start);\n }\n this.toAssignable(value, isLHS);\n } else {\n super.toAssignable(node, isLHS);\n }\n }\n toAssignableObjectExpressionProp(prop, isLast, isLHS) {\n if (prop.type === \"Property\" && (prop.kind === \"get\" || prop.kind === \"set\")) {\n this.raise(Errors.PatternHasAccessor, prop.key);\n } else if (prop.type === \"Property\" && prop.method) {\n this.raise(Errors.PatternHasMethod, prop.key);\n } else {\n super.toAssignableObjectExpressionProp(prop, isLast, isLHS);\n }\n }\n finishCallExpression(unfinished, optional) {\n const node = super.finishCallExpression(unfinished, optional);\n if (node.callee.type === \"Import\") {\n var _ref, _ref2;\n this.castNodeTo(node, \"ImportExpression\");\n node.source = node.arguments[0];\n node.options = (_ref = node.arguments[1]) != null ? _ref : null;\n node.attributes = (_ref2 = node.arguments[1]) != null ? _ref2 : null;\n delete node.arguments;\n delete node.callee;\n } else if (node.type === \"OptionalCallExpression\") {\n this.castNodeTo(node, \"CallExpression\");\n } else {\n node.optional = false;\n }\n return node;\n }\n toReferencedArguments(node) {\n if (node.type === \"ImportExpression\") {\n return;\n }\n super.toReferencedArguments(node);\n }\n parseExport(unfinished, decorators) {\n const exportStartLoc = this.state.lastTokStartLoc;\n const node = super.parseExport(unfinished, decorators);\n switch (node.type) {\n case \"ExportAllDeclaration\":\n node.exported = null;\n break;\n case \"ExportNamedDeclaration\":\n if (node.specifiers.length === 1 && node.specifiers[0].type === \"ExportNamespaceSpecifier\") {\n this.castNodeTo(node, \"ExportAllDeclaration\");\n node.exported = node.specifiers[0].exported;\n delete node.specifiers;\n }\n case \"ExportDefaultDeclaration\":\n {\n var _declaration$decorato;\n const {\n declaration\n } = node;\n if ((declaration == null ? void 0 : declaration.type) === \"ClassDeclaration\" && ((_declaration$decorato = declaration.decorators) == null ? void 0 : _declaration$decorato.length) > 0 && declaration.start === node.start) {\n this.resetStartLocation(node, exportStartLoc);\n }\n }\n break;\n }\n return node;\n }\n stopParseSubscript(base, state) {\n const node = super.stopParseSubscript(base, state);\n if (state.optionalChainMember) {\n return this.estreeParseChainExpression(node, base.loc.end);\n }\n return node;\n }\n parseMember(base, startLoc, state, computed, optional) {\n const node = super.parseMember(base, startLoc, state, computed, optional);\n if (node.type === \"OptionalMemberExpression\") {\n this.castNodeTo(node, \"MemberExpression\");\n } else {\n node.optional = false;\n }\n return node;\n }\n isOptionalMemberExpression(node) {\n if (node.type === \"ChainExpression\") {\n return node.expression.type === \"MemberExpression\";\n }\n return super.isOptionalMemberExpression(node);\n }\n hasPropertyAsPrivateName(node) {\n if (node.type === \"ChainExpression\") {\n node = node.expression;\n }\n return super.hasPropertyAsPrivateName(node);\n }\n isObjectProperty(node) {\n return node.type === \"Property\" && node.kind === \"init\" && !node.method;\n }\n isObjectMethod(node) {\n return node.type === \"Property\" && (node.method || node.kind === \"get\" || node.kind === \"set\");\n }\n castNodeTo(node, type) {\n const result = super.castNodeTo(node, type);\n this.fillOptionalPropertiesForTSESLint(result);\n return result;\n }\n cloneIdentifier(node) {\n const cloned = super.cloneIdentifier(node);\n this.fillOptionalPropertiesForTSESLint(cloned);\n return cloned;\n }\n cloneStringLiteral(node) {\n if (node.type === \"Literal\") {\n return this.cloneEstreeStringLiteral(node);\n }\n return super.cloneStringLiteral(node);\n }\n finishNodeAt(node, type, endLoc) {\n return toESTreeLocation(super.finishNodeAt(node, type, endLoc));\n }\n finishNode(node, type) {\n const result = super.finishNode(node, type);\n this.fillOptionalPropertiesForTSESLint(result);\n return result;\n }\n resetStartLocation(node, startLoc) {\n super.resetStartLocation(node, startLoc);\n toESTreeLocation(node);\n }\n resetEndLocation(node, endLoc = this.state.lastTokEndLoc) {\n super.resetEndLocation(node, endLoc);\n toESTreeLocation(node);\n }\n};\nclass TokContext {\n constructor(token, preserveSpace) {\n this.token = void 0;\n this.preserveSpace = void 0;\n this.token = token;\n this.preserveSpace = !!preserveSpace;\n }\n}\nconst types = {\n brace: new TokContext(\"{\"),\n j_oTag: new TokContext(\"<tag\"),\n j_cTag: new TokContext(\"</tag\"),\n j_expr: new TokContext(\"<tag>...</tag>\", true)\n};\ntypes.template = new TokContext(\"`\", true);\nconst beforeExpr = true;\nconst startsExpr = true;\nconst isLoop = true;\nconst isAssign = true;\nconst prefix = true;\nconst postfix = true;\nclass ExportedTokenType {\n constructor(label, conf = {}) {\n this.label = void 0;\n this.keyword = void 0;\n this.beforeExpr = void 0;\n this.startsExpr = void 0;\n this.rightAssociative = void 0;\n this.isLoop = void 0;\n this.isAssign = void 0;\n this.prefix = void 0;\n this.postfix = void 0;\n this.binop = void 0;\n this.label = label;\n this.keyword = conf.keyword;\n this.beforeExpr = !!conf.beforeExpr;\n this.startsExpr = !!conf.startsExpr;\n this.rightAssociative = !!conf.rightAssociative;\n this.isLoop = !!conf.isLoop;\n this.isAssign = !!conf.isAssign;\n this.prefix = !!conf.prefix;\n this.postfix = !!conf.postfix;\n this.binop = conf.binop != null ? conf.binop : null;\n this.updateContext = null;\n }\n}\nconst keywords$1 = new Map();\nfunction createKeyword(name, options = {}) {\n options.keyword = name;\n const token = createToken(name, options);\n keywords$1.set(name, token);\n return token;\n}\nfunction createBinop(name, binop) {\n return createToken(name, {\n beforeExpr,\n binop\n });\n}\nlet tokenTypeCounter = -1;\nconst tokenTypes = [];\nconst tokenLabels = [];\nconst tokenBinops = [];\nconst tokenBeforeExprs = [];\nconst tokenStartsExprs = [];\nconst tokenPrefixes = [];\nfunction createToken(name, options = {}) {\n var _options$binop, _options$beforeExpr, _options$startsExpr, _options$prefix;\n ++tokenTypeCounter;\n tokenLabels.push(name);\n tokenBinops.push((_options$binop = options.binop) != null ? _options$binop : -1);\n tokenBeforeExprs.push((_options$beforeExpr = options.beforeExpr) != null ? _options$beforeExpr : false);\n tokenStartsExprs.push((_options$startsExpr = options.startsExpr) != null ? _options$startsExpr : false);\n tokenPrefixes.push((_options$prefix = options.prefix) != null ? _options$prefix : false);\n tokenTypes.push(new ExportedTokenType(name, options));\n return tokenTypeCounter;\n}\nfunction createKeywordLike(name, options = {}) {\n var _options$binop2, _options$beforeExpr2, _options$startsExpr2, _options$prefix2;\n ++tokenTypeCounter;\n keywords$1.set(name, tokenTypeCounter);\n tokenLabels.push(name);\n tokenBinops.push((_options$binop2 = options.binop) != null ? _options$binop2 : -1);\n tokenBeforeExprs.push((_options$beforeExpr2 = options.beforeExpr) != null ? _options$beforeExpr2 : false);\n tokenStartsExprs.push((_options$startsExpr2 = options.startsExpr) != null ? _options$startsExpr2 : false);\n tokenPrefixes.push((_options$prefix2 = options.prefix) != null ? _options$prefix2 : false);\n tokenTypes.push(new ExportedTokenType(\"name\", options));\n return tokenTypeCounter;\n}\nconst tt = {\n bracketL: createToken(\"[\", {\n beforeExpr,\n startsExpr\n }),\n bracketHashL: createToken(\"#[\", {\n beforeExpr,\n startsExpr\n }),\n bracketBarL: createToken(\"[|\", {\n beforeExpr,\n startsExpr\n }),\n bracketR: createToken(\"]\"),\n bracketBarR: createToken(\"|]\"),\n braceL: createToken(\"{\", {\n beforeExpr,\n startsExpr\n }),\n braceBarL: createToken(\"{|\", {\n beforeExpr,\n startsExpr\n }),\n braceHashL: createToken(\"#{\", {\n beforeExpr,\n startsExpr\n }),\n braceR: createToken(\"}\"),\n braceBarR: createToken(\"|}\"),\n parenL: createToken(\"(\", {\n beforeExpr,\n startsExpr\n }),\n parenR: createToken(\")\"),\n comma: createToken(\",\", {\n beforeExpr\n }),\n semi: createToken(\";\", {\n beforeExpr\n }),\n colon: createToken(\":\", {\n beforeExpr\n }),\n doubleColon: createToken(\"::\", {\n beforeExpr\n }),\n dot: createToken(\".\"),\n question: createToken(\"?\", {\n beforeExpr\n }),\n questionDot: createToken(\"?.\"),\n arrow: createToken(\"=>\", {\n beforeExpr\n }),\n template: createToken(\"template\"),\n ellipsis: createToken(\"...\", {\n beforeExpr\n }),\n backQuote: createToken(\"`\", {\n startsExpr\n }),\n dollarBraceL: createToken(\"${\", {\n beforeExpr,\n startsExpr\n }),\n templateTail: createToken(\"...`\", {\n startsExpr\n }),\n templateNonTail: createToken(\"...${\", {\n beforeExpr,\n startsExpr\n }),\n at: createToken(\"@\"),\n hash: createToken(\"#\", {\n startsExpr\n }),\n interpreterDirective: createToken(\"#!...\"),\n eq: createToken(\"=\", {\n beforeExpr,\n isAssign\n }),\n assign: createToken(\"_=\", {\n beforeExpr,\n isAssign\n }),\n slashAssign: createToken(\"_=\", {\n beforeExpr,\n isAssign\n }),\n xorAssign: createToken(\"_=\", {\n beforeExpr,\n isAssign\n }),\n moduloAssign: createToken(\"_=\", {\n beforeExpr,\n isAssign\n }),\n incDec: createToken(\"++/--\", {\n prefix,\n postfix,\n startsExpr\n }),\n bang: createToken(\"!\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n tilde: createToken(\"~\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n doubleCaret: createToken(\"^^\", {\n startsExpr\n }),\n doubleAt: createToken(\"@@\", {\n startsExpr\n }),\n pipeline: createBinop(\"|>\", 0),\n nullishCoalescing: createBinop(\"??\", 1),\n logicalOR: createBinop(\"||\", 1),\n logicalAND: createBinop(\"&&\", 2),\n bitwiseOR: createBinop(\"|\", 3),\n bitwiseXOR: createBinop(\"^\", 4),\n bitwiseAND: createBinop(\"&\", 5),\n equality: createBinop(\"==/!=/===/!==\", 6),\n lt: createBinop(\"</>/<=/>=\", 7),\n gt: createBinop(\"</>/<=/>=\", 7),\n relational: createBinop(\"</>/<=/>=\", 7),\n bitShift: createBinop(\"<</>>/>>>\", 8),\n bitShiftL: createBinop(\"<</>>/>>>\", 8),\n bitShiftR: createBinop(\"<</>>/>>>\", 8),\n plusMin: createToken(\"+/-\", {\n beforeExpr,\n binop: 9,\n prefix,\n startsExpr\n }),\n modulo: createToken(\"%\", {\n binop: 10,\n startsExpr\n }),\n star: createToken(\"*\", {\n binop: 10\n }),\n slash: createBinop(\"/\", 10),\n exponent: createToken(\"**\", {\n beforeExpr,\n binop: 11,\n rightAssociative: true\n }),\n _in: createKeyword(\"in\", {\n beforeExpr,\n binop: 7\n }),\n _instanceof: createKeyword(\"instanceof\", {\n beforeExpr,\n binop: 7\n }),\n _break: createKeyword(\"break\"),\n _case: createKeyword(\"case\", {\n beforeExpr\n }),\n _catch: createKeyword(\"catch\"),\n _continue: createKeyword(\"continue\"),\n _debugger: createKeyword(\"debugger\"),\n _default: createKeyword(\"default\", {\n beforeExpr\n }),\n _else: createKeyword(\"else\", {\n beforeExpr\n }),\n _finally: createKeyword(\"finally\"),\n _function: createKeyword(\"function\", {\n startsExpr\n }),\n _if: createKeyword(\"if\"),\n _return: createKeyword(\"return\", {\n beforeExpr\n }),\n _switch: createKeyword(\"switch\"),\n _throw: createKeyword(\"throw\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n _try: createKeyword(\"try\"),\n _var: createKeyword(\"var\"),\n _const: createKeyword(\"const\"),\n _with: createKeyword(\"with\"),\n _new: createKeyword(\"new\", {\n beforeExpr,\n startsExpr\n }),\n _this: createKeyword(\"this\", {\n startsExpr\n }),\n _super: createKeyword(\"super\", {\n startsExpr\n }),\n _class: createKeyword(\"class\", {\n startsExpr\n }),\n _extends: createKeyword(\"extends\", {\n beforeExpr\n }),\n _export: createKeyword(\"export\"),\n _import: createKeyword(\"import\", {\n startsExpr\n }),\n _null: createKeyword(\"null\", {\n startsExpr\n }),\n _true: createKeyword(\"true\", {\n startsExpr\n }),\n _false: createKeyword(\"false\", {\n startsExpr\n }),\n _typeof: createKeyword(\"typeof\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n _void: createKeyword(\"void\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n _delete: createKeyword(\"delete\", {\n beforeExpr,\n prefix,\n startsExpr\n }),\n _do: createKeyword(\"do\", {\n isLoop,\n beforeExpr\n }),\n _for: createKeyword(\"for\", {\n isLoop\n }),\n _while: createKeyword(\"while\", {\n isLoop\n }),\n _as: createKeywordLike(\"as\", {\n startsExpr\n }),\n _assert: createKeywordLike(\"assert\", {\n startsExpr\n }),\n _async: createKeywordLike(\"async\", {\n startsExpr\n }),\n _await: createKeywordLike(\"await\", {\n startsExpr\n }),\n _defer: createKeywordLike(\"defer\", {\n startsExpr\n }),\n _from: createKeywordLike(\"from\", {\n startsExpr\n }),\n _get: createKeywordLike(\"get\", {\n startsExpr\n }),\n _let: createKeywordLike(\"let\", {\n startsExpr\n }),\n _meta: createKeywordLike(\"meta\", {\n startsExpr\n }),\n _of: createKeywordLike(\"of\", {\n startsExpr\n }),\n _sent: createKeywordLike(\"sent\", {\n startsExpr\n }),\n _set: createKeywordLike(\"set\", {\n startsExpr\n }),\n _source: createKeywordLike(\"source\", {\n startsExpr\n }),\n _static: createKeywordLike(\"static\", {\n startsExpr\n }),\n _using: createKeywordLike(\"using\", {\n startsExpr\n }),\n _yield: createKeywordLike(\"yield\", {\n startsExpr\n }),\n _asserts: createKeywordLike(\"asserts\", {\n startsExpr\n }),\n _checks: createKeywordLike(\"checks\", {\n startsExpr\n }),\n _exports: createKeywordLike(\"exports\", {\n startsExpr\n }),\n _global: createKeywordLike(\"global\", {\n startsExpr\n }),\n _implements: createKeywordLike(\"implements\", {\n startsExpr\n }),\n _intrinsic: createKeywordLike(\"intrinsic\", {\n startsExpr\n }),\n _infer: createKeywordLike(\"infer\", {\n startsExpr\n }),\n _is: createKeywordLike(\"is\", {\n startsExpr\n }),\n _mixins: createKeywordLike(\"mixins\", {\n startsExpr\n }),\n _proto: createKeywordLike(\"proto\", {\n startsExpr\n }),\n _require: createKeywordLike(\"require\", {\n startsExpr\n }),\n _satisfies: createKeywordLike(\"satisfies\", {\n startsExpr\n }),\n _keyof: createKeywordLike(\"keyof\", {\n startsExpr\n }),\n _readonly: createKeywordLike(\"readonly\", {\n startsExpr\n }),\n _unique: createKeywordLike(\"unique\", {\n startsExpr\n }),\n _abstract: createKeywordLike(\"abstract\", {\n startsExpr\n }),\n _declare: createKeywordLike(\"declare\", {\n startsExpr\n }),\n _enum: createKeywordLike(\"enum\", {\n startsExpr\n }),\n _module: createKeywordLike(\"module\", {\n startsExpr\n }),\n _namespace: createKeywordLike(\"namespace\", {\n startsExpr\n }),\n _interface: createKeywordLike(\"interface\", {\n startsExpr\n }),\n _type: createKeywordLike(\"type\", {\n startsExpr\n }),\n _opaque: createKeywordLike(\"opaque\", {\n startsExpr\n }),\n name: createToken(\"name\", {\n startsExpr\n }),\n placeholder: createToken(\"%%\", {\n startsExpr\n }),\n string: createToken(\"string\", {\n startsExpr\n }),\n num: createToken(\"num\", {\n startsExpr\n }),\n bigint: createToken(\"bigint\", {\n startsExpr\n }),\n decimal: createToken(\"decimal\", {\n startsExpr\n }),\n regexp: createToken(\"regexp\", {\n startsExpr\n }),\n privateName: createToken(\"#name\", {\n startsExpr\n }),\n eof: createToken(\"eof\"),\n jsxName: createToken(\"jsxName\"),\n jsxText: createToken(\"jsxText\", {\n beforeExpr\n }),\n jsxTagStart: createToken(\"jsxTagStart\", {\n startsExpr\n }),\n jsxTagEnd: createToken(\"jsxTagEnd\")\n};\nfunction tokenIsIdentifier(token) {\n return token >= 93 && token <= 133;\n}\nfunction tokenKeywordOrIdentifierIsKeyword(token) {\n return token <= 92;\n}\nfunction tokenIsKeywordOrIdentifier(token) {\n return token >= 58 && token <= 133;\n}\nfunction tokenIsLiteralPropertyName(token) {\n return token >= 58 && token <= 137;\n}\nfunction tokenComesBeforeExpression(token) {\n return tokenBeforeExprs[token];\n}\nfunction tokenCanStartExpression(token) {\n return tokenStartsExprs[token];\n}\nfunction tokenIsAssignment(token) {\n return token >= 29 && token <= 33;\n}\nfunction tokenIsFlowInterfaceOrTypeOrOpaque(token) {\n return token >= 129 && token <= 131;\n}\nfunction tokenIsLoop(token) {\n return token >= 90 && token <= 92;\n}\nfunction tokenIsKeyword(token) {\n return token >= 58 && token <= 92;\n}\nfunction tokenIsOperator(token) {\n return token >= 39 && token <= 59;\n}\nfunction tokenIsPostfix(token) {\n return token === 34;\n}\nfunction tokenIsPrefix(token) {\n return tokenPrefixes[token];\n}\nfunction tokenIsTSTypeOperator(token) {\n return token >= 121 && token <= 123;\n}\nfunction tokenIsTSDeclarationStart(token) {\n return token >= 124 && token <= 130;\n}\nfunction tokenLabelName(token) {\n return tokenLabels[token];\n}\nfunction tokenOperatorPrecedence(token) {\n return tokenBinops[token];\n}\nfunction tokenIsRightAssociative(token) {\n return token === 57;\n}\nfunction tokenIsTemplate(token) {\n return token >= 24 && token <= 25;\n}\nfunction getExportedToken(token) {\n return tokenTypes[token];\n}\ntokenTypes[8].updateContext = context => {\n context.pop();\n};\ntokenTypes[5].updateContext = tokenTypes[7].updateContext = tokenTypes[23].updateContext = context => {\n context.push(types.brace);\n};\ntokenTypes[22].updateContext = context => {\n if (context[context.length - 1] === types.template) {\n context.pop();\n } else {\n context.push(types.template);\n }\n};\ntokenTypes[143].updateContext = context => {\n context.push(types.j_expr, types.j_oTag);\n};\nlet nonASCIIidentifierStartChars = \"\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u037f\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u052f\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05d0-\\u05ea\\u05ef-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086a\\u0870-\\u0887\\u0889-\\u088f\\u08a0-\\u08c9\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u09fc\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0af9\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c39\\u0c3d\\u0c58-\\u0c5a\\u0c5c\\u0c5d\\u0c60\\u0c61\\u0c80\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cdc-\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d04-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d54-\\u0d56\\u0d5f-\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e86-\\u0e8a\\u0e8c-\\u0ea3\\u0ea5\\u0ea7-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f5\\u13f8-\\u13fd\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f8\\u1700-\\u1711\\u171f-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1878\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191e\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19b0-\\u19c9\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4c\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1c80-\\u1c8a\\u1c90-\\u1cba\\u1cbd-\\u1cbf\\u1ce9-\\u1cec\\u1cee-\\u1cf3\\u1cf5\\u1cf6\\u1cfa\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2118-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309b-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u31a0-\\u31bf\\u31f0-\\u31ff\\u3400-\\u4dbf\\u4e00-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua69d\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua7dc\\ua7f1-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua8fd\\ua8fe\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\ua9e0-\\ua9e4\\ua9e6-\\ua9ef\\ua9fa-\\ua9fe\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa7e-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uab30-\\uab5a\\uab5c-\\uab69\\uab70-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc\";\nlet nonASCIIidentifierChars = \"\\xb7\\u0300-\\u036f\\u0387\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u0669\\u0670\\u06d6-\\u06dc\\u06df-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u06f0-\\u06f9\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07c0-\\u07c9\\u07eb-\\u07f3\\u07fd\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0859-\\u085b\\u0897-\\u089f\\u08ca-\\u08e1\\u08e3-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09cb-\\u09cd\\u09d7\\u09e2\\u09e3\\u09e6-\\u09ef\\u09fe\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2\\u0ae3\\u0ae6-\\u0aef\\u0afa-\\u0aff\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b55-\\u0b57\\u0b62\\u0b63\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c00-\\u0c04\\u0c3c\\u0c3e-\\u0c44\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0c66-\\u0c6f\\u0c81-\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0ce6-\\u0cef\\u0cf3\\u0d00-\\u0d03\\u0d3b\\u0d3c\\u0d3e-\\u0d44\\u0d46-\\u0d48\\u0d4a-\\u0d4d\\u0d57\\u0d62\\u0d63\\u0d66-\\u0d6f\\u0d81-\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0de6-\\u0def\\u0df2\\u0df3\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0e50-\\u0e59\\u0eb1\\u0eb4-\\u0ebc\\u0ec8-\\u0ece\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f3e\\u0f3f\\u0f71-\\u0f84\\u0f86\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102b-\\u103e\\u1040-\\u1049\\u1056-\\u1059\\u105e-\\u1060\\u1062-\\u1064\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u1369-\\u1371\\u1712-\\u1715\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b4-\\u17d3\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u180f-\\u1819\\u18a9\\u1920-\\u192b\\u1930-\\u193b\\u1946-\\u194f\\u19d0-\\u19da\\u1a17-\\u1a1b\\u1a55-\\u1a5e\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1ab0-\\u1abd\\u1abf-\\u1add\\u1ae0-\\u1aeb\\u1b00-\\u1b04\\u1b34-\\u1b44\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1b80-\\u1b82\\u1ba1-\\u1bad\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c24-\\u1c37\\u1c40-\\u1c49\\u1c50-\\u1c59\\u1cd0-\\u1cd2\\u1cd4-\\u1ce8\\u1ced\\u1cf4\\u1cf7-\\u1cf9\\u1dc0-\\u1dff\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2cef-\\u2cf1\\u2d7f\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\u30fb\\ua620-\\ua629\\ua66f\\ua674-\\ua67d\\ua69e\\ua69f\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua823-\\ua827\\ua82c\\ua880\\ua881\\ua8b4-\\ua8c5\\ua8d0-\\ua8d9\\ua8e0-\\ua8f1\\ua8ff-\\ua909\\ua926-\\ua92d\\ua947-\\ua953\\ua980-\\ua983\\ua9b3-\\ua9c0\\ua9d0-\\ua9d9\\ua9e5\\ua9f0-\\ua9f9\\uaa29-\\uaa36\\uaa43\\uaa4c\\uaa4d\\uaa50-\\uaa59\\uaa7b-\\uaa7d\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uaaeb-\\uaaef\\uaaf5\\uaaf6\\uabe3-\\uabea\\uabec\\uabed\\uabf0-\\uabf9\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe2f\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f\\uff65\";\nconst nonASCIIidentifierStart = new RegExp(\"[\" + nonASCIIidentifierStartChars + \"]\");\nconst nonASCIIidentifier = new RegExp(\"[\" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + \"]\");\nnonASCIIidentifierStartChars = nonASCIIidentifierChars = null;\nconst astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 7, 25, 39, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 5, 57, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 24, 43, 261, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 33, 24, 3, 24, 45, 74, 6, 0, 67, 12, 65, 1, 2, 0, 15, 4, 10, 7381, 42, 31, 98, 114, 8702, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 208, 30, 2, 2, 2, 1, 2, 6, 3, 4, 10, 1, 225, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4381, 3, 5773, 3, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 8489];\nconst astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 78, 5, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 199, 7, 137, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 55, 9, 266, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 233, 0, 3, 0, 8, 1, 6, 0, 475, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];\nfunction isInAstralSet(code, set) {\n let pos = 0x10000;\n for (let i = 0, length = set.length; i < length; i += 2) {\n pos += set[i];\n if (pos > code) return false;\n pos += set[i + 1];\n if (pos >= code) return true;\n }\n return false;\n}\nfunction isIdentifierStart(code) {\n if (code < 65) return code === 36;\n if (code <= 90) return true;\n if (code < 97) return code === 95;\n if (code <= 122) return true;\n if (code <= 0xffff) {\n return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code));\n }\n return isInAstralSet(code, astralIdentifierStartCodes);\n}\nfunction isIdentifierChar(code) {\n if (code < 48) return code === 36;\n if (code < 58) return true;\n if (code < 65) return false;\n if (code <= 90) return true;\n if (code < 97) return code === 95;\n if (code <= 122) return true;\n if (code <= 0xffff) {\n return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code));\n }\n return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes);\n}\nconst reservedWords = {\n keyword: [\"break\", \"case\", \"catch\", \"continue\", \"debugger\", \"default\", \"do\", \"else\", \"finally\", \"for\", \"function\", \"if\", \"return\", \"switch\", \"throw\", \"try\", \"var\", \"const\", \"while\", \"with\", \"new\", \"this\", \"super\", \"class\", \"extends\", \"export\", \"import\", \"null\", \"true\", \"false\", \"in\", \"instanceof\", \"typeof\", \"void\", \"delete\"],\n strict: [\"implements\", \"interface\", \"let\", \"package\", \"private\", \"protected\", \"public\", \"static\", \"yield\"],\n strictBind: [\"eval\", \"arguments\"]\n};\nconst keywords = new Set(reservedWords.keyword);\nconst reservedWordsStrictSet = new Set(reservedWords.strict);\nconst reservedWordsStrictBindSet = new Set(reservedWords.strictBind);\nfunction isReservedWord(word, inModule) {\n return inModule && word === \"await\" || word === \"enum\";\n}\nfunction isStrictReservedWord(word, inModule) {\n return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word);\n}\nfunction isStrictBindOnlyReservedWord(word) {\n return reservedWordsStrictBindSet.has(word);\n}\nfunction isStrictBindReservedWord(word, inModule) {\n return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word);\n}\nfunction isKeyword(word) {\n return keywords.has(word);\n}\nfunction isIteratorStart(current, next, next2) {\n return current === 64 && next === 64 && isIdentifierStart(next2);\n}\nconst reservedWordLikeSet = new Set([\"break\", \"case\", \"catch\", \"continue\", \"debugger\", \"default\", \"do\", \"else\", \"finally\", \"for\", \"function\", \"if\", \"return\", \"switch\", \"throw\", \"try\", \"var\", \"const\", \"while\", \"with\", \"new\", \"this\", \"super\", \"class\", \"extends\", \"export\", \"import\", \"null\", \"true\", \"false\", \"in\", \"instanceof\", \"typeof\", \"void\", \"delete\", \"implements\", \"interface\", \"let\", \"package\", \"private\", \"protected\", \"public\", \"static\", \"yield\", \"eval\", \"arguments\", \"enum\", \"await\"]);\nfunction canBeReservedWord(word) {\n return reservedWordLikeSet.has(word);\n}\nclass Scope {\n constructor(flags) {\n this.flags = 0;\n this.names = new Map();\n this.firstLexicalName = \"\";\n this.flags = flags;\n }\n}\nclass ScopeHandler {\n constructor(parser, inModule) {\n this.parser = void 0;\n this.scopeStack = [];\n this.inModule = void 0;\n this.undefinedExports = new Map();\n this.parser = parser;\n this.inModule = inModule;\n }\n get inTopLevel() {\n return (this.currentScope().flags & 1) > 0;\n }\n get inFunction() {\n return (this.currentVarScopeFlags() & 2) > 0;\n }\n get allowSuper() {\n return (this.currentThisScopeFlags() & 16) > 0;\n }\n get allowDirectSuper() {\n return (this.currentThisScopeFlags() & 32) > 0;\n }\n get allowNewTarget() {\n return (this.currentThisScopeFlags() & 512) > 0;\n }\n get inClass() {\n return (this.currentThisScopeFlags() & 64) > 0;\n }\n get inClassAndNotInNonArrowFunction() {\n const flags = this.currentThisScopeFlags();\n return (flags & 64) > 0 && (flags & 2) === 0;\n }\n get inStaticBlock() {\n for (let i = this.scopeStack.length - 1;; i--) {\n const {\n flags\n } = this.scopeStack[i];\n if (flags & 128) {\n return true;\n }\n if (flags & (1667 | 64)) {\n return false;\n }\n }\n }\n get inNonArrowFunction() {\n return (this.currentThisScopeFlags() & 2) > 0;\n }\n get inBareCaseStatement() {\n return (this.currentScope().flags & 256) > 0;\n }\n get treatFunctionsAsVar() {\n return this.treatFunctionsAsVarInScope(this.currentScope());\n }\n createScope(flags) {\n return new Scope(flags);\n }\n enter(flags) {\n this.scopeStack.push(this.createScope(flags));\n }\n exit() {\n const scope = this.scopeStack.pop();\n return scope.flags;\n }\n treatFunctionsAsVarInScope(scope) {\n return !!(scope.flags & (2 | 128) || !this.parser.inModule && scope.flags & 1);\n }\n declareName(name, bindingType, loc) {\n let scope = this.currentScope();\n if (bindingType & 8 || bindingType & 16) {\n this.checkRedeclarationInScope(scope, name, bindingType, loc);\n let type = scope.names.get(name) || 0;\n if (bindingType & 16) {\n type = type | 4;\n } else {\n if (!scope.firstLexicalName) {\n scope.firstLexicalName = name;\n }\n type = type | 2;\n }\n scope.names.set(name, type);\n if (bindingType & 8) {\n this.maybeExportDefined(scope, name);\n }\n } else if (bindingType & 4) {\n for (let i = this.scopeStack.length - 1; i >= 0; --i) {\n scope = this.scopeStack[i];\n this.checkRedeclarationInScope(scope, name, bindingType, loc);\n scope.names.set(name, (scope.names.get(name) || 0) | 1);\n this.maybeExportDefined(scope, name);\n if (scope.flags & 1667) break;\n }\n }\n if (this.parser.inModule && scope.flags & 1) {\n this.undefinedExports.delete(name);\n }\n }\n maybeExportDefined(scope, name) {\n if (this.parser.inModule && scope.flags & 1) {\n this.undefinedExports.delete(name);\n }\n }\n checkRedeclarationInScope(scope, name, bindingType, loc) {\n if (this.isRedeclaredInScope(scope, name, bindingType)) {\n this.parser.raise(Errors.VarRedeclaration, loc, {\n identifierName: name\n });\n }\n }\n isRedeclaredInScope(scope, name, bindingType) {\n if (!(bindingType & 1)) return false;\n if (bindingType & 8) {\n return scope.names.has(name);\n }\n const type = scope.names.get(name) || 0;\n if (bindingType & 16) {\n return (type & 2) > 0 || !this.treatFunctionsAsVarInScope(scope) && (type & 1) > 0;\n }\n return (type & 2) > 0 && !(scope.flags & 8 && scope.firstLexicalName === name) || !this.treatFunctionsAsVarInScope(scope) && (type & 4) > 0;\n }\n checkLocalExport(id) {\n const {\n name\n } = id;\n const topLevelScope = this.scopeStack[0];\n if (!topLevelScope.names.has(name)) {\n this.undefinedExports.set(name, id.loc.start);\n }\n }\n currentScope() {\n return this.scopeStack[this.scopeStack.length - 1];\n }\n currentVarScopeFlags() {\n for (let i = this.scopeStack.length - 1;; i--) {\n const {\n flags\n } = this.scopeStack[i];\n if (flags & 1667) {\n return flags;\n }\n }\n }\n currentThisScopeFlags() {\n for (let i = this.scopeStack.length - 1;; i--) {\n const {\n flags\n } = this.scopeStack[i];\n if (flags & (1667 | 64) && !(flags & 4)) {\n return flags;\n }\n }\n }\n}\nclass FlowScope extends Scope {\n constructor(...args) {\n super(...args);\n this.declareFunctions = new Set();\n }\n}\nclass FlowScopeHandler extends ScopeHandler {\n createScope(flags) {\n return new FlowScope(flags);\n }\n declareName(name, bindingType, loc) {\n const scope = this.currentScope();\n if (bindingType & 2048) {\n this.checkRedeclarationInScope(scope, name, bindingType, loc);\n this.maybeExportDefined(scope, name);\n scope.declareFunctions.add(name);\n return;\n }\n super.declareName(name, bindingType, loc);\n }\n isRedeclaredInScope(scope, name, bindingType) {\n if (super.isRedeclaredInScope(scope, name, bindingType)) return true;\n if (bindingType & 2048 && !scope.declareFunctions.has(name)) {\n const type = scope.names.get(name);\n return (type & 4) > 0 || (type & 2) > 0;\n }\n return false;\n }\n checkLocalExport(id) {\n if (!this.scopeStack[0].declareFunctions.has(id.name)) {\n super.checkLocalExport(id);\n }\n }\n}\nconst reservedTypes = new Set([\"_\", \"any\", \"bool\", \"boolean\", \"empty\", \"extends\", \"false\", \"interface\", \"mixed\", \"null\", \"number\", \"static\", \"string\", \"true\", \"typeof\", \"void\"]);\nconst FlowErrors = ParseErrorEnum`flow`({\n AmbiguousConditionalArrow: \"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.\",\n AmbiguousDeclareModuleKind: \"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.\",\n AssignReservedType: ({\n reservedType\n }) => `Cannot overwrite reserved type ${reservedType}.`,\n DeclareClassElement: \"The `declare` modifier can only appear on class fields.\",\n DeclareClassFieldInitializer: \"Initializers are not allowed in fields with the `declare` modifier.\",\n DuplicateDeclareModuleExports: \"Duplicate `declare module.exports` statement.\",\n EnumBooleanMemberNotInitialized: ({\n memberName,\n enumName\n }) => `Boolean enum members need to be initialized. Use either \\`${memberName} = true,\\` or \\`${memberName} = false,\\` in enum \\`${enumName}\\`.`,\n EnumDuplicateMemberName: ({\n memberName,\n enumName\n }) => `Enum member names need to be unique, but the name \\`${memberName}\\` has already been used before in enum \\`${enumName}\\`.`,\n EnumInconsistentMemberValues: ({\n enumName\n }) => `Enum \\`${enumName}\\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,\n EnumInvalidExplicitType: ({\n invalidEnumType,\n enumName\n }) => `Enum type \\`${invalidEnumType}\\` is not valid. Use one of \\`boolean\\`, \\`number\\`, \\`string\\`, or \\`symbol\\` in enum \\`${enumName}\\`.`,\n EnumInvalidExplicitTypeUnknownSupplied: ({\n enumName\n }) => `Supplied enum type is not valid. Use one of \\`boolean\\`, \\`number\\`, \\`string\\`, or \\`symbol\\` in enum \\`${enumName}\\`.`,\n EnumInvalidMemberInitializerPrimaryType: ({\n enumName,\n memberName,\n explicitType\n }) => `Enum \\`${enumName}\\` has type \\`${explicitType}\\`, so the initializer of \\`${memberName}\\` needs to be a ${explicitType} literal.`,\n EnumInvalidMemberInitializerSymbolType: ({\n enumName,\n memberName\n }) => `Symbol enum members cannot be initialized. Use \\`${memberName},\\` in enum \\`${enumName}\\`.`,\n EnumInvalidMemberInitializerUnknownType: ({\n enumName,\n memberName\n }) => `The enum member initializer for \\`${memberName}\\` needs to be a literal (either a boolean, number, or string) in enum \\`${enumName}\\`.`,\n EnumInvalidMemberName: ({\n enumName,\n memberName,\n suggestion\n }) => `Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \\`${memberName}\\`, consider using \\`${suggestion}\\`, in enum \\`${enumName}\\`.`,\n EnumNumberMemberNotInitialized: ({\n enumName,\n memberName\n }) => `Number enum members need to be initialized, e.g. \\`${memberName} = 1\\` in enum \\`${enumName}\\`.`,\n EnumStringMemberInconsistentlyInitialized: ({\n enumName\n }) => `String enum members need to consistently either all use initializers, or use no initializers, in enum \\`${enumName}\\`.`,\n GetterMayNotHaveThisParam: \"A getter cannot have a `this` parameter.\",\n ImportReflectionHasImportType: \"An `import module` declaration can not use `type` or `typeof` keyword.\",\n ImportTypeShorthandOnlyInPureImport: \"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.\",\n InexactInsideExact: \"Explicit inexact syntax cannot appear inside an explicit exact object type.\",\n InexactInsideNonObject: \"Explicit inexact syntax cannot appear in class or interface definitions.\",\n InexactVariance: \"Explicit inexact syntax cannot have variance.\",\n InvalidNonTypeImportInDeclareModule: \"Imports within a `declare module` body must always be `import type` or `import typeof`.\",\n MissingTypeParamDefault: \"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.\",\n NestedDeclareModule: \"`declare module` cannot be used inside another `declare module`.\",\n NestedFlowComment: \"Cannot have a flow comment inside another flow comment.\",\n PatternIsOptional: Object.assign({\n message: \"A binding pattern parameter cannot be optional in an implementation signature.\"\n }, {\n reasonCode: \"OptionalBindingPattern\"\n }),\n SetterMayNotHaveThisParam: \"A setter cannot have a `this` parameter.\",\n SpreadVariance: \"Spread properties cannot have variance.\",\n ThisParamAnnotationRequired: \"A type annotation is required for the `this` parameter.\",\n ThisParamBannedInConstructor: \"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.\",\n ThisParamMayNotBeOptional: \"The `this` parameter cannot be optional.\",\n ThisParamMustBeFirst: \"The `this` parameter must be the first function parameter.\",\n ThisParamNoDefault: \"The `this` parameter may not have a default value.\",\n TypeBeforeInitializer: \"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.\",\n TypeCastInPattern: \"The type cast expression is expected to be wrapped with parenthesis.\",\n UnexpectedExplicitInexactInObject: \"Explicit inexact syntax must appear at the end of an inexact object.\",\n UnexpectedReservedType: ({\n reservedType\n }) => `Unexpected reserved type ${reservedType}.`,\n UnexpectedReservedUnderscore: \"`_` is only allowed as a type argument to call or new.\",\n UnexpectedSpaceBetweenModuloChecks: \"Spaces between `%` and `checks` are not allowed here.\",\n UnexpectedSpreadType: \"Spread operator cannot appear in class or interface definitions.\",\n UnexpectedSubtractionOperand: 'Unexpected token, expected \"number\" or \"bigint\".',\n UnexpectedTokenAfterTypeParameter: \"Expected an arrow function after this type parameter declaration.\",\n UnexpectedTypeParameterBeforeAsyncArrowFunction: \"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.\",\n UnsupportedDeclareExportKind: ({\n unsupportedExportKind,\n suggestion\n }) => `\\`declare export ${unsupportedExportKind}\\` is not supported. Use \\`${suggestion}\\` instead.`,\n UnsupportedStatementInDeclareModule: \"Only declares and type imports are allowed inside declare module.\",\n UnterminatedFlowComment: \"Unterminated flow-comment.\"\n});\nfunction isEsModuleType(bodyElement) {\n return bodyElement.type === \"DeclareExportAllDeclaration\" || bodyElement.type === \"DeclareExportDeclaration\" && (!bodyElement.declaration || bodyElement.declaration.type !== \"TypeAlias\" && bodyElement.declaration.type !== \"InterfaceDeclaration\");\n}\nfunction hasTypeImportKind(node) {\n return node.importKind === \"type\" || node.importKind === \"typeof\";\n}\nconst exportSuggestions = {\n const: \"declare export var\",\n let: \"declare export var\",\n type: \"export type\",\n interface: \"export interface\"\n};\nfunction partition(list, test) {\n const list1 = [];\n const list2 = [];\n for (let i = 0; i < list.length; i++) {\n (test(list[i], i, list) ? list1 : list2).push(list[i]);\n }\n return [list1, list2];\n}\nconst FLOW_PRAGMA_REGEX = /\\*?\\s*@((?:no)?flow)\\b/;\nvar flow = superClass => class FlowParserMixin extends superClass {\n constructor(...args) {\n super(...args);\n this.flowPragma = undefined;\n }\n getScopeHandler() {\n return FlowScopeHandler;\n }\n shouldParseTypes() {\n return this.getPluginOption(\"flow\", \"all\") || this.flowPragma === \"flow\";\n }\n finishToken(type, val) {\n if (type !== 134 && type !== 13 && type !== 28) {\n if (this.flowPragma === undefined) {\n this.flowPragma = null;\n }\n }\n super.finishToken(type, val);\n }\n addComment(comment) {\n if (this.flowPragma === undefined) {\n const matches = FLOW_PRAGMA_REGEX.exec(comment.value);\n if (!matches) ;else if (matches[1] === \"flow\") {\n this.flowPragma = \"flow\";\n } else if (matches[1] === \"noflow\") {\n this.flowPragma = \"noflow\";\n } else {\n throw new Error(\"Unexpected flow pragma\");\n }\n }\n super.addComment(comment);\n }\n flowParseTypeInitialiser(tok) {\n const oldInType = this.state.inType;\n this.state.inType = true;\n this.expect(tok || 14);\n const type = this.flowParseType();\n this.state.inType = oldInType;\n return type;\n }\n flowParsePredicate() {\n const node = this.startNode();\n const moduloLoc = this.state.startLoc;\n this.next();\n this.expectContextual(110);\n if (this.state.lastTokStartLoc.index > moduloLoc.index + 1) {\n this.raise(FlowErrors.UnexpectedSpaceBetweenModuloChecks, moduloLoc);\n }\n if (this.eat(10)) {\n node.value = super.parseExpression();\n this.expect(11);\n return this.finishNode(node, \"DeclaredPredicate\");\n } else {\n return this.finishNode(node, \"InferredPredicate\");\n }\n }\n flowParseTypeAndPredicateInitialiser() {\n const oldInType = this.state.inType;\n this.state.inType = true;\n this.expect(14);\n let type = null;\n let predicate = null;\n if (this.match(54)) {\n this.state.inType = oldInType;\n predicate = this.flowParsePredicate();\n } else {\n type = this.flowParseType();\n this.state.inType = oldInType;\n if (this.match(54)) {\n predicate = this.flowParsePredicate();\n }\n }\n return [type, predicate];\n }\n flowParseDeclareClass(node) {\n this.next();\n this.flowParseInterfaceish(node, true);\n return this.finishNode(node, \"DeclareClass\");\n }\n flowParseDeclareFunction(node) {\n this.next();\n const id = node.id = this.parseIdentifier();\n const typeNode = this.startNode();\n const typeContainer = this.startNode();\n if (this.match(47)) {\n typeNode.typeParameters = this.flowParseTypeParameterDeclaration();\n } else {\n typeNode.typeParameters = null;\n }\n this.expect(10);\n const tmp = this.flowParseFunctionTypeParams();\n typeNode.params = tmp.params;\n typeNode.rest = tmp.rest;\n typeNode.this = tmp._this;\n this.expect(11);\n [typeNode.returnType, node.predicate] = this.flowParseTypeAndPredicateInitialiser();\n typeContainer.typeAnnotation = this.finishNode(typeNode, \"FunctionTypeAnnotation\");\n id.typeAnnotation = this.finishNode(typeContainer, \"TypeAnnotation\");\n this.resetEndLocation(id);\n this.semicolon();\n this.scope.declareName(node.id.name, 2048, node.id.loc.start);\n return this.finishNode(node, \"DeclareFunction\");\n }\n flowParseDeclare(node, insideModule) {\n if (this.match(80)) {\n return this.flowParseDeclareClass(node);\n } else if (this.match(68)) {\n return this.flowParseDeclareFunction(node);\n } else if (this.match(74)) {\n return this.flowParseDeclareVariable(node);\n } else if (this.eatContextual(127)) {\n if (this.match(16)) {\n return this.flowParseDeclareModuleExports(node);\n } else {\n if (insideModule) {\n this.raise(FlowErrors.NestedDeclareModule, this.state.lastTokStartLoc);\n }\n return this.flowParseDeclareModule(node);\n }\n } else if (this.isContextual(130)) {\n return this.flowParseDeclareTypeAlias(node);\n } else if (this.isContextual(131)) {\n return this.flowParseDeclareOpaqueType(node);\n } else if (this.isContextual(129)) {\n return this.flowParseDeclareInterface(node);\n } else if (this.match(82)) {\n return this.flowParseDeclareExportDeclaration(node, insideModule);\n }\n throw this.unexpected();\n }\n flowParseDeclareVariable(node) {\n this.next();\n node.id = this.flowParseTypeAnnotatableIdentifier();\n this.scope.declareName(node.id.name, 5, node.id.loc.start);\n this.semicolon();\n return this.finishNode(node, \"DeclareVariable\");\n }\n flowParseDeclareModule(node) {\n this.scope.enter(0);\n if (this.match(134)) {\n node.id = super.parseExprAtom();\n } else {\n node.id = this.parseIdentifier();\n }\n const bodyNode = node.body = this.startNode();\n const body = bodyNode.body = [];\n this.expect(5);\n while (!this.match(8)) {\n const bodyNode = this.startNode();\n if (this.match(83)) {\n this.next();\n if (!this.isContextual(130) && !this.match(87)) {\n this.raise(FlowErrors.InvalidNonTypeImportInDeclareModule, this.state.lastTokStartLoc);\n }\n body.push(super.parseImport(bodyNode));\n } else {\n this.expectContextual(125, FlowErrors.UnsupportedStatementInDeclareModule);\n body.push(this.flowParseDeclare(bodyNode, true));\n }\n }\n this.scope.exit();\n this.expect(8);\n this.finishNode(bodyNode, \"BlockStatement\");\n let kind = null;\n let hasModuleExport = false;\n body.forEach(bodyElement => {\n if (isEsModuleType(bodyElement)) {\n if (kind === \"CommonJS\") {\n this.raise(FlowErrors.AmbiguousDeclareModuleKind, bodyElement);\n }\n kind = \"ES\";\n } else if (bodyElement.type === \"DeclareModuleExports\") {\n if (hasModuleExport) {\n this.raise(FlowErrors.DuplicateDeclareModuleExports, bodyElement);\n }\n if (kind === \"ES\") {\n this.raise(FlowErrors.AmbiguousDeclareModuleKind, bodyElement);\n }\n kind = \"CommonJS\";\n hasModuleExport = true;\n }\n });\n node.kind = kind || \"CommonJS\";\n return this.finishNode(node, \"DeclareModule\");\n }\n flowParseDeclareExportDeclaration(node, insideModule) {\n this.expect(82);\n if (this.eat(65)) {\n if (this.match(68) || this.match(80)) {\n node.declaration = this.flowParseDeclare(this.startNode());\n } else {\n node.declaration = this.flowParseType();\n this.semicolon();\n }\n node.default = true;\n return this.finishNode(node, \"DeclareExportDeclaration\");\n } else {\n if (this.match(75) || this.isLet() || (this.isContextual(130) || this.isContextual(129)) && !insideModule) {\n const label = this.state.value;\n throw this.raise(FlowErrors.UnsupportedDeclareExportKind, this.state.startLoc, {\n unsupportedExportKind: label,\n suggestion: exportSuggestions[label]\n });\n }\n if (this.match(74) || this.match(68) || this.match(80) || this.isContextual(131)) {\n node.declaration = this.flowParseDeclare(this.startNode());\n node.default = false;\n return this.finishNode(node, \"DeclareExportDeclaration\");\n } else if (this.match(55) || this.match(5) || this.isContextual(129) || this.isContextual(130) || this.isContextual(131)) {\n node = this.parseExport(node, null);\n if (node.type === \"ExportNamedDeclaration\") {\n node.default = false;\n delete node.exportKind;\n return this.castNodeTo(node, \"DeclareExportDeclaration\");\n } else {\n return this.castNodeTo(node, \"DeclareExportAllDeclaration\");\n }\n }\n }\n throw this.unexpected();\n }\n flowParseDeclareModuleExports(node) {\n this.next();\n this.expectContextual(111);\n node.typeAnnotation = this.flowParseTypeAnnotation();\n this.semicolon();\n return this.finishNode(node, \"DeclareModuleExports\");\n }\n flowParseDeclareTypeAlias(node) {\n this.next();\n const finished = this.flowParseTypeAlias(node);\n this.castNodeTo(finished, \"DeclareTypeAlias\");\n return finished;\n }\n flowParseDeclareOpaqueType(node) {\n this.next();\n const finished = this.flowParseOpaqueType(node, true);\n this.castNodeTo(finished, \"DeclareOpaqueType\");\n return finished;\n }\n flowParseDeclareInterface(node) {\n this.next();\n this.flowParseInterfaceish(node, false);\n return this.finishNode(node, \"DeclareInterface\");\n }\n flowParseInterfaceish(node, isClass) {\n node.id = this.flowParseRestrictedIdentifier(!isClass, true);\n this.scope.declareName(node.id.name, isClass ? 17 : 8201, node.id.loc.start);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n } else {\n node.typeParameters = null;\n }\n node.extends = [];\n if (this.eat(81)) {\n do {\n node.extends.push(this.flowParseInterfaceExtends());\n } while (!isClass && this.eat(12));\n }\n if (isClass) {\n node.implements = [];\n node.mixins = [];\n if (this.eatContextual(117)) {\n do {\n node.mixins.push(this.flowParseInterfaceExtends());\n } while (this.eat(12));\n }\n if (this.eatContextual(113)) {\n do {\n node.implements.push(this.flowParseInterfaceExtends());\n } while (this.eat(12));\n }\n }\n node.body = this.flowParseObjectType({\n allowStatic: isClass,\n allowExact: false,\n allowSpread: false,\n allowProto: isClass,\n allowInexact: false\n });\n }\n flowParseInterfaceExtends() {\n const node = this.startNode();\n node.id = this.flowParseQualifiedTypeIdentifier();\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterInstantiation();\n } else {\n node.typeParameters = null;\n }\n return this.finishNode(node, \"InterfaceExtends\");\n }\n flowParseInterface(node) {\n this.flowParseInterfaceish(node, false);\n return this.finishNode(node, \"InterfaceDeclaration\");\n }\n checkNotUnderscore(word) {\n if (word === \"_\") {\n this.raise(FlowErrors.UnexpectedReservedUnderscore, this.state.startLoc);\n }\n }\n checkReservedType(word, startLoc, declaration) {\n if (!reservedTypes.has(word)) return;\n this.raise(declaration ? FlowErrors.AssignReservedType : FlowErrors.UnexpectedReservedType, startLoc, {\n reservedType: word\n });\n }\n flowParseRestrictedIdentifierName(liberal, declaration) {\n this.checkReservedType(this.state.value, this.state.startLoc, declaration);\n return this.parseIdentifierName(liberal);\n }\n flowParseRestrictedIdentifier(liberal, declaration) {\n const node = this.startNode();\n const name = this.flowParseRestrictedIdentifierName(liberal, declaration);\n return this.createIdentifier(node, name);\n }\n flowParseTypeAlias(node) {\n node.id = this.flowParseRestrictedIdentifier(false, true);\n this.scope.declareName(node.id.name, 8201, node.id.loc.start);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n } else {\n node.typeParameters = null;\n }\n node.right = this.flowParseTypeInitialiser(29);\n this.semicolon();\n return this.finishNode(node, \"TypeAlias\");\n }\n flowParseOpaqueType(node, declare) {\n this.expectContextual(130);\n node.id = this.flowParseRestrictedIdentifier(true, true);\n this.scope.declareName(node.id.name, 8201, node.id.loc.start);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n } else {\n node.typeParameters = null;\n }\n node.supertype = null;\n if (this.match(14)) {\n node.supertype = this.flowParseTypeInitialiser(14);\n }\n node.impltype = null;\n if (!declare) {\n node.impltype = this.flowParseTypeInitialiser(29);\n }\n this.semicolon();\n return this.finishNode(node, \"OpaqueType\");\n }\n flowParseTypeParameterBound() {\n if (this.match(14) || this.isContextual(81)) {\n const node = this.startNode();\n this.next();\n node.typeAnnotation = this.flowParseType();\n return this.finishNode(node, \"TypeAnnotation\");\n }\n }\n flowParseTypeParameter(requireDefault = false) {\n const nodeStartLoc = this.state.startLoc;\n const node = this.startNode();\n const variance = this.flowParseVariance();\n node.name = this.flowParseRestrictedIdentifierName();\n node.variance = variance;\n node.bound = this.flowParseTypeParameterBound();\n if (this.match(29)) {\n this.eat(29);\n node.default = this.flowParseType();\n } else {\n if (requireDefault) {\n this.raise(FlowErrors.MissingTypeParamDefault, nodeStartLoc);\n }\n }\n return this.finishNode(node, \"TypeParameter\");\n }\n flowParseTypeParameterDeclaration() {\n const oldInType = this.state.inType;\n const node = this.startNode();\n node.params = [];\n this.state.inType = true;\n if (this.match(47) || this.match(143)) {\n this.next();\n } else {\n this.unexpected();\n }\n let defaultRequired = false;\n do {\n const typeParameter = this.flowParseTypeParameter(defaultRequired);\n node.params.push(typeParameter);\n if (typeParameter.default) {\n defaultRequired = true;\n }\n if (!this.match(48)) {\n this.expect(12);\n }\n } while (!this.match(48));\n this.expect(48);\n this.state.inType = oldInType;\n return this.finishNode(node, \"TypeParameterDeclaration\");\n }\n flowInTopLevelContext(cb) {\n if (this.curContext() !== types.brace) {\n const oldContext = this.state.context;\n this.state.context = [oldContext[0]];\n try {\n return cb();\n } finally {\n this.state.context = oldContext;\n }\n } else {\n return cb();\n }\n }\n flowParseTypeParameterInstantiationInExpression() {\n if (this.reScan_lt() !== 47) return;\n return this.flowParseTypeParameterInstantiation();\n }\n flowParseTypeParameterInstantiation() {\n const node = this.startNode();\n const oldInType = this.state.inType;\n this.state.inType = true;\n node.params = [];\n this.flowInTopLevelContext(() => {\n this.expect(47);\n const oldNoAnonFunctionType = this.state.noAnonFunctionType;\n this.state.noAnonFunctionType = false;\n while (!this.match(48)) {\n node.params.push(this.flowParseType());\n if (!this.match(48)) {\n this.expect(12);\n }\n }\n this.state.noAnonFunctionType = oldNoAnonFunctionType;\n });\n this.state.inType = oldInType;\n if (!this.state.inType && this.curContext() === types.brace) {\n this.reScan_lt_gt();\n }\n this.expect(48);\n return this.finishNode(node, \"TypeParameterInstantiation\");\n }\n flowParseTypeParameterInstantiationCallOrNew() {\n if (this.reScan_lt() !== 47) return null;\n const node = this.startNode();\n const oldInType = this.state.inType;\n node.params = [];\n this.state.inType = true;\n this.expect(47);\n while (!this.match(48)) {\n node.params.push(this.flowParseTypeOrImplicitInstantiation());\n if (!this.match(48)) {\n this.expect(12);\n }\n }\n this.expect(48);\n this.state.inType = oldInType;\n return this.finishNode(node, \"TypeParameterInstantiation\");\n }\n flowParseInterfaceType() {\n const node = this.startNode();\n this.expectContextual(129);\n node.extends = [];\n if (this.eat(81)) {\n do {\n node.extends.push(this.flowParseInterfaceExtends());\n } while (this.eat(12));\n }\n node.body = this.flowParseObjectType({\n allowStatic: false,\n allowExact: false,\n allowSpread: false,\n allowProto: false,\n allowInexact: false\n });\n return this.finishNode(node, \"InterfaceTypeAnnotation\");\n }\n flowParseObjectPropertyKey() {\n return this.match(135) || this.match(134) ? super.parseExprAtom() : this.parseIdentifier(true);\n }\n flowParseObjectTypeIndexer(node, isStatic, variance) {\n node.static = isStatic;\n if (this.lookahead().type === 14) {\n node.id = this.flowParseObjectPropertyKey();\n node.key = this.flowParseTypeInitialiser();\n } else {\n node.id = null;\n node.key = this.flowParseType();\n }\n this.expect(3);\n node.value = this.flowParseTypeInitialiser();\n node.variance = variance;\n return this.finishNode(node, \"ObjectTypeIndexer\");\n }\n flowParseObjectTypeInternalSlot(node, isStatic) {\n node.static = isStatic;\n node.id = this.flowParseObjectPropertyKey();\n this.expect(3);\n this.expect(3);\n if (this.match(47) || this.match(10)) {\n node.method = true;\n node.optional = false;\n node.value = this.flowParseObjectTypeMethodish(this.startNodeAt(node.loc.start));\n } else {\n node.method = false;\n if (this.eat(17)) {\n node.optional = true;\n }\n node.value = this.flowParseTypeInitialiser();\n }\n return this.finishNode(node, \"ObjectTypeInternalSlot\");\n }\n flowParseObjectTypeMethodish(node) {\n node.params = [];\n node.rest = null;\n node.typeParameters = null;\n node.this = null;\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n }\n this.expect(10);\n if (this.match(78)) {\n node.this = this.flowParseFunctionTypeParam(true);\n node.this.name = null;\n if (!this.match(11)) {\n this.expect(12);\n }\n }\n while (!this.match(11) && !this.match(21)) {\n node.params.push(this.flowParseFunctionTypeParam(false));\n if (!this.match(11)) {\n this.expect(12);\n }\n }\n if (this.eat(21)) {\n node.rest = this.flowParseFunctionTypeParam(false);\n }\n this.expect(11);\n node.returnType = this.flowParseTypeInitialiser();\n return this.finishNode(node, \"FunctionTypeAnnotation\");\n }\n flowParseObjectTypeCallProperty(node, isStatic) {\n const valueNode = this.startNode();\n node.static = isStatic;\n node.value = this.flowParseObjectTypeMethodish(valueNode);\n return this.finishNode(node, \"ObjectTypeCallProperty\");\n }\n flowParseObjectType({\n allowStatic,\n allowExact,\n allowSpread,\n allowProto,\n allowInexact\n }) {\n const oldInType = this.state.inType;\n this.state.inType = true;\n const nodeStart = this.startNode();\n nodeStart.callProperties = [];\n nodeStart.properties = [];\n nodeStart.indexers = [];\n nodeStart.internalSlots = [];\n let endDelim;\n let exact;\n let inexact = false;\n if (allowExact && this.match(6)) {\n this.expect(6);\n endDelim = 9;\n exact = true;\n } else {\n this.expect(5);\n endDelim = 8;\n exact = false;\n }\n nodeStart.exact = exact;\n while (!this.match(endDelim)) {\n let isStatic = false;\n let protoStartLoc = null;\n let inexactStartLoc = null;\n const node = this.startNode();\n if (allowProto && this.isContextual(118)) {\n const lookahead = this.lookahead();\n if (lookahead.type !== 14 && lookahead.type !== 17) {\n this.next();\n protoStartLoc = this.state.startLoc;\n allowStatic = false;\n }\n }\n if (allowStatic && this.isContextual(106)) {\n const lookahead = this.lookahead();\n if (lookahead.type !== 14 && lookahead.type !== 17) {\n this.next();\n isStatic = true;\n }\n }\n const variance = this.flowParseVariance();\n if (this.eat(0)) {\n if (protoStartLoc != null) {\n this.unexpected(protoStartLoc);\n }\n if (this.eat(0)) {\n if (variance) {\n this.unexpected(variance.loc.start);\n }\n nodeStart.internalSlots.push(this.flowParseObjectTypeInternalSlot(node, isStatic));\n } else {\n nodeStart.indexers.push(this.flowParseObjectTypeIndexer(node, isStatic, variance));\n }\n } else if (this.match(10) || this.match(47)) {\n if (protoStartLoc != null) {\n this.unexpected(protoStartLoc);\n }\n if (variance) {\n this.unexpected(variance.loc.start);\n }\n nodeStart.callProperties.push(this.flowParseObjectTypeCallProperty(node, isStatic));\n } else {\n let kind = \"init\";\n if (this.isContextual(99) || this.isContextual(104)) {\n const lookahead = this.lookahead();\n if (tokenIsLiteralPropertyName(lookahead.type)) {\n kind = this.state.value;\n this.next();\n }\n }\n const propOrInexact = this.flowParseObjectTypeProperty(node, isStatic, protoStartLoc, variance, kind, allowSpread, allowInexact != null ? allowInexact : !exact);\n if (propOrInexact === null) {\n inexact = true;\n inexactStartLoc = this.state.lastTokStartLoc;\n } else {\n nodeStart.properties.push(propOrInexact);\n }\n }\n this.flowObjectTypeSemicolon();\n if (inexactStartLoc && !this.match(8) && !this.match(9)) {\n this.raise(FlowErrors.UnexpectedExplicitInexactInObject, inexactStartLoc);\n }\n }\n this.expect(endDelim);\n if (allowSpread) {\n nodeStart.inexact = inexact;\n }\n const out = this.finishNode(nodeStart, \"ObjectTypeAnnotation\");\n this.state.inType = oldInType;\n return out;\n }\n flowParseObjectTypeProperty(node, isStatic, protoStartLoc, variance, kind, allowSpread, allowInexact) {\n if (this.eat(21)) {\n const isInexactToken = this.match(12) || this.match(13) || this.match(8) || this.match(9);\n if (isInexactToken) {\n if (!allowSpread) {\n this.raise(FlowErrors.InexactInsideNonObject, this.state.lastTokStartLoc);\n } else if (!allowInexact) {\n this.raise(FlowErrors.InexactInsideExact, this.state.lastTokStartLoc);\n }\n if (variance) {\n this.raise(FlowErrors.InexactVariance, variance);\n }\n return null;\n }\n if (!allowSpread) {\n this.raise(FlowErrors.UnexpectedSpreadType, this.state.lastTokStartLoc);\n }\n if (protoStartLoc != null) {\n this.unexpected(protoStartLoc);\n }\n if (variance) {\n this.raise(FlowErrors.SpreadVariance, variance);\n }\n node.argument = this.flowParseType();\n return this.finishNode(node, \"ObjectTypeSpreadProperty\");\n } else {\n node.key = this.flowParseObjectPropertyKey();\n node.static = isStatic;\n node.proto = protoStartLoc != null;\n node.kind = kind;\n let optional = false;\n if (this.match(47) || this.match(10)) {\n node.method = true;\n if (protoStartLoc != null) {\n this.unexpected(protoStartLoc);\n }\n if (variance) {\n this.unexpected(variance.loc.start);\n }\n node.value = this.flowParseObjectTypeMethodish(this.startNodeAt(node.loc.start));\n if (kind === \"get\" || kind === \"set\") {\n this.flowCheckGetterSetterParams(node);\n }\n if (!allowSpread && node.key.name === \"constructor\" && node.value.this) {\n this.raise(FlowErrors.ThisParamBannedInConstructor, node.value.this);\n }\n } else {\n if (kind !== \"init\") this.unexpected();\n node.method = false;\n if (this.eat(17)) {\n optional = true;\n }\n node.value = this.flowParseTypeInitialiser();\n node.variance = variance;\n }\n node.optional = optional;\n return this.finishNode(node, \"ObjectTypeProperty\");\n }\n }\n flowCheckGetterSetterParams(property) {\n const paramCount = property.kind === \"get\" ? 0 : 1;\n const length = property.value.params.length + (property.value.rest ? 1 : 0);\n if (property.value.this) {\n this.raise(property.kind === \"get\" ? FlowErrors.GetterMayNotHaveThisParam : FlowErrors.SetterMayNotHaveThisParam, property.value.this);\n }\n if (length !== paramCount) {\n this.raise(property.kind === \"get\" ? Errors.BadGetterArity : Errors.BadSetterArity, property);\n }\n if (property.kind === \"set\" && property.value.rest) {\n this.raise(Errors.BadSetterRestParameter, property);\n }\n }\n flowObjectTypeSemicolon() {\n if (!this.eat(13) && !this.eat(12) && !this.match(8) && !this.match(9)) {\n this.unexpected();\n }\n }\n flowParseQualifiedTypeIdentifier(startLoc, id) {\n startLoc != null ? startLoc : startLoc = this.state.startLoc;\n let node = id || this.flowParseRestrictedIdentifier(true);\n while (this.eat(16)) {\n const node2 = this.startNodeAt(startLoc);\n node2.qualification = node;\n node2.id = this.flowParseRestrictedIdentifier(true);\n node = this.finishNode(node2, \"QualifiedTypeIdentifier\");\n }\n return node;\n }\n flowParseGenericType(startLoc, id) {\n const node = this.startNodeAt(startLoc);\n node.typeParameters = null;\n node.id = this.flowParseQualifiedTypeIdentifier(startLoc, id);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterInstantiation();\n }\n return this.finishNode(node, \"GenericTypeAnnotation\");\n }\n flowParseTypeofType() {\n const node = this.startNode();\n this.expect(87);\n node.argument = this.flowParsePrimaryType();\n return this.finishNode(node, \"TypeofTypeAnnotation\");\n }\n flowParseTupleType() {\n const node = this.startNode();\n node.types = [];\n this.expect(0);\n while (this.state.pos < this.length && !this.match(3)) {\n node.types.push(this.flowParseType());\n if (this.match(3)) break;\n this.expect(12);\n }\n this.expect(3);\n return this.finishNode(node, \"TupleTypeAnnotation\");\n }\n flowParseFunctionTypeParam(first) {\n let name = null;\n let optional = false;\n let typeAnnotation = null;\n const node = this.startNode();\n const lh = this.lookahead();\n const isThis = this.state.type === 78;\n if (lh.type === 14 || lh.type === 17) {\n if (isThis && !first) {\n this.raise(FlowErrors.ThisParamMustBeFirst, node);\n }\n name = this.parseIdentifier(isThis);\n if (this.eat(17)) {\n optional = true;\n if (isThis) {\n this.raise(FlowErrors.ThisParamMayNotBeOptional, node);\n }\n }\n typeAnnotation = this.flowParseTypeInitialiser();\n } else {\n typeAnnotation = this.flowParseType();\n }\n node.name = name;\n node.optional = optional;\n node.typeAnnotation = typeAnnotation;\n return this.finishNode(node, \"FunctionTypeParam\");\n }\n reinterpretTypeAsFunctionTypeParam(type) {\n const node = this.startNodeAt(type.loc.start);\n node.name = null;\n node.optional = false;\n node.typeAnnotation = type;\n return this.finishNode(node, \"FunctionTypeParam\");\n }\n flowParseFunctionTypeParams(params = []) {\n let rest = null;\n let _this = null;\n if (this.match(78)) {\n _this = this.flowParseFunctionTypeParam(true);\n _this.name = null;\n if (!this.match(11)) {\n this.expect(12);\n }\n }\n while (!this.match(11) && !this.match(21)) {\n params.push(this.flowParseFunctionTypeParam(false));\n if (!this.match(11)) {\n this.expect(12);\n }\n }\n if (this.eat(21)) {\n rest = this.flowParseFunctionTypeParam(false);\n }\n return {\n params,\n rest,\n _this\n };\n }\n flowIdentToTypeAnnotation(startLoc, node, id) {\n switch (id.name) {\n case \"any\":\n return this.finishNode(node, \"AnyTypeAnnotation\");\n case \"bool\":\n case \"boolean\":\n return this.finishNode(node, \"BooleanTypeAnnotation\");\n case \"mixed\":\n return this.finishNode(node, \"MixedTypeAnnotation\");\n case \"empty\":\n return this.finishNode(node, \"EmptyTypeAnnotation\");\n case \"number\":\n return this.finishNode(node, \"NumberTypeAnnotation\");\n case \"string\":\n return this.finishNode(node, \"StringTypeAnnotation\");\n case \"symbol\":\n return this.finishNode(node, \"SymbolTypeAnnotation\");\n default:\n this.checkNotUnderscore(id.name);\n return this.flowParseGenericType(startLoc, id);\n }\n }\n flowParsePrimaryType() {\n const startLoc = this.state.startLoc;\n const node = this.startNode();\n let tmp;\n let type;\n let isGroupedType = false;\n const oldNoAnonFunctionType = this.state.noAnonFunctionType;\n switch (this.state.type) {\n case 5:\n return this.flowParseObjectType({\n allowStatic: false,\n allowExact: false,\n allowSpread: true,\n allowProto: false,\n allowInexact: true\n });\n case 6:\n return this.flowParseObjectType({\n allowStatic: false,\n allowExact: true,\n allowSpread: true,\n allowProto: false,\n allowInexact: false\n });\n case 0:\n this.state.noAnonFunctionType = false;\n type = this.flowParseTupleType();\n this.state.noAnonFunctionType = oldNoAnonFunctionType;\n return type;\n case 47:\n {\n const node = this.startNode();\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n this.expect(10);\n tmp = this.flowParseFunctionTypeParams();\n node.params = tmp.params;\n node.rest = tmp.rest;\n node.this = tmp._this;\n this.expect(11);\n this.expect(19);\n node.returnType = this.flowParseType();\n return this.finishNode(node, \"FunctionTypeAnnotation\");\n }\n case 10:\n {\n const node = this.startNode();\n this.next();\n if (!this.match(11) && !this.match(21)) {\n if (tokenIsIdentifier(this.state.type) || this.match(78)) {\n const token = this.lookahead().type;\n isGroupedType = token !== 17 && token !== 14;\n } else {\n isGroupedType = true;\n }\n }\n if (isGroupedType) {\n this.state.noAnonFunctionType = false;\n type = this.flowParseType();\n this.state.noAnonFunctionType = oldNoAnonFunctionType;\n if (this.state.noAnonFunctionType || !(this.match(12) || this.match(11) && this.lookahead().type === 19)) {\n this.expect(11);\n return type;\n } else {\n this.eat(12);\n }\n }\n if (type) {\n tmp = this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(type)]);\n } else {\n tmp = this.flowParseFunctionTypeParams();\n }\n node.params = tmp.params;\n node.rest = tmp.rest;\n node.this = tmp._this;\n this.expect(11);\n this.expect(19);\n node.returnType = this.flowParseType();\n node.typeParameters = null;\n return this.finishNode(node, \"FunctionTypeAnnotation\");\n }\n case 134:\n return this.parseLiteral(this.state.value, \"StringLiteralTypeAnnotation\");\n case 85:\n case 86:\n node.value = this.match(85);\n this.next();\n return this.finishNode(node, \"BooleanLiteralTypeAnnotation\");\n case 53:\n if (this.state.value === \"-\") {\n this.next();\n if (this.match(135)) {\n return this.parseLiteralAtNode(-this.state.value, \"NumberLiteralTypeAnnotation\", node);\n }\n if (this.match(136)) {\n return this.parseLiteralAtNode(-this.state.value, \"BigIntLiteralTypeAnnotation\", node);\n }\n throw this.raise(FlowErrors.UnexpectedSubtractionOperand, this.state.startLoc);\n }\n throw this.unexpected();\n case 135:\n return this.parseLiteral(this.state.value, \"NumberLiteralTypeAnnotation\");\n case 136:\n return this.parseLiteral(this.state.value, \"BigIntLiteralTypeAnnotation\");\n case 88:\n this.next();\n return this.finishNode(node, \"VoidTypeAnnotation\");\n case 84:\n this.next();\n return this.finishNode(node, \"NullLiteralTypeAnnotation\");\n case 78:\n this.next();\n return this.finishNode(node, \"ThisTypeAnnotation\");\n case 55:\n this.next();\n return this.finishNode(node, \"ExistsTypeAnnotation\");\n case 87:\n return this.flowParseTypeofType();\n default:\n if (tokenIsKeyword(this.state.type)) {\n const label = tokenLabelName(this.state.type);\n this.next();\n return super.createIdentifier(node, label);\n } else if (tokenIsIdentifier(this.state.type)) {\n if (this.isContextual(129)) {\n return this.flowParseInterfaceType();\n }\n return this.flowIdentToTypeAnnotation(startLoc, node, this.parseIdentifier());\n }\n }\n throw this.unexpected();\n }\n flowParsePostfixType() {\n const startLoc = this.state.startLoc;\n let type = this.flowParsePrimaryType();\n let seenOptionalIndexedAccess = false;\n while ((this.match(0) || this.match(18)) && !this.canInsertSemicolon()) {\n const node = this.startNodeAt(startLoc);\n const optional = this.eat(18);\n seenOptionalIndexedAccess = seenOptionalIndexedAccess || optional;\n this.expect(0);\n if (!optional && this.match(3)) {\n node.elementType = type;\n this.next();\n type = this.finishNode(node, \"ArrayTypeAnnotation\");\n } else {\n node.objectType = type;\n node.indexType = this.flowParseType();\n this.expect(3);\n if (seenOptionalIndexedAccess) {\n node.optional = optional;\n type = this.finishNode(node, \"OptionalIndexedAccessType\");\n } else {\n type = this.finishNode(node, \"IndexedAccessType\");\n }\n }\n }\n return type;\n }\n flowParsePrefixType() {\n const node = this.startNode();\n if (this.eat(17)) {\n node.typeAnnotation = this.flowParsePrefixType();\n return this.finishNode(node, \"NullableTypeAnnotation\");\n } else {\n return this.flowParsePostfixType();\n }\n }\n flowParseAnonFunctionWithoutParens() {\n const param = this.flowParsePrefixType();\n if (!this.state.noAnonFunctionType && this.eat(19)) {\n const node = this.startNodeAt(param.loc.start);\n node.params = [this.reinterpretTypeAsFunctionTypeParam(param)];\n node.rest = null;\n node.this = null;\n node.returnType = this.flowParseType();\n node.typeParameters = null;\n return this.finishNode(node, \"FunctionTypeAnnotation\");\n }\n return param;\n }\n flowParseIntersectionType() {\n const node = this.startNode();\n this.eat(45);\n const type = this.flowParseAnonFunctionWithoutParens();\n node.types = [type];\n while (this.eat(45)) {\n node.types.push(this.flowParseAnonFunctionWithoutParens());\n }\n return node.types.length === 1 ? type : this.finishNode(node, \"IntersectionTypeAnnotation\");\n }\n flowParseUnionType() {\n const node = this.startNode();\n this.eat(43);\n const type = this.flowParseIntersectionType();\n node.types = [type];\n while (this.eat(43)) {\n node.types.push(this.flowParseIntersectionType());\n }\n return node.types.length === 1 ? type : this.finishNode(node, \"UnionTypeAnnotation\");\n }\n flowParseType() {\n const oldInType = this.state.inType;\n this.state.inType = true;\n const type = this.flowParseUnionType();\n this.state.inType = oldInType;\n return type;\n }\n flowParseTypeOrImplicitInstantiation() {\n if (this.state.type === 132 && this.state.value === \"_\") {\n const startLoc = this.state.startLoc;\n const node = this.parseIdentifier();\n return this.flowParseGenericType(startLoc, node);\n } else {\n return this.flowParseType();\n }\n }\n flowParseTypeAnnotation() {\n const node = this.startNode();\n node.typeAnnotation = this.flowParseTypeInitialiser();\n return this.finishNode(node, \"TypeAnnotation\");\n }\n flowParseTypeAnnotatableIdentifier() {\n const node = this.startNode();\n const name = this.parseIdentifierName();\n if (this.match(14)) {\n node.typeAnnotation = this.flowParseTypeAnnotation();\n }\n return this.createIdentifier(node, name);\n }\n typeCastToParameter(node) {\n node.expression.typeAnnotation = node.typeAnnotation;\n this.resetEndLocation(node.expression, node.typeAnnotation.loc.end);\n return node.expression;\n }\n flowParseVariance() {\n let variance = null;\n if (this.match(53)) {\n variance = this.startNode();\n if (this.state.value === \"+\") {\n variance.kind = \"plus\";\n } else {\n variance.kind = \"minus\";\n }\n this.next();\n return this.finishNode(variance, \"Variance\");\n }\n return variance;\n }\n parseFunctionBody(node, allowExpressionBody, isMethod = false) {\n if (allowExpressionBody) {\n this.forwardNoArrowParamsConversionAt(node, () => super.parseFunctionBody(node, true, isMethod));\n return;\n }\n super.parseFunctionBody(node, false, isMethod);\n }\n parseFunctionBodyAndFinish(node, type, isMethod = false) {\n if (this.match(14)) {\n const typeNode = this.startNode();\n [typeNode.typeAnnotation, node.predicate] = this.flowParseTypeAndPredicateInitialiser();\n node.returnType = typeNode.typeAnnotation ? this.finishNode(typeNode, \"TypeAnnotation\") : null;\n }\n return super.parseFunctionBodyAndFinish(node, type, isMethod);\n }\n parseStatementLike(flags) {\n if (this.state.strict && this.isContextual(129)) {\n const lookahead = this.lookahead();\n if (tokenIsKeywordOrIdentifier(lookahead.type)) {\n const node = this.startNode();\n this.next();\n return this.flowParseInterface(node);\n }\n } else if (this.isContextual(126)) {\n const node = this.startNode();\n this.next();\n return this.flowParseEnumDeclaration(node);\n }\n const stmt = super.parseStatementLike(flags);\n if (this.flowPragma === undefined && !this.isValidDirective(stmt)) {\n this.flowPragma = null;\n }\n return stmt;\n }\n parseExpressionStatement(node, expr, decorators) {\n if (expr.type === \"Identifier\") {\n if (expr.name === \"declare\") {\n if (this.match(80) || tokenIsIdentifier(this.state.type) || this.match(68) || this.match(74) || this.match(82)) {\n return this.flowParseDeclare(node);\n }\n } else if (tokenIsIdentifier(this.state.type)) {\n if (expr.name === \"interface\") {\n return this.flowParseInterface(node);\n } else if (expr.name === \"type\") {\n return this.flowParseTypeAlias(node);\n } else if (expr.name === \"opaque\") {\n return this.flowParseOpaqueType(node, false);\n }\n }\n }\n return super.parseExpressionStatement(node, expr, decorators);\n }\n shouldParseExportDeclaration() {\n const {\n type\n } = this.state;\n if (type === 126 || tokenIsFlowInterfaceOrTypeOrOpaque(type)) {\n return !this.state.containsEsc;\n }\n return super.shouldParseExportDeclaration();\n }\n isExportDefaultSpecifier() {\n const {\n type\n } = this.state;\n if (type === 126 || tokenIsFlowInterfaceOrTypeOrOpaque(type)) {\n return this.state.containsEsc;\n }\n return super.isExportDefaultSpecifier();\n }\n parseExportDefaultExpression() {\n if (this.isContextual(126)) {\n const node = this.startNode();\n this.next();\n return this.flowParseEnumDeclaration(node);\n }\n return super.parseExportDefaultExpression();\n }\n parseConditional(expr, startLoc, refExpressionErrors) {\n if (!this.match(17)) return expr;\n if (this.state.maybeInArrowParameters) {\n const nextCh = this.lookaheadCharCode();\n if (nextCh === 44 || nextCh === 61 || nextCh === 58 || nextCh === 41) {\n this.setOptionalParametersError(refExpressionErrors);\n return expr;\n }\n }\n this.expect(17);\n const state = this.state.clone();\n const originalNoArrowAt = this.state.noArrowAt;\n const node = this.startNodeAt(startLoc);\n let {\n consequent,\n failed\n } = this.tryParseConditionalConsequent();\n let [valid, invalid] = this.getArrowLikeExpressions(consequent);\n if (failed || invalid.length > 0) {\n const noArrowAt = [...originalNoArrowAt];\n if (invalid.length > 0) {\n this.state = state;\n this.state.noArrowAt = noArrowAt;\n for (let i = 0; i < invalid.length; i++) {\n noArrowAt.push(invalid[i].start);\n }\n ({\n consequent,\n failed\n } = this.tryParseConditionalConsequent());\n [valid, invalid] = this.getArrowLikeExpressions(consequent);\n }\n if (failed && valid.length > 1) {\n this.raise(FlowErrors.AmbiguousConditionalArrow, state.startLoc);\n }\n if (failed && valid.length === 1) {\n this.state = state;\n noArrowAt.push(valid[0].start);\n this.state.noArrowAt = noArrowAt;\n ({\n consequent,\n failed\n } = this.tryParseConditionalConsequent());\n }\n }\n this.getArrowLikeExpressions(consequent, true);\n this.state.noArrowAt = originalNoArrowAt;\n this.expect(14);\n node.test = expr;\n node.consequent = consequent;\n node.alternate = this.forwardNoArrowParamsConversionAt(node, () => this.parseMaybeAssign(undefined, undefined));\n return this.finishNode(node, \"ConditionalExpression\");\n }\n tryParseConditionalConsequent() {\n this.state.noArrowParamsConversionAt.push(this.state.start);\n const consequent = this.parseMaybeAssignAllowIn();\n const failed = !this.match(14);\n this.state.noArrowParamsConversionAt.pop();\n return {\n consequent,\n failed\n };\n }\n getArrowLikeExpressions(node, disallowInvalid) {\n const stack = [node];\n const arrows = [];\n while (stack.length !== 0) {\n const node = stack.pop();\n if (node.type === \"ArrowFunctionExpression\" && node.body.type !== \"BlockStatement\") {\n if (node.typeParameters || !node.returnType) {\n this.finishArrowValidation(node);\n } else {\n arrows.push(node);\n }\n stack.push(node.body);\n } else if (node.type === \"ConditionalExpression\") {\n stack.push(node.consequent);\n stack.push(node.alternate);\n }\n }\n if (disallowInvalid) {\n arrows.forEach(node => this.finishArrowValidation(node));\n return [arrows, []];\n }\n return partition(arrows, node => node.params.every(param => this.isAssignable(param, true)));\n }\n finishArrowValidation(node) {\n var _node$extra;\n this.toAssignableList(node.params, (_node$extra = node.extra) == null ? void 0 : _node$extra.trailingCommaLoc, false);\n this.scope.enter(514 | 4);\n super.checkParams(node, false, true);\n this.scope.exit();\n }\n forwardNoArrowParamsConversionAt(node, parse) {\n let result;\n if (this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(node.start))) {\n this.state.noArrowParamsConversionAt.push(this.state.start);\n result = parse();\n this.state.noArrowParamsConversionAt.pop();\n } else {\n result = parse();\n }\n return result;\n }\n parseParenItem(node, startLoc) {\n const newNode = super.parseParenItem(node, startLoc);\n if (this.eat(17)) {\n newNode.optional = true;\n this.resetEndLocation(node);\n }\n if (this.match(14)) {\n const typeCastNode = this.startNodeAt(startLoc);\n typeCastNode.expression = newNode;\n typeCastNode.typeAnnotation = this.flowParseTypeAnnotation();\n return this.finishNode(typeCastNode, \"TypeCastExpression\");\n }\n return newNode;\n }\n assertModuleNodeAllowed(node) {\n if (node.type === \"ImportDeclaration\" && (node.importKind === \"type\" || node.importKind === \"typeof\") || node.type === \"ExportNamedDeclaration\" && node.exportKind === \"type\" || node.type === \"ExportAllDeclaration\" && node.exportKind === \"type\") {\n return;\n }\n super.assertModuleNodeAllowed(node);\n }\n parseExportDeclaration(node) {\n if (this.isContextual(130)) {\n node.exportKind = \"type\";\n const declarationNode = this.startNode();\n this.next();\n if (this.match(5)) {\n node.specifiers = this.parseExportSpecifiers(true);\n super.parseExportFrom(node);\n return null;\n } else {\n return this.flowParseTypeAlias(declarationNode);\n }\n } else if (this.isContextual(131)) {\n node.exportKind = \"type\";\n const declarationNode = this.startNode();\n this.next();\n return this.flowParseOpaqueType(declarationNode, false);\n } else if (this.isContextual(129)) {\n node.exportKind = \"type\";\n const declarationNode = this.startNode();\n this.next();\n return this.flowParseInterface(declarationNode);\n } else if (this.isContextual(126)) {\n node.exportKind = \"value\";\n const declarationNode = this.startNode();\n this.next();\n return this.flowParseEnumDeclaration(declarationNode);\n } else {\n return super.parseExportDeclaration(node);\n }\n }\n eatExportStar(node) {\n if (super.eatExportStar(node)) return true;\n if (this.isContextual(130) && this.lookahead().type === 55) {\n node.exportKind = \"type\";\n this.next();\n this.next();\n return true;\n }\n return false;\n }\n maybeParseExportNamespaceSpecifier(node) {\n const {\n startLoc\n } = this.state;\n const hasNamespace = super.maybeParseExportNamespaceSpecifier(node);\n if (hasNamespace && node.exportKind === \"type\") {\n this.unexpected(startLoc);\n }\n return hasNamespace;\n }\n parseClassId(node, isStatement, optionalId) {\n super.parseClassId(node, isStatement, optionalId);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n }\n }\n parseClassMember(classBody, member, state) {\n const {\n startLoc\n } = this.state;\n if (this.isContextual(125)) {\n if (super.parseClassMemberFromModifier(classBody, member)) {\n return;\n }\n member.declare = true;\n }\n super.parseClassMember(classBody, member, state);\n if (member.declare) {\n if (member.type !== \"ClassProperty\" && member.type !== \"ClassPrivateProperty\" && member.type !== \"PropertyDefinition\") {\n this.raise(FlowErrors.DeclareClassElement, startLoc);\n } else if (member.value) {\n this.raise(FlowErrors.DeclareClassFieldInitializer, member.value);\n }\n }\n }\n isIterator(word) {\n return word === \"iterator\" || word === \"asyncIterator\";\n }\n readIterator() {\n const word = super.readWord1();\n const fullWord = \"@@\" + word;\n if (!this.isIterator(word) || !this.state.inType) {\n this.raise(Errors.InvalidIdentifier, this.state.curPosition(), {\n identifierName: fullWord\n });\n }\n this.finishToken(132, fullWord);\n }\n getTokenFromCode(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (code === 123 && next === 124) {\n this.finishOp(6, 2);\n } else if (this.state.inType && (code === 62 || code === 60)) {\n this.finishOp(code === 62 ? 48 : 47, 1);\n } else if (this.state.inType && code === 63) {\n if (next === 46) {\n this.finishOp(18, 2);\n } else {\n this.finishOp(17, 1);\n }\n } else if (isIteratorStart(code, next, this.input.charCodeAt(this.state.pos + 2))) {\n this.state.pos += 2;\n this.readIterator();\n } else {\n super.getTokenFromCode(code);\n }\n }\n isAssignable(node, isBinding) {\n if (node.type === \"TypeCastExpression\") {\n return this.isAssignable(node.expression, isBinding);\n } else {\n return super.isAssignable(node, isBinding);\n }\n }\n toAssignable(node, isLHS = false) {\n if (!isLHS && node.type === \"AssignmentExpression\" && node.left.type === \"TypeCastExpression\") {\n node.left = this.typeCastToParameter(node.left);\n }\n super.toAssignable(node, isLHS);\n }\n toAssignableList(exprList, trailingCommaLoc, isLHS) {\n for (let i = 0; i < exprList.length; i++) {\n const expr = exprList[i];\n if ((expr == null ? void 0 : expr.type) === \"TypeCastExpression\") {\n exprList[i] = this.typeCastToParameter(expr);\n }\n }\n super.toAssignableList(exprList, trailingCommaLoc, isLHS);\n }\n toReferencedList(exprList, isParenthesizedExpr) {\n for (let i = 0; i < exprList.length; i++) {\n var _expr$extra;\n const expr = exprList[i];\n if (expr && expr.type === \"TypeCastExpression\" && !((_expr$extra = expr.extra) != null && _expr$extra.parenthesized) && (exprList.length > 1 || !isParenthesizedExpr)) {\n this.raise(FlowErrors.TypeCastInPattern, expr.typeAnnotation);\n }\n }\n return exprList;\n }\n parseArrayLike(close, isTuple, refExpressionErrors) {\n const node = super.parseArrayLike(close, isTuple, refExpressionErrors);\n if (refExpressionErrors != null && !this.state.maybeInArrowParameters) {\n this.toReferencedList(node.elements);\n }\n return node;\n }\n isValidLVal(type, disallowCallExpression, isParenthesized, binding) {\n return type === \"TypeCastExpression\" || super.isValidLVal(type, disallowCallExpression, isParenthesized, binding);\n }\n parseClassProperty(node) {\n if (this.match(14)) {\n node.typeAnnotation = this.flowParseTypeAnnotation();\n }\n return super.parseClassProperty(node);\n }\n parseClassPrivateProperty(node) {\n if (this.match(14)) {\n node.typeAnnotation = this.flowParseTypeAnnotation();\n }\n return super.parseClassPrivateProperty(node);\n }\n isClassMethod() {\n return this.match(47) || super.isClassMethod();\n }\n isClassProperty() {\n return this.match(14) || super.isClassProperty();\n }\n isNonstaticConstructor(method) {\n return !this.match(14) && super.isNonstaticConstructor(method);\n }\n pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) {\n if (method.variance) {\n this.unexpected(method.variance.loc.start);\n }\n delete method.variance;\n if (this.match(47)) {\n method.typeParameters = this.flowParseTypeParameterDeclaration();\n }\n super.pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper);\n if (method.params && isConstructor) {\n const params = method.params;\n if (params.length > 0 && this.isThisParam(params[0])) {\n this.raise(FlowErrors.ThisParamBannedInConstructor, method);\n }\n } else if (method.type === \"MethodDefinition\" && isConstructor && method.value.params) {\n const params = method.value.params;\n if (params.length > 0 && this.isThisParam(params[0])) {\n this.raise(FlowErrors.ThisParamBannedInConstructor, method);\n }\n }\n }\n pushClassPrivateMethod(classBody, method, isGenerator, isAsync) {\n if (method.variance) {\n this.unexpected(method.variance.loc.start);\n }\n delete method.variance;\n if (this.match(47)) {\n method.typeParameters = this.flowParseTypeParameterDeclaration();\n }\n super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync);\n }\n parseClassSuper(node) {\n super.parseClassSuper(node);\n if (node.superClass && (this.match(47) || this.match(51))) {\n node.superTypeParameters = this.flowParseTypeParameterInstantiationInExpression();\n }\n if (this.isContextual(113)) {\n this.next();\n const implemented = node.implements = [];\n do {\n const node = this.startNode();\n node.id = this.flowParseRestrictedIdentifier(true);\n if (this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterInstantiation();\n } else {\n node.typeParameters = null;\n }\n implemented.push(this.finishNode(node, \"ClassImplements\"));\n } while (this.eat(12));\n }\n }\n checkGetterSetterParams(method) {\n super.checkGetterSetterParams(method);\n const params = this.getObjectOrClassMethodParams(method);\n if (params.length > 0) {\n const param = params[0];\n if (this.isThisParam(param) && method.kind === \"get\") {\n this.raise(FlowErrors.GetterMayNotHaveThisParam, param);\n } else if (this.isThisParam(param)) {\n this.raise(FlowErrors.SetterMayNotHaveThisParam, param);\n }\n }\n }\n parsePropertyNamePrefixOperator(node) {\n node.variance = this.flowParseVariance();\n }\n parseObjPropValue(prop, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors) {\n if (prop.variance) {\n this.unexpected(prop.variance.loc.start);\n }\n delete prop.variance;\n let typeParameters;\n if (this.match(47) && !isAccessor) {\n typeParameters = this.flowParseTypeParameterDeclaration();\n if (!this.match(10)) this.unexpected();\n }\n const result = super.parseObjPropValue(prop, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors);\n if (typeParameters) {\n (result.value || result).typeParameters = typeParameters;\n }\n return result;\n }\n parseFunctionParamType(param) {\n if (this.eat(17)) {\n if (param.type !== \"Identifier\") {\n this.raise(FlowErrors.PatternIsOptional, param);\n }\n if (this.isThisParam(param)) {\n this.raise(FlowErrors.ThisParamMayNotBeOptional, param);\n }\n param.optional = true;\n }\n if (this.match(14)) {\n param.typeAnnotation = this.flowParseTypeAnnotation();\n } else if (this.isThisParam(param)) {\n this.raise(FlowErrors.ThisParamAnnotationRequired, param);\n }\n if (this.match(29) && this.isThisParam(param)) {\n this.raise(FlowErrors.ThisParamNoDefault, param);\n }\n this.resetEndLocation(param);\n return param;\n }\n parseMaybeDefault(startLoc, left) {\n const node = super.parseMaybeDefault(startLoc, left);\n if (node.type === \"AssignmentPattern\" && node.typeAnnotation && node.right.start < node.typeAnnotation.start) {\n this.raise(FlowErrors.TypeBeforeInitializer, node.typeAnnotation);\n }\n return node;\n }\n checkImportReflection(node) {\n super.checkImportReflection(node);\n if (node.module && node.importKind !== \"value\") {\n this.raise(FlowErrors.ImportReflectionHasImportType, node.specifiers[0].loc.start);\n }\n }\n parseImportSpecifierLocal(node, specifier, type) {\n specifier.local = hasTypeImportKind(node) ? this.flowParseRestrictedIdentifier(true, true) : this.parseIdentifier();\n node.specifiers.push(this.finishImportSpecifier(specifier, type));\n }\n isPotentialImportPhase(isExport) {\n if (super.isPotentialImportPhase(isExport)) return true;\n if (this.isContextual(130)) {\n if (!isExport) return true;\n const ch = this.lookaheadCharCode();\n return ch === 123 || ch === 42;\n }\n return !isExport && this.isContextual(87);\n }\n applyImportPhase(node, isExport, phase, loc) {\n super.applyImportPhase(node, isExport, phase, loc);\n if (isExport) {\n if (!phase && this.match(65)) {\n return;\n }\n node.exportKind = phase === \"type\" ? phase : \"value\";\n } else {\n if (phase === \"type\" && this.match(55)) this.unexpected();\n node.importKind = phase === \"type\" || phase === \"typeof\" ? phase : \"value\";\n }\n }\n parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly, bindingType) {\n const firstIdent = specifier.imported;\n let specifierTypeKind = null;\n if (firstIdent.type === \"Identifier\") {\n if (firstIdent.name === \"type\") {\n specifierTypeKind = \"type\";\n } else if (firstIdent.name === \"typeof\") {\n specifierTypeKind = \"typeof\";\n }\n }\n let isBinding = false;\n if (this.isContextual(93) && !this.isLookaheadContextual(\"as\")) {\n const as_ident = this.parseIdentifier(true);\n if (specifierTypeKind !== null && !tokenIsKeywordOrIdentifier(this.state.type)) {\n specifier.imported = as_ident;\n specifier.importKind = specifierTypeKind;\n specifier.local = this.cloneIdentifier(as_ident);\n } else {\n specifier.imported = firstIdent;\n specifier.importKind = null;\n specifier.local = this.parseIdentifier();\n }\n } else {\n if (specifierTypeKind !== null && tokenIsKeywordOrIdentifier(this.state.type)) {\n specifier.imported = this.parseIdentifier(true);\n specifier.importKind = specifierTypeKind;\n } else {\n if (importedIsString) {\n throw this.raise(Errors.ImportBindingIsString, specifier, {\n importName: firstIdent.value\n });\n }\n specifier.imported = firstIdent;\n specifier.importKind = null;\n }\n if (this.eatContextual(93)) {\n specifier.local = this.parseIdentifier();\n } else {\n isBinding = true;\n specifier.local = this.cloneIdentifier(specifier.imported);\n }\n }\n const specifierIsTypeImport = hasTypeImportKind(specifier);\n if (isInTypeOnlyImport && specifierIsTypeImport) {\n this.raise(FlowErrors.ImportTypeShorthandOnlyInPureImport, specifier);\n }\n if (isInTypeOnlyImport || specifierIsTypeImport) {\n this.checkReservedType(specifier.local.name, specifier.local.loc.start, true);\n }\n if (isBinding && !isInTypeOnlyImport && !specifierIsTypeImport) {\n this.checkReservedWord(specifier.local.name, specifier.loc.start, true, true);\n }\n return this.finishImportSpecifier(specifier, \"ImportSpecifier\");\n }\n parseBindingAtom() {\n switch (this.state.type) {\n case 78:\n return this.parseIdentifier(true);\n default:\n return super.parseBindingAtom();\n }\n }\n parseFunctionParams(node, isConstructor) {\n const kind = node.kind;\n if (kind !== \"get\" && kind !== \"set\" && this.match(47)) {\n node.typeParameters = this.flowParseTypeParameterDeclaration();\n }\n super.parseFunctionParams(node, isConstructor);\n }\n parseVarId(decl, kind) {\n super.parseVarId(decl, kind);\n if (this.match(14)) {\n decl.id.typeAnnotation = this.flowParseTypeAnnotation();\n this.resetEndLocation(decl.id);\n }\n }\n parseAsyncArrowFromCallExpression(node, call) {\n if (this.match(14)) {\n const oldNoAnonFunctionType = this.state.noAnonFunctionType;\n this.state.noAnonFunctionType = true;\n node.returnType = this.flowParseTypeAnnotation();\n this.state.noAnonFunctionType = oldNoAnonFunctionType;\n }\n return super.parseAsyncArrowFromCallExpression(node, call);\n }\n shouldParseAsyncArrow() {\n return this.match(14) || super.shouldParseAsyncArrow();\n }\n parseMaybeAssign(refExpressionErrors, afterLeftParse) {\n var _jsx;\n let state = null;\n let jsx;\n if (this.hasPlugin(\"jsx\") && (this.match(143) || this.match(47))) {\n state = this.state.clone();\n jsx = this.tryParse(() => super.parseMaybeAssign(refExpressionErrors, afterLeftParse), state);\n if (!jsx.error) return jsx.node;\n const {\n context\n } = this.state;\n const currentContext = context[context.length - 1];\n if (currentContext === types.j_oTag || currentContext === types.j_expr) {\n context.pop();\n }\n }\n if ((_jsx = jsx) != null && _jsx.error || this.match(47)) {\n var _jsx2, _jsx3;\n state = state || this.state.clone();\n let typeParameters;\n const arrow = this.tryParse(abort => {\n var _arrowExpression$extr;\n typeParameters = this.flowParseTypeParameterDeclaration();\n const arrowExpression = this.forwardNoArrowParamsConversionAt(typeParameters, () => {\n const result = super.parseMaybeAssign(refExpressionErrors, afterLeftParse);\n this.resetStartLocationFromNode(result, typeParameters);\n return result;\n });\n if ((_arrowExpression$extr = arrowExpression.extra) != null && _arrowExpression$extr.parenthesized) abort();\n const expr = this.maybeUnwrapTypeCastExpression(arrowExpression);\n if (expr.type !== \"ArrowFunctionExpression\") abort();\n expr.typeParameters = typeParameters;\n this.resetStartLocationFromNode(expr, typeParameters);\n return arrowExpression;\n }, state);\n let arrowExpression = null;\n if (arrow.node && this.maybeUnwrapTypeCastExpression(arrow.node).type === \"ArrowFunctionExpression\") {\n if (!arrow.error && !arrow.aborted) {\n if (arrow.node.async) {\n this.raise(FlowErrors.UnexpectedTypeParameterBeforeAsyncArrowFunction, typeParameters);\n }\n return arrow.node;\n }\n arrowExpression = arrow.node;\n }\n if ((_jsx2 = jsx) != null && _jsx2.node) {\n this.state = jsx.failState;\n return jsx.node;\n }\n if (arrowExpression) {\n this.state = arrow.failState;\n return arrowExpression;\n }\n if ((_jsx3 = jsx) != null && _jsx3.thrown) throw jsx.error;\n if (arrow.thrown) throw arrow.error;\n throw this.raise(FlowErrors.UnexpectedTokenAfterTypeParameter, typeParameters);\n }\n return super.parseMaybeAssign(refExpressionErrors, afterLeftParse);\n }\n parseArrow(node) {\n if (this.match(14)) {\n const result = this.tryParse(() => {\n const oldNoAnonFunctionType = this.state.noAnonFunctionType;\n this.state.noAnonFunctionType = true;\n const typeNode = this.startNode();\n [typeNode.typeAnnotation, node.predicate] = this.flowParseTypeAndPredicateInitialiser();\n this.state.noAnonFunctionType = oldNoAnonFunctionType;\n if (this.canInsertSemicolon()) this.unexpected();\n if (!this.match(19)) this.unexpected();\n return typeNode;\n });\n if (result.thrown) return null;\n if (result.error) this.state = result.failState;\n node.returnType = result.node.typeAnnotation ? this.finishNode(result.node, \"TypeAnnotation\") : null;\n }\n return super.parseArrow(node);\n }\n shouldParseArrow(params) {\n return this.match(14) || super.shouldParseArrow(params);\n }\n setArrowFunctionParameters(node, params) {\n if (this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(node.start))) {\n node.params = params;\n } else {\n super.setArrowFunctionParameters(node, params);\n }\n }\n checkParams(node, allowDuplicates, isArrowFunction, strictModeChanged = true) {\n if (isArrowFunction && this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(node.start))) {\n return;\n }\n for (let i = 0; i < node.params.length; i++) {\n if (this.isThisParam(node.params[i]) && i > 0) {\n this.raise(FlowErrors.ThisParamMustBeFirst, node.params[i]);\n }\n }\n super.checkParams(node, allowDuplicates, isArrowFunction, strictModeChanged);\n }\n parseParenAndDistinguishExpression(canBeArrow) {\n return super.parseParenAndDistinguishExpression(canBeArrow && !this.state.noArrowAt.includes(this.sourceToOffsetPos(this.state.start)));\n }\n parseSubscripts(base, startLoc, noCalls) {\n if (base.type === \"Identifier\" && base.name === \"async\" && this.state.noArrowAt.includes(startLoc.index)) {\n this.next();\n const node = this.startNodeAt(startLoc);\n node.callee = base;\n node.arguments = super.parseCallExpressionArguments();\n base = this.finishNode(node, \"CallExpression\");\n } else if (base.type === \"Identifier\" && base.name === \"async\" && this.match(47)) {\n const state = this.state.clone();\n const arrow = this.tryParse(abort => this.parseAsyncArrowWithTypeParameters(startLoc) || abort(), state);\n if (!arrow.error && !arrow.aborted) return arrow.node;\n const result = this.tryParse(() => super.parseSubscripts(base, startLoc, noCalls), state);\n if (result.node && !result.error) return result.node;\n if (arrow.node) {\n this.state = arrow.failState;\n return arrow.node;\n }\n if (result.node) {\n this.state = result.failState;\n return result.node;\n }\n throw arrow.error || result.error;\n }\n return super.parseSubscripts(base, startLoc, noCalls);\n }\n parseSubscript(base, startLoc, noCalls, subscriptState) {\n if (this.match(18) && this.isLookaheadToken_lt()) {\n subscriptState.optionalChainMember = true;\n if (noCalls) {\n subscriptState.stop = true;\n return base;\n }\n this.next();\n const node = this.startNodeAt(startLoc);\n node.callee = base;\n node.typeArguments = this.flowParseTypeParameterInstantiationInExpression();\n this.expect(10);\n node.arguments = this.parseCallExpressionArguments();\n node.optional = true;\n return this.finishCallExpression(node, true);\n } else if (!noCalls && this.shouldParseTypes() && (this.match(47) || this.match(51))) {\n const node = this.startNodeAt(startLoc);\n node.callee = base;\n const result = this.tryParse(() => {\n node.typeArguments = this.flowParseTypeParameterInstantiationCallOrNew();\n this.expect(10);\n node.arguments = super.parseCallExpressionArguments();\n if (subscriptState.optionalChainMember) {\n node.optional = false;\n }\n return this.finishCallExpression(node, subscriptState.optionalChainMember);\n });\n if (result.node) {\n if (result.error) this.state = result.failState;\n return result.node;\n }\n }\n return super.parseSubscript(base, startLoc, noCalls, subscriptState);\n }\n parseNewCallee(node) {\n super.parseNewCallee(node);\n let targs = null;\n if (this.shouldParseTypes() && this.match(47)) {\n targs = this.tryParse(() => this.flowParseTypeParameterInstantiationCallOrNew()).node;\n }\n node.typeArguments = targs;\n }\n parseAsyncArrowWithTypeParameters(startLoc) {\n const node = this.startNodeAt(startLoc);\n this.parseFunctionParams(node, false);\n if (!this.parseArrow(node)) return;\n return super.parseArrowExpression(node, undefined, true);\n }\n readToken_mult_modulo(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (code === 42 && next === 47 && this.state.hasFlowComment) {\n this.state.hasFlowComment = false;\n this.state.pos += 2;\n this.nextToken();\n return;\n }\n super.readToken_mult_modulo(code);\n }\n readToken_pipe_amp(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (code === 124 && next === 125) {\n this.finishOp(9, 2);\n return;\n }\n super.readToken_pipe_amp(code);\n }\n parseTopLevel(file, program) {\n const fileNode = super.parseTopLevel(file, program);\n if (this.state.hasFlowComment) {\n this.raise(FlowErrors.UnterminatedFlowComment, this.state.curPosition());\n }\n return fileNode;\n }\n skipBlockComment() {\n if (this.hasPlugin(\"flowComments\") && this.skipFlowComment()) {\n if (this.state.hasFlowComment) {\n throw this.raise(FlowErrors.NestedFlowComment, this.state.startLoc);\n }\n this.hasFlowCommentCompletion();\n const commentSkip = this.skipFlowComment();\n if (commentSkip) {\n this.state.pos += commentSkip;\n this.state.hasFlowComment = true;\n }\n return;\n }\n return super.skipBlockComment(this.state.hasFlowComment ? \"*-/\" : \"*/\");\n }\n skipFlowComment() {\n const {\n pos\n } = this.state;\n let shiftToFirstNonWhiteSpace = 2;\n while ([32, 9].includes(this.input.charCodeAt(pos + shiftToFirstNonWhiteSpace))) {\n shiftToFirstNonWhiteSpace++;\n }\n const ch2 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos);\n const ch3 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos + 1);\n if (ch2 === 58 && ch3 === 58) {\n return shiftToFirstNonWhiteSpace + 2;\n }\n if (this.input.slice(shiftToFirstNonWhiteSpace + pos, shiftToFirstNonWhiteSpace + pos + 12) === \"flow-include\") {\n return shiftToFirstNonWhiteSpace + 12;\n }\n if (ch2 === 58 && ch3 !== 58) {\n return shiftToFirstNonWhiteSpace;\n }\n return false;\n }\n hasFlowCommentCompletion() {\n const end = this.input.indexOf(\"*/\", this.state.pos);\n if (end === -1) {\n throw this.raise(Errors.UnterminatedComment, this.state.curPosition());\n }\n }\n flowEnumErrorBooleanMemberNotInitialized(loc, {\n enumName,\n memberName\n }) {\n this.raise(FlowErrors.EnumBooleanMemberNotInitialized, loc, {\n memberName,\n enumName\n });\n }\n flowEnumErrorInvalidMemberInitializer(loc, enumContext) {\n return this.raise(!enumContext.explicitType ? FlowErrors.EnumInvalidMemberInitializerUnknownType : enumContext.explicitType === \"symbol\" ? FlowErrors.EnumInvalidMemberInitializerSymbolType : FlowErrors.EnumInvalidMemberInitializerPrimaryType, loc, enumContext);\n }\n flowEnumErrorNumberMemberNotInitialized(loc, details) {\n this.raise(FlowErrors.EnumNumberMemberNotInitialized, loc, details);\n }\n flowEnumErrorStringMemberInconsistentlyInitialized(node, details) {\n this.raise(FlowErrors.EnumStringMemberInconsistentlyInitialized, node, details);\n }\n flowEnumMemberInit() {\n const startLoc = this.state.startLoc;\n const endOfInit = () => this.match(12) || this.match(8);\n switch (this.state.type) {\n case 135:\n {\n const literal = this.parseNumericLiteral(this.state.value);\n if (endOfInit()) {\n return {\n type: \"number\",\n loc: literal.loc.start,\n value: literal\n };\n }\n return {\n type: \"invalid\",\n loc: startLoc\n };\n }\n case 134:\n {\n const literal = this.parseStringLiteral(this.state.value);\n if (endOfInit()) {\n return {\n type: \"string\",\n loc: literal.loc.start,\n value: literal\n };\n }\n return {\n type: \"invalid\",\n loc: startLoc\n };\n }\n case 85:\n case 86:\n {\n const literal = this.parseBooleanLiteral(this.match(85));\n if (endOfInit()) {\n return {\n type: \"boolean\",\n loc: literal.loc.start,\n value: literal\n };\n }\n return {\n type: \"invalid\",\n loc: startLoc\n };\n }\n default:\n return {\n type: \"invalid\",\n loc: startLoc\n };\n }\n }\n flowEnumMemberRaw() {\n const loc = this.state.startLoc;\n const id = this.parseIdentifier(true);\n const init = this.eat(29) ? this.flowEnumMemberInit() : {\n type: \"none\",\n loc\n };\n return {\n id,\n init\n };\n }\n flowEnumCheckExplicitTypeMismatch(loc, context, expectedType) {\n const {\n explicitType\n } = context;\n if (explicitType === null) {\n return;\n }\n if (explicitType !== expectedType) {\n this.flowEnumErrorInvalidMemberInitializer(loc, context);\n }\n }\n flowEnumMembers({\n enumName,\n explicitType\n }) {\n const seenNames = new Set();\n const members = {\n booleanMembers: [],\n numberMembers: [],\n stringMembers: [],\n defaultedMembers: []\n };\n let hasUnknownMembers = false;\n while (!this.match(8)) {\n if (this.eat(21)) {\n hasUnknownMembers = true;\n break;\n }\n const memberNode = this.startNode();\n const {\n id,\n init\n } = this.flowEnumMemberRaw();\n const memberName = id.name;\n if (memberName === \"\") {\n continue;\n }\n if (/^[a-z]/.test(memberName)) {\n this.raise(FlowErrors.EnumInvalidMemberName, id, {\n memberName,\n suggestion: memberName[0].toUpperCase() + memberName.slice(1),\n enumName\n });\n }\n if (seenNames.has(memberName)) {\n this.raise(FlowErrors.EnumDuplicateMemberName, id, {\n memberName,\n enumName\n });\n }\n seenNames.add(memberName);\n const context = {\n enumName,\n explicitType,\n memberName\n };\n memberNode.id = id;\n switch (init.type) {\n case \"boolean\":\n {\n this.flowEnumCheckExplicitTypeMismatch(init.loc, context, \"boolean\");\n memberNode.init = init.value;\n members.booleanMembers.push(this.finishNode(memberNode, \"EnumBooleanMember\"));\n break;\n }\n case \"number\":\n {\n this.flowEnumCheckExplicitTypeMismatch(init.loc, context, \"number\");\n memberNode.init = init.value;\n members.numberMembers.push(this.finishNode(memberNode, \"EnumNumberMember\"));\n break;\n }\n case \"string\":\n {\n this.flowEnumCheckExplicitTypeMismatch(init.loc, context, \"string\");\n memberNode.init = init.value;\n members.stringMembers.push(this.finishNode(memberNode, \"EnumStringMember\"));\n break;\n }\n case \"invalid\":\n {\n throw this.flowEnumErrorInvalidMemberInitializer(init.loc, context);\n }\n case \"none\":\n {\n switch (explicitType) {\n case \"boolean\":\n this.flowEnumErrorBooleanMemberNotInitialized(init.loc, context);\n break;\n case \"number\":\n this.flowEnumErrorNumberMemberNotInitialized(init.loc, context);\n break;\n default:\n members.defaultedMembers.push(this.finishNode(memberNode, \"EnumDefaultedMember\"));\n }\n }\n }\n if (!this.match(8)) {\n this.expect(12);\n }\n }\n return {\n members,\n hasUnknownMembers\n };\n }\n flowEnumStringMembers(initializedMembers, defaultedMembers, {\n enumName\n }) {\n if (initializedMembers.length === 0) {\n return defaultedMembers;\n } else if (defaultedMembers.length === 0) {\n return initializedMembers;\n } else if (defaultedMembers.length > initializedMembers.length) {\n for (const member of initializedMembers) {\n this.flowEnumErrorStringMemberInconsistentlyInitialized(member, {\n enumName\n });\n }\n return defaultedMembers;\n } else {\n for (const member of defaultedMembers) {\n this.flowEnumErrorStringMemberInconsistentlyInitialized(member, {\n enumName\n });\n }\n return initializedMembers;\n }\n }\n flowEnumParseExplicitType({\n enumName\n }) {\n if (!this.eatContextual(102)) return null;\n if (!tokenIsIdentifier(this.state.type)) {\n throw this.raise(FlowErrors.EnumInvalidExplicitTypeUnknownSupplied, this.state.startLoc, {\n enumName\n });\n }\n const {\n value\n } = this.state;\n this.next();\n if (value !== \"boolean\" && value !== \"number\" && value !== \"string\" && value !== \"symbol\") {\n this.raise(FlowErrors.EnumInvalidExplicitType, this.state.startLoc, {\n enumName,\n invalidEnumType: value\n });\n }\n return value;\n }\n flowEnumBody(node, id) {\n const enumName = id.name;\n const nameLoc = id.loc.start;\n const explicitType = this.flowEnumParseExplicitType({\n enumName\n });\n this.expect(5);\n const {\n members,\n hasUnknownMembers\n } = this.flowEnumMembers({\n enumName,\n explicitType\n });\n node.hasUnknownMembers = hasUnknownMembers;\n switch (explicitType) {\n case \"boolean\":\n node.explicitType = true;\n node.members = members.booleanMembers;\n this.expect(8);\n return this.finishNode(node, \"EnumBooleanBody\");\n case \"number\":\n node.explicitType = true;\n node.members = members.numberMembers;\n this.expect(8);\n return this.finishNode(node, \"EnumNumberBody\");\n case \"string\":\n node.explicitType = true;\n node.members = this.flowEnumStringMembers(members.stringMembers, members.defaultedMembers, {\n enumName\n });\n this.expect(8);\n return this.finishNode(node, \"EnumStringBody\");\n case \"symbol\":\n node.members = members.defaultedMembers;\n this.expect(8);\n return this.finishNode(node, \"EnumSymbolBody\");\n default:\n {\n const empty = () => {\n node.members = [];\n this.expect(8);\n return this.finishNode(node, \"EnumStringBody\");\n };\n node.explicitType = false;\n const boolsLen = members.booleanMembers.length;\n const numsLen = members.numberMembers.length;\n const strsLen = members.stringMembers.length;\n const defaultedLen = members.defaultedMembers.length;\n if (!boolsLen && !numsLen && !strsLen && !defaultedLen) {\n return empty();\n } else if (!boolsLen && !numsLen) {\n node.members = this.flowEnumStringMembers(members.stringMembers, members.defaultedMembers, {\n enumName\n });\n this.expect(8);\n return this.finishNode(node, \"EnumStringBody\");\n } else if (!numsLen && !strsLen && boolsLen >= defaultedLen) {\n for (const member of members.defaultedMembers) {\n this.flowEnumErrorBooleanMemberNotInitialized(member.loc.start, {\n enumName,\n memberName: member.id.name\n });\n }\n node.members = members.booleanMembers;\n this.expect(8);\n return this.finishNode(node, \"EnumBooleanBody\");\n } else if (!boolsLen && !strsLen && numsLen >= defaultedLen) {\n for (const member of members.defaultedMembers) {\n this.flowEnumErrorNumberMemberNotInitialized(member.loc.start, {\n enumName,\n memberName: member.id.name\n });\n }\n node.members = members.numberMembers;\n this.expect(8);\n return this.finishNode(node, \"EnumNumberBody\");\n } else {\n this.raise(FlowErrors.EnumInconsistentMemberValues, nameLoc, {\n enumName\n });\n return empty();\n }\n }\n }\n }\n flowParseEnumDeclaration(node) {\n const id = this.parseIdentifier();\n node.id = id;\n node.body = this.flowEnumBody(this.startNode(), id);\n return this.finishNode(node, \"EnumDeclaration\");\n }\n jsxParseOpeningElementAfterName(node) {\n if (this.shouldParseTypes()) {\n if (this.match(47) || this.match(51)) {\n node.typeArguments = this.flowParseTypeParameterInstantiationInExpression();\n }\n }\n return super.jsxParseOpeningElementAfterName(node);\n }\n isLookaheadToken_lt() {\n const next = this.nextTokenStart();\n if (this.input.charCodeAt(next) === 60) {\n const afterNext = this.input.charCodeAt(next + 1);\n return afterNext !== 60 && afterNext !== 61;\n }\n return false;\n }\n reScan_lt_gt() {\n const {\n type\n } = this.state;\n if (type === 47) {\n this.state.pos -= 1;\n this.readToken_lt();\n } else if (type === 48) {\n this.state.pos -= 1;\n this.readToken_gt();\n }\n }\n reScan_lt() {\n const {\n type\n } = this.state;\n if (type === 51) {\n this.state.pos -= 2;\n this.finishOp(47, 1);\n return 47;\n }\n return type;\n }\n maybeUnwrapTypeCastExpression(node) {\n return node.type === \"TypeCastExpression\" ? node.expression : node;\n }\n};\nconst entities = {\n __proto__: null,\n quot: \"\\u0022\",\n amp: \"&\",\n apos: \"\\u0027\",\n lt: \"<\",\n gt: \">\",\n nbsp: \"\\u00A0\",\n iexcl: \"\\u00A1\",\n cent: \"\\u00A2\",\n pound: \"\\u00A3\",\n curren: \"\\u00A4\",\n yen: \"\\u00A5\",\n brvbar: \"\\u00A6\",\n sect: \"\\u00A7\",\n uml: \"\\u00A8\",\n copy: \"\\u00A9\",\n ordf: \"\\u00AA\",\n laquo: \"\\u00AB\",\n not: \"\\u00AC\",\n shy: \"\\u00AD\",\n reg: \"\\u00AE\",\n macr: \"\\u00AF\",\n deg: \"\\u00B0\",\n plusmn: \"\\u00B1\",\n sup2: \"\\u00B2\",\n sup3: \"\\u00B3\",\n acute: \"\\u00B4\",\n micro: \"\\u00B5\",\n para: \"\\u00B6\",\n middot: \"\\u00B7\",\n cedil: \"\\u00B8\",\n sup1: \"\\u00B9\",\n ordm: \"\\u00BA\",\n raquo: \"\\u00BB\",\n frac14: \"\\u00BC\",\n frac12: \"\\u00BD\",\n frac34: \"\\u00BE\",\n iquest: \"\\u00BF\",\n Agrave: \"\\u00C0\",\n Aacute: \"\\u00C1\",\n Acirc: \"\\u00C2\",\n Atilde: \"\\u00C3\",\n Auml: \"\\u00C4\",\n Aring: \"\\u00C5\",\n AElig: \"\\u00C6\",\n Ccedil: \"\\u00C7\",\n Egrave: \"\\u00C8\",\n Eacute: \"\\u00C9\",\n Ecirc: \"\\u00CA\",\n Euml: \"\\u00CB\",\n Igrave: \"\\u00CC\",\n Iacute: \"\\u00CD\",\n Icirc: \"\\u00CE\",\n Iuml: \"\\u00CF\",\n ETH: \"\\u00D0\",\n Ntilde: \"\\u00D1\",\n Ograve: \"\\u00D2\",\n Oacute: \"\\u00D3\",\n Ocirc: \"\\u00D4\",\n Otilde: \"\\u00D5\",\n Ouml: \"\\u00D6\",\n times: \"\\u00D7\",\n Oslash: \"\\u00D8\",\n Ugrave: \"\\u00D9\",\n Uacute: \"\\u00DA\",\n Ucirc: \"\\u00DB\",\n Uuml: \"\\u00DC\",\n Yacute: \"\\u00DD\",\n THORN: \"\\u00DE\",\n szlig: \"\\u00DF\",\n agrave: \"\\u00E0\",\n aacute: \"\\u00E1\",\n acirc: \"\\u00E2\",\n atilde: \"\\u00E3\",\n auml: \"\\u00E4\",\n aring: \"\\u00E5\",\n aelig: \"\\u00E6\",\n ccedil: \"\\u00E7\",\n egrave: \"\\u00E8\",\n eacute: \"\\u00E9\",\n ecirc: \"\\u00EA\",\n euml: \"\\u00EB\",\n igrave: \"\\u00EC\",\n iacute: \"\\u00ED\",\n icirc: \"\\u00EE\",\n iuml: \"\\u00EF\",\n eth: \"\\u00F0\",\n ntilde: \"\\u00F1\",\n ograve: \"\\u00F2\",\n oacute: \"\\u00F3\",\n ocirc: \"\\u00F4\",\n otilde: \"\\u00F5\",\n ouml: \"\\u00F6\",\n divide: \"\\u00F7\",\n oslash: \"\\u00F8\",\n ugrave: \"\\u00F9\",\n uacute: \"\\u00FA\",\n ucirc: \"\\u00FB\",\n uuml: \"\\u00FC\",\n yacute: \"\\u00FD\",\n thorn: \"\\u00FE\",\n yuml: \"\\u00FF\",\n OElig: \"\\u0152\",\n oelig: \"\\u0153\",\n Scaron: \"\\u0160\",\n scaron: \"\\u0161\",\n Yuml: \"\\u0178\",\n fnof: \"\\u0192\",\n circ: \"\\u02C6\",\n tilde: \"\\u02DC\",\n Alpha: \"\\u0391\",\n Beta: \"\\u0392\",\n Gamma: \"\\u0393\",\n Delta: \"\\u0394\",\n Epsilon: \"\\u0395\",\n Zeta: \"\\u0396\",\n Eta: \"\\u0397\",\n Theta: \"\\u0398\",\n Iota: \"\\u0399\",\n Kappa: \"\\u039A\",\n Lambda: \"\\u039B\",\n Mu: \"\\u039C\",\n Nu: \"\\u039D\",\n Xi: \"\\u039E\",\n Omicron: \"\\u039F\",\n Pi: \"\\u03A0\",\n Rho: \"\\u03A1\",\n Sigma: \"\\u03A3\",\n Tau: \"\\u03A4\",\n Upsilon: \"\\u03A5\",\n Phi: \"\\u03A6\",\n Chi: \"\\u03A7\",\n Psi: \"\\u03A8\",\n Omega: \"\\u03A9\",\n alpha: \"\\u03B1\",\n beta: \"\\u03B2\",\n gamma: \"\\u03B3\",\n delta: \"\\u03B4\",\n epsilon: \"\\u03B5\",\n zeta: \"\\u03B6\",\n eta: \"\\u03B7\",\n theta: \"\\u03B8\",\n iota: \"\\u03B9\",\n kappa: \"\\u03BA\",\n lambda: \"\\u03BB\",\n mu: \"\\u03BC\",\n nu: \"\\u03BD\",\n xi: \"\\u03BE\",\n omicron: \"\\u03BF\",\n pi: \"\\u03C0\",\n rho: \"\\u03C1\",\n sigmaf: \"\\u03C2\",\n sigma: \"\\u03C3\",\n tau: \"\\u03C4\",\n upsilon: \"\\u03C5\",\n phi: \"\\u03C6\",\n chi: \"\\u03C7\",\n psi: \"\\u03C8\",\n omega: \"\\u03C9\",\n thetasym: \"\\u03D1\",\n upsih: \"\\u03D2\",\n piv: \"\\u03D6\",\n ensp: \"\\u2002\",\n emsp: \"\\u2003\",\n thinsp: \"\\u2009\",\n zwnj: \"\\u200C\",\n zwj: \"\\u200D\",\n lrm: \"\\u200E\",\n rlm: \"\\u200F\",\n ndash: \"\\u2013\",\n mdash: \"\\u2014\",\n lsquo: \"\\u2018\",\n rsquo: \"\\u2019\",\n sbquo: \"\\u201A\",\n ldquo: \"\\u201C\",\n rdquo: \"\\u201D\",\n bdquo: \"\\u201E\",\n dagger: \"\\u2020\",\n Dagger: \"\\u2021\",\n bull: \"\\u2022\",\n hellip: \"\\u2026\",\n permil: \"\\u2030\",\n prime: \"\\u2032\",\n Prime: \"\\u2033\",\n lsaquo: \"\\u2039\",\n rsaquo: \"\\u203A\",\n oline: \"\\u203E\",\n frasl: \"\\u2044\",\n euro: \"\\u20AC\",\n image: \"\\u2111\",\n weierp: \"\\u2118\",\n real: \"\\u211C\",\n trade: \"\\u2122\",\n alefsym: \"\\u2135\",\n larr: \"\\u2190\",\n uarr: \"\\u2191\",\n rarr: \"\\u2192\",\n darr: \"\\u2193\",\n harr: \"\\u2194\",\n crarr: \"\\u21B5\",\n lArr: \"\\u21D0\",\n uArr: \"\\u21D1\",\n rArr: \"\\u21D2\",\n dArr: \"\\u21D3\",\n hArr: \"\\u21D4\",\n forall: \"\\u2200\",\n part: \"\\u2202\",\n exist: \"\\u2203\",\n empty: \"\\u2205\",\n nabla: \"\\u2207\",\n isin: \"\\u2208\",\n notin: \"\\u2209\",\n ni: \"\\u220B\",\n prod: \"\\u220F\",\n sum: \"\\u2211\",\n minus: \"\\u2212\",\n lowast: \"\\u2217\",\n radic: \"\\u221A\",\n prop: \"\\u221D\",\n infin: \"\\u221E\",\n ang: \"\\u2220\",\n and: \"\\u2227\",\n or: \"\\u2228\",\n cap: \"\\u2229\",\n cup: \"\\u222A\",\n int: \"\\u222B\",\n there4: \"\\u2234\",\n sim: \"\\u223C\",\n cong: \"\\u2245\",\n asymp: \"\\u2248\",\n ne: \"\\u2260\",\n equiv: \"\\u2261\",\n le: \"\\u2264\",\n ge: \"\\u2265\",\n sub: \"\\u2282\",\n sup: \"\\u2283\",\n nsub: \"\\u2284\",\n sube: \"\\u2286\",\n supe: \"\\u2287\",\n oplus: \"\\u2295\",\n otimes: \"\\u2297\",\n perp: \"\\u22A5\",\n sdot: \"\\u22C5\",\n lceil: \"\\u2308\",\n rceil: \"\\u2309\",\n lfloor: \"\\u230A\",\n rfloor: \"\\u230B\",\n lang: \"\\u2329\",\n rang: \"\\u232A\",\n loz: \"\\u25CA\",\n spades: \"\\u2660\",\n clubs: \"\\u2663\",\n hearts: \"\\u2665\",\n diams: \"\\u2666\"\n};\nconst lineBreak = /\\r\\n|[\\r\\n\\u2028\\u2029]/;\nconst lineBreakG = new RegExp(lineBreak.source, \"g\");\nfunction isNewLine(code) {\n switch (code) {\n case 10:\n case 13:\n case 8232:\n case 8233:\n return true;\n default:\n return false;\n }\n}\nfunction hasNewLine(input, start, end) {\n for (let i = start; i < end; i++) {\n if (isNewLine(input.charCodeAt(i))) {\n return true;\n }\n }\n return false;\n}\nconst skipWhiteSpace = /(?:\\s|\\/\\/.*|\\/\\*[^]*?\\*\\/)*/g;\nconst skipWhiteSpaceInLine = /(?:[^\\S\\n\\r\\u2028\\u2029]|\\/\\/.*|\\/\\*.*?\\*\\/)*/g;\nfunction isWhitespace(code) {\n switch (code) {\n case 0x0009:\n case 0x000b:\n case 0x000c:\n case 32:\n case 160:\n case 5760:\n case 0x2000:\n case 0x2001:\n case 0x2002:\n case 0x2003:\n case 0x2004:\n case 0x2005:\n case 0x2006:\n case 0x2007:\n case 0x2008:\n case 0x2009:\n case 0x200a:\n case 0x202f:\n case 0x205f:\n case 0x3000:\n case 0xfeff:\n return true;\n default:\n return false;\n }\n}\nconst JsxErrors = ParseErrorEnum`jsx`({\n AttributeIsEmpty: \"JSX attributes must only be assigned a non-empty expression.\",\n MissingClosingTagElement: ({\n openingTagName\n }) => `Expected corresponding JSX closing tag for <${openingTagName}>.`,\n MissingClosingTagFragment: \"Expected corresponding JSX closing tag for <>.\",\n UnexpectedSequenceExpression: \"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?\",\n UnexpectedToken: ({\n unexpected,\n HTMLEntity\n }) => `Unexpected token \\`${unexpected}\\`. Did you mean \\`${HTMLEntity}\\` or \\`{'${unexpected}'}\\`?`,\n UnsupportedJsxValue: \"JSX value should be either an expression or a quoted JSX text.\",\n UnterminatedJsxContent: \"Unterminated JSX contents.\",\n UnwrappedAdjacentJSXElements: \"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?\"\n});\nfunction isFragment(object) {\n return object ? object.type === \"JSXOpeningFragment\" || object.type === \"JSXClosingFragment\" : false;\n}\nfunction getQualifiedJSXName(object) {\n if (object.type === \"JSXIdentifier\") {\n return object.name;\n }\n if (object.type === \"JSXNamespacedName\") {\n return object.namespace.name + \":\" + object.name.name;\n }\n if (object.type === \"JSXMemberExpression\") {\n return getQualifiedJSXName(object.object) + \".\" + getQualifiedJSXName(object.property);\n }\n throw new Error(\"Node had unexpected type: \" + object.type);\n}\nvar jsx = superClass => class JSXParserMixin extends superClass {\n jsxReadToken() {\n let out = \"\";\n let chunkStart = this.state.pos;\n for (;;) {\n if (this.state.pos >= this.length) {\n throw this.raise(JsxErrors.UnterminatedJsxContent, this.state.startLoc);\n }\n const ch = this.input.charCodeAt(this.state.pos);\n switch (ch) {\n case 60:\n case 123:\n if (this.state.pos === this.state.start) {\n if (ch === 60 && this.state.canStartJSXElement) {\n ++this.state.pos;\n this.finishToken(143);\n } else {\n super.getTokenFromCode(ch);\n }\n return;\n }\n out += this.input.slice(chunkStart, this.state.pos);\n this.finishToken(142, out);\n return;\n case 38:\n out += this.input.slice(chunkStart, this.state.pos);\n out += this.jsxReadEntity();\n chunkStart = this.state.pos;\n break;\n case 62:\n case 125:\n default:\n if (isNewLine(ch)) {\n out += this.input.slice(chunkStart, this.state.pos);\n out += this.jsxReadNewLine(true);\n chunkStart = this.state.pos;\n } else {\n ++this.state.pos;\n }\n }\n }\n }\n jsxReadNewLine(normalizeCRLF) {\n const ch = this.input.charCodeAt(this.state.pos);\n let out;\n ++this.state.pos;\n if (ch === 13 && this.input.charCodeAt(this.state.pos) === 10) {\n ++this.state.pos;\n out = normalizeCRLF ? \"\\n\" : \"\\r\\n\";\n } else {\n out = String.fromCharCode(ch);\n }\n ++this.state.curLine;\n this.state.lineStart = this.state.pos;\n return out;\n }\n jsxReadString(quote) {\n let out = \"\";\n let chunkStart = ++this.state.pos;\n for (;;) {\n if (this.state.pos >= this.length) {\n throw this.raise(Errors.UnterminatedString, this.state.startLoc);\n }\n const ch = this.input.charCodeAt(this.state.pos);\n if (ch === quote) break;\n if (ch === 38) {\n out += this.input.slice(chunkStart, this.state.pos);\n out += this.jsxReadEntity();\n chunkStart = this.state.pos;\n } else if (isNewLine(ch)) {\n out += this.input.slice(chunkStart, this.state.pos);\n out += this.jsxReadNewLine(false);\n chunkStart = this.state.pos;\n } else {\n ++this.state.pos;\n }\n }\n out += this.input.slice(chunkStart, this.state.pos++);\n this.finishToken(134, out);\n }\n jsxReadEntity() {\n const startPos = ++this.state.pos;\n if (this.codePointAtPos(this.state.pos) === 35) {\n ++this.state.pos;\n let radix = 10;\n if (this.codePointAtPos(this.state.pos) === 120) {\n radix = 16;\n ++this.state.pos;\n }\n const codePoint = this.readInt(radix, undefined, false, \"bail\");\n if (codePoint !== null && this.codePointAtPos(this.state.pos) === 59) {\n ++this.state.pos;\n return String.fromCodePoint(codePoint);\n }\n } else {\n let count = 0;\n let semi = false;\n while (count++ < 10 && this.state.pos < this.length && !(semi = this.codePointAtPos(this.state.pos) === 59)) {\n ++this.state.pos;\n }\n if (semi) {\n const desc = this.input.slice(startPos, this.state.pos);\n const entity = entities[desc];\n ++this.state.pos;\n if (entity) {\n return entity;\n }\n }\n }\n this.state.pos = startPos;\n return \"&\";\n }\n jsxReadWord() {\n let ch;\n const start = this.state.pos;\n do {\n ch = this.input.charCodeAt(++this.state.pos);\n } while (isIdentifierChar(ch) || ch === 45);\n this.finishToken(141, this.input.slice(start, this.state.pos));\n }\n jsxParseIdentifier() {\n const node = this.startNode();\n if (this.match(141)) {\n node.name = this.state.value;\n } else if (tokenIsKeyword(this.state.type)) {\n node.name = tokenLabelName(this.state.type);\n } else {\n this.unexpected();\n }\n this.next();\n return this.finishNode(node, \"JSXIdentifier\");\n }\n jsxParseNamespacedName() {\n const startLoc = this.state.startLoc;\n const name = this.jsxParseIdentifier();\n if (!this.eat(14)) return name;\n const node = this.startNodeAt(startLoc);\n node.namespace = name;\n node.name = this.jsxParseIdentifier();\n return this.finishNode(node, \"JSXNamespacedName\");\n }\n jsxParseElementName() {\n const startLoc = this.state.startLoc;\n let node = this.jsxParseNamespacedName();\n if (node.type === \"JSXNamespacedName\") {\n return node;\n }\n while (this.eat(16)) {\n const newNode = this.startNodeAt(startLoc);\n newNode.object = node;\n newNode.property = this.jsxParseIdentifier();\n node = this.finishNode(newNode, \"JSXMemberExpression\");\n }\n return node;\n }\n jsxParseAttributeValue() {\n let node;\n switch (this.state.type) {\n case 5:\n node = this.startNode();\n this.setContext(types.brace);\n this.next();\n node = this.jsxParseExpressionContainer(node, types.j_oTag);\n if (node.expression.type === \"JSXEmptyExpression\") {\n this.raise(JsxErrors.AttributeIsEmpty, node);\n }\n return node;\n case 143:\n case 134:\n return this.parseExprAtom();\n default:\n throw this.raise(JsxErrors.UnsupportedJsxValue, this.state.startLoc);\n }\n }\n jsxParseEmptyExpression() {\n const node = this.startNodeAt(this.state.lastTokEndLoc);\n return this.finishNodeAt(node, \"JSXEmptyExpression\", this.state.startLoc);\n }\n jsxParseSpreadChild(node) {\n this.next();\n node.expression = this.parseExpression();\n this.setContext(types.j_expr);\n this.state.canStartJSXElement = true;\n this.expect(8);\n return this.finishNode(node, \"JSXSpreadChild\");\n }\n jsxParseExpressionContainer(node, previousContext) {\n if (this.match(8)) {\n node.expression = this.jsxParseEmptyExpression();\n } else {\n const expression = this.parseExpression();\n node.expression = expression;\n }\n this.setContext(previousContext);\n this.state.canStartJSXElement = true;\n this.expect(8);\n return this.finishNode(node, \"JSXExpressionContainer\");\n }\n jsxParseAttribute() {\n const node = this.startNode();\n if (this.match(5)) {\n this.setContext(types.brace);\n this.next();\n this.expect(21);\n node.argument = this.parseMaybeAssignAllowIn();\n this.setContext(types.j_oTag);\n this.state.canStartJSXElement = true;\n this.expect(8);\n return this.finishNode(node, \"JSXSpreadAttribute\");\n }\n node.name = this.jsxParseNamespacedName();\n node.value = this.eat(29) ? this.jsxParseAttributeValue() : null;\n return this.finishNode(node, \"JSXAttribute\");\n }\n jsxParseOpeningElementAt(startLoc) {\n const node = this.startNodeAt(startLoc);\n if (this.eat(144)) {\n return this.finishNode(node, \"JSXOpeningFragment\");\n }\n node.name = this.jsxParseElementName();\n return this.jsxParseOpeningElementAfterName(node);\n }\n jsxParseOpeningElementAfterName(node) {\n const attributes = [];\n while (!this.match(56) && !this.match(144)) {\n attributes.push(this.jsxParseAttribute());\n }\n node.attributes = attributes;\n node.selfClosing = this.eat(56);\n this.expect(144);\n return this.finishNode(node, \"JSXOpeningElement\");\n }\n jsxParseClosingElementAt(startLoc) {\n const node = this.startNodeAt(startLoc);\n if (this.eat(144)) {\n return this.finishNode(node, \"JSXClosingFragment\");\n }\n node.name = this.jsxParseElementName();\n this.expect(144);\n return this.finishNode(node, \"JSXClosingElement\");\n }\n jsxParseElementAt(startLoc) {\n const node = this.startNodeAt(startLoc);\n const children = [];\n const openingElement = this.jsxParseOpeningElementAt(startLoc);\n let closingElement = null;\n if (!openingElement.selfClosing) {\n contents: for (;;) {\n switch (this.state.type) {\n case 143:\n startLoc = this.state.startLoc;\n this.next();\n if (this.eat(56)) {\n closingElement = this.jsxParseClosingElementAt(startLoc);\n break contents;\n }\n children.push(this.jsxParseElementAt(startLoc));\n break;\n case 142:\n children.push(this.parseLiteral(this.state.value, \"JSXText\"));\n break;\n case 5:\n {\n const node = this.startNode();\n this.setContext(types.brace);\n this.next();\n if (this.match(21)) {\n children.push(this.jsxParseSpreadChild(node));\n } else {\n children.push(this.jsxParseExpressionContainer(node, types.j_expr));\n }\n break;\n }\n default:\n this.unexpected();\n }\n }\n if (isFragment(openingElement) && !isFragment(closingElement) && closingElement !== null) {\n this.raise(JsxErrors.MissingClosingTagFragment, closingElement);\n } else if (!isFragment(openingElement) && isFragment(closingElement)) {\n this.raise(JsxErrors.MissingClosingTagElement, closingElement, {\n openingTagName: getQualifiedJSXName(openingElement.name)\n });\n } else if (!isFragment(openingElement) && !isFragment(closingElement)) {\n if (getQualifiedJSXName(closingElement.name) !== getQualifiedJSXName(openingElement.name)) {\n this.raise(JsxErrors.MissingClosingTagElement, closingElement, {\n openingTagName: getQualifiedJSXName(openingElement.name)\n });\n }\n }\n }\n if (isFragment(openingElement)) {\n node.openingFragment = openingElement;\n node.closingFragment = closingElement;\n } else {\n node.openingElement = openingElement;\n node.closingElement = closingElement;\n }\n node.children = children;\n if (this.match(47)) {\n throw this.raise(JsxErrors.UnwrappedAdjacentJSXElements, this.state.startLoc);\n }\n return isFragment(openingElement) ? this.finishNode(node, \"JSXFragment\") : this.finishNode(node, \"JSXElement\");\n }\n jsxParseElement() {\n const startLoc = this.state.startLoc;\n this.next();\n return this.jsxParseElementAt(startLoc);\n }\n setContext(newContext) {\n const {\n context\n } = this.state;\n context[context.length - 1] = newContext;\n }\n parseExprAtom(refExpressionErrors) {\n if (this.match(143)) {\n return this.jsxParseElement();\n } else if (this.match(47) && this.input.charCodeAt(this.state.pos) !== 33) {\n this.replaceToken(143);\n return this.jsxParseElement();\n } else {\n return super.parseExprAtom(refExpressionErrors);\n }\n }\n skipSpace() {\n const curContext = this.curContext();\n if (!curContext.preserveSpace) super.skipSpace();\n }\n getTokenFromCode(code) {\n const context = this.curContext();\n if (context === types.j_expr) {\n this.jsxReadToken();\n return;\n }\n if (context === types.j_oTag || context === types.j_cTag) {\n if (isIdentifierStart(code)) {\n this.jsxReadWord();\n return;\n }\n if (code === 62) {\n ++this.state.pos;\n this.finishToken(144);\n return;\n }\n if ((code === 34 || code === 39) && context === types.j_oTag) {\n this.jsxReadString(code);\n return;\n }\n }\n if (code === 60 && this.state.canStartJSXElement && this.input.charCodeAt(this.state.pos + 1) !== 33) {\n ++this.state.pos;\n this.finishToken(143);\n return;\n }\n super.getTokenFromCode(code);\n }\n updateContext(prevType) {\n const {\n context,\n type\n } = this.state;\n if (type === 56 && prevType === 143) {\n context.splice(-2, 2, types.j_cTag);\n this.state.canStartJSXElement = false;\n } else if (type === 143) {\n context.push(types.j_oTag);\n } else if (type === 144) {\n const out = context[context.length - 1];\n if (out === types.j_oTag && prevType === 56 || out === types.j_cTag) {\n context.pop();\n this.state.canStartJSXElement = context[context.length - 1] === types.j_expr;\n } else {\n this.setContext(types.j_expr);\n this.state.canStartJSXElement = true;\n }\n } else {\n this.state.canStartJSXElement = tokenComesBeforeExpression(type);\n }\n }\n};\nclass TypeScriptScope extends Scope {\n constructor(...args) {\n super(...args);\n this.tsNames = new Map();\n }\n}\nclass TypeScriptScopeHandler extends ScopeHandler {\n constructor(...args) {\n super(...args);\n this.importsStack = [];\n }\n createScope(flags) {\n this.importsStack.push(new Set());\n return new TypeScriptScope(flags);\n }\n enter(flags) {\n if (flags === 1024) {\n this.importsStack.push(new Set());\n }\n super.enter(flags);\n }\n exit() {\n const flags = super.exit();\n if (flags === 1024) {\n this.importsStack.pop();\n }\n return flags;\n }\n hasImport(name, allowShadow) {\n const len = this.importsStack.length;\n if (this.importsStack[len - 1].has(name)) {\n return true;\n }\n if (!allowShadow && len > 1) {\n for (let i = 0; i < len - 1; i++) {\n if (this.importsStack[i].has(name)) return true;\n }\n }\n return false;\n }\n declareName(name, bindingType, loc) {\n if (bindingType & 4096) {\n if (this.hasImport(name, true)) {\n this.parser.raise(Errors.VarRedeclaration, loc, {\n identifierName: name\n });\n }\n this.importsStack[this.importsStack.length - 1].add(name);\n return;\n }\n const scope = this.currentScope();\n let type = scope.tsNames.get(name) || 0;\n if (bindingType & 1024) {\n this.maybeExportDefined(scope, name);\n scope.tsNames.set(name, type | 16);\n return;\n }\n super.declareName(name, bindingType, loc);\n if (bindingType & 2) {\n if (!(bindingType & 1)) {\n this.checkRedeclarationInScope(scope, name, bindingType, loc);\n this.maybeExportDefined(scope, name);\n }\n type = type | 1;\n }\n if (bindingType & 256) {\n type = type | 2;\n }\n if (bindingType & 512) {\n type = type | 4;\n }\n if (bindingType & 128) {\n type = type | 8;\n }\n if (type) scope.tsNames.set(name, type);\n }\n isRedeclaredInScope(scope, name, bindingType) {\n const type = scope.tsNames.get(name);\n if ((type & 2) > 0) {\n if (bindingType & 256) {\n const isConst = !!(bindingType & 512);\n const wasConst = (type & 4) > 0;\n return isConst !== wasConst;\n }\n return true;\n }\n if (bindingType & 128 && (type & 8) > 0) {\n if (scope.names.get(name) & 2) {\n return !!(bindingType & 1);\n } else {\n return false;\n }\n }\n if (bindingType & 2 && (type & 1) > 0) {\n return true;\n }\n return super.isRedeclaredInScope(scope, name, bindingType);\n }\n checkLocalExport(id) {\n const {\n name\n } = id;\n if (this.hasImport(name)) return;\n const len = this.scopeStack.length;\n for (let i = len - 1; i >= 0; i--) {\n const scope = this.scopeStack[i];\n const type = scope.tsNames.get(name);\n if ((type & 1) > 0 || (type & 16) > 0) {\n return;\n }\n }\n super.checkLocalExport(id);\n }\n}\nclass ProductionParameterHandler {\n constructor() {\n this.stacks = [];\n }\n enter(flags) {\n this.stacks.push(flags);\n }\n exit() {\n this.stacks.pop();\n }\n currentFlags() {\n return this.stacks[this.stacks.length - 1];\n }\n get hasAwait() {\n return (this.currentFlags() & 2) > 0;\n }\n get hasYield() {\n return (this.currentFlags() & 1) > 0;\n }\n get hasReturn() {\n return (this.currentFlags() & 4) > 0;\n }\n get hasIn() {\n return (this.currentFlags() & 8) > 0;\n }\n}\nfunction functionFlags(isAsync, isGenerator) {\n return (isAsync ? 2 : 0) | (isGenerator ? 1 : 0);\n}\nclass BaseParser {\n constructor() {\n this.sawUnambiguousESM = false;\n this.ambiguousScriptDifferentAst = false;\n }\n sourceToOffsetPos(sourcePos) {\n return sourcePos + this.startIndex;\n }\n offsetToSourcePos(offsetPos) {\n return offsetPos - this.startIndex;\n }\n hasPlugin(pluginConfig) {\n if (typeof pluginConfig === \"string\") {\n return this.plugins.has(pluginConfig);\n } else {\n const [pluginName, pluginOptions] = pluginConfig;\n if (!this.hasPlugin(pluginName)) {\n return false;\n }\n const actualOptions = this.plugins.get(pluginName);\n for (const key of Object.keys(pluginOptions)) {\n if ((actualOptions == null ? void 0 : actualOptions[key]) !== pluginOptions[key]) {\n return false;\n }\n }\n return true;\n }\n }\n getPluginOption(plugin, name) {\n var _this$plugins$get;\n return (_this$plugins$get = this.plugins.get(plugin)) == null ? void 0 : _this$plugins$get[name];\n }\n}\nfunction setTrailingComments(node, comments) {\n if (node.trailingComments === undefined) {\n node.trailingComments = comments;\n } else {\n node.trailingComments.unshift(...comments);\n }\n}\nfunction setLeadingComments(node, comments) {\n if (node.leadingComments === undefined) {\n node.leadingComments = comments;\n } else {\n node.leadingComments.unshift(...comments);\n }\n}\nfunction setInnerComments(node, comments) {\n if (node.innerComments === undefined) {\n node.innerComments = comments;\n } else {\n node.innerComments.unshift(...comments);\n }\n}\nfunction adjustInnerComments(node, elements, commentWS) {\n let lastElement = null;\n let i = elements.length;\n while (lastElement === null && i > 0) {\n lastElement = elements[--i];\n }\n if (lastElement === null || lastElement.start > commentWS.start) {\n setInnerComments(node, commentWS.comments);\n } else {\n setTrailingComments(lastElement, commentWS.comments);\n }\n}\nclass CommentsParser extends BaseParser {\n addComment(comment) {\n if (this.filename) comment.loc.filename = this.filename;\n const {\n commentsLen\n } = this.state;\n if (this.comments.length !== commentsLen) {\n this.comments.length = commentsLen;\n }\n this.comments.push(comment);\n this.state.commentsLen++;\n }\n processComment(node) {\n const {\n commentStack\n } = this.state;\n const commentStackLength = commentStack.length;\n if (commentStackLength === 0) return;\n let i = commentStackLength - 1;\n const lastCommentWS = commentStack[i];\n if (lastCommentWS.start === node.end) {\n lastCommentWS.leadingNode = node;\n i--;\n }\n const {\n start: nodeStart\n } = node;\n for (; i >= 0; i--) {\n const commentWS = commentStack[i];\n const commentEnd = commentWS.end;\n if (commentEnd > nodeStart) {\n commentWS.containingNode = node;\n this.finalizeComment(commentWS);\n commentStack.splice(i, 1);\n } else {\n if (commentEnd === nodeStart) {\n commentWS.trailingNode = node;\n }\n break;\n }\n }\n }\n finalizeComment(commentWS) {\n var _node$options;\n const {\n comments\n } = commentWS;\n if (commentWS.leadingNode !== null || commentWS.trailingNode !== null) {\n if (commentWS.leadingNode !== null) {\n setTrailingComments(commentWS.leadingNode, comments);\n }\n if (commentWS.trailingNode !== null) {\n setLeadingComments(commentWS.trailingNode, comments);\n }\n } else {\n const node = commentWS.containingNode;\n const commentStart = commentWS.start;\n if (this.input.charCodeAt(this.offsetToSourcePos(commentStart) - 1) === 44) {\n switch (node.type) {\n case \"ObjectExpression\":\n case \"ObjectPattern\":\n adjustInnerComments(node, node.properties, commentWS);\n break;\n case \"CallExpression\":\n case \"NewExpression\":\n case \"OptionalCallExpression\":\n adjustInnerComments(node, node.arguments, commentWS);\n break;\n case \"ImportExpression\":\n adjustInnerComments(node, [node.source, (_node$options = node.options) != null ? _node$options : null], commentWS);\n break;\n case \"FunctionDeclaration\":\n case \"FunctionExpression\":\n case \"ArrowFunctionExpression\":\n case \"ObjectMethod\":\n case \"ClassMethod\":\n case \"ClassPrivateMethod\":\n case \"TSTypeParameterDeclaration\":\n adjustInnerComments(node, node.params, commentWS);\n break;\n case \"ArrayExpression\":\n case \"ArrayPattern\":\n adjustInnerComments(node, node.elements, commentWS);\n break;\n case \"ExportNamedDeclaration\":\n case \"ImportDeclaration\":\n adjustInnerComments(node, node.specifiers, commentWS);\n break;\n case \"TSEnumDeclaration\":\n adjustInnerComments(node, node.members, commentWS);\n break;\n case \"TSEnumBody\":\n adjustInnerComments(node, node.members, commentWS);\n break;\n case \"TSInterfaceBody\":\n adjustInnerComments(node, node.body, commentWS);\n break;\n default:\n {\n if (node.type === \"RecordExpression\") {\n adjustInnerComments(node, node.properties, commentWS);\n break;\n }\n if (node.type === \"TupleExpression\") {\n adjustInnerComments(node, node.elements, commentWS);\n break;\n }\n setInnerComments(node, comments);\n }\n }\n } else {\n setInnerComments(node, comments);\n }\n }\n }\n finalizeRemainingComments() {\n const {\n commentStack\n } = this.state;\n for (let i = commentStack.length - 1; i >= 0; i--) {\n this.finalizeComment(commentStack[i]);\n }\n this.state.commentStack = [];\n }\n resetPreviousNodeTrailingComments(node) {\n const {\n commentStack\n } = this.state;\n const {\n length\n } = commentStack;\n if (length === 0) return;\n const commentWS = commentStack[length - 1];\n if (commentWS.leadingNode === node) {\n commentWS.leadingNode = null;\n }\n }\n takeSurroundingComments(node, start, end) {\n const {\n commentStack\n } = this.state;\n const commentStackLength = commentStack.length;\n if (commentStackLength === 0) return;\n let i = commentStackLength - 1;\n for (; i >= 0; i--) {\n const commentWS = commentStack[i];\n const commentEnd = commentWS.end;\n const commentStart = commentWS.start;\n if (commentStart === end) {\n commentWS.leadingNode = node;\n } else if (commentEnd === start) {\n commentWS.trailingNode = node;\n } else if (commentEnd < start) {\n break;\n }\n }\n }\n}\nclass State {\n constructor() {\n this.flags = 1024;\n this.startIndex = void 0;\n this.curLine = void 0;\n this.lineStart = void 0;\n this.startLoc = void 0;\n this.endLoc = void 0;\n this.errors = [];\n this.potentialArrowAt = -1;\n this.noArrowAt = [];\n this.noArrowParamsConversionAt = [];\n this.topicContext = {\n maxNumOfResolvableTopics: 0,\n maxTopicIndex: null\n };\n this.labels = [];\n this.commentsLen = 0;\n this.commentStack = [];\n this.pos = 0;\n this.type = 140;\n this.value = null;\n this.start = 0;\n this.end = 0;\n this.lastTokEndLoc = null;\n this.lastTokStartLoc = null;\n this.context = [types.brace];\n this.firstInvalidTemplateEscapePos = null;\n this.strictErrors = new Map();\n this.tokensLength = 0;\n }\n get strict() {\n return (this.flags & 1) > 0;\n }\n set strict(v) {\n if (v) this.flags |= 1;else this.flags &= -2;\n }\n init({\n strictMode,\n sourceType,\n startIndex,\n startLine,\n startColumn\n }) {\n this.strict = strictMode === false ? false : strictMode === true ? true : sourceType === \"module\";\n this.startIndex = startIndex;\n this.curLine = startLine;\n this.lineStart = -startColumn;\n this.startLoc = this.endLoc = new Position(startLine, startColumn, startIndex);\n }\n get maybeInArrowParameters() {\n return (this.flags & 2) > 0;\n }\n set maybeInArrowParameters(v) {\n if (v) this.flags |= 2;else this.flags &= -3;\n }\n get inType() {\n return (this.flags & 4) > 0;\n }\n set inType(v) {\n if (v) this.flags |= 4;else this.flags &= -5;\n }\n get noAnonFunctionType() {\n return (this.flags & 8) > 0;\n }\n set noAnonFunctionType(v) {\n if (v) this.flags |= 8;else this.flags &= -9;\n }\n get hasFlowComment() {\n return (this.flags & 16) > 0;\n }\n set hasFlowComment(v) {\n if (v) this.flags |= 16;else this.flags &= -17;\n }\n get isAmbientContext() {\n return (this.flags & 32) > 0;\n }\n set isAmbientContext(v) {\n if (v) this.flags |= 32;else this.flags &= -33;\n }\n get inAbstractClass() {\n return (this.flags & 64) > 0;\n }\n set inAbstractClass(v) {\n if (v) this.flags |= 64;else this.flags &= -65;\n }\n get inDisallowConditionalTypesContext() {\n return (this.flags & 128) > 0;\n }\n set inDisallowConditionalTypesContext(v) {\n if (v) this.flags |= 128;else this.flags &= -129;\n }\n get soloAwait() {\n return (this.flags & 256) > 0;\n }\n set soloAwait(v) {\n if (v) this.flags |= 256;else this.flags &= -257;\n }\n get inFSharpPipelineDirectBody() {\n return (this.flags & 512) > 0;\n }\n set inFSharpPipelineDirectBody(v) {\n if (v) this.flags |= 512;else this.flags &= -513;\n }\n get canStartJSXElement() {\n return (this.flags & 1024) > 0;\n }\n set canStartJSXElement(v) {\n if (v) this.flags |= 1024;else this.flags &= -1025;\n }\n get containsEsc() {\n return (this.flags & 2048) > 0;\n }\n set containsEsc(v) {\n if (v) this.flags |= 2048;else this.flags &= -2049;\n }\n get hasTopLevelAwait() {\n return (this.flags & 4096) > 0;\n }\n set hasTopLevelAwait(v) {\n if (v) this.flags |= 4096;else this.flags &= -4097;\n }\n curPosition() {\n return new Position(this.curLine, this.pos - this.lineStart, this.pos + this.startIndex);\n }\n clone() {\n const state = new State();\n state.flags = this.flags;\n state.startIndex = this.startIndex;\n state.curLine = this.curLine;\n state.lineStart = this.lineStart;\n state.startLoc = this.startLoc;\n state.endLoc = this.endLoc;\n state.errors = this.errors.slice();\n state.potentialArrowAt = this.potentialArrowAt;\n state.noArrowAt = this.noArrowAt.slice();\n state.noArrowParamsConversionAt = this.noArrowParamsConversionAt.slice();\n state.topicContext = this.topicContext;\n state.labels = this.labels.slice();\n state.commentsLen = this.commentsLen;\n state.commentStack = this.commentStack.slice();\n state.pos = this.pos;\n state.type = this.type;\n state.value = this.value;\n state.start = this.start;\n state.end = this.end;\n state.lastTokEndLoc = this.lastTokEndLoc;\n state.lastTokStartLoc = this.lastTokStartLoc;\n state.context = this.context.slice();\n state.firstInvalidTemplateEscapePos = this.firstInvalidTemplateEscapePos;\n state.strictErrors = this.strictErrors;\n state.tokensLength = this.tokensLength;\n return state;\n }\n}\nvar _isDigit = function isDigit(code) {\n return code >= 48 && code <= 57;\n};\nconst forbiddenNumericSeparatorSiblings = {\n decBinOct: new Set([46, 66, 69, 79, 95, 98, 101, 111]),\n hex: new Set([46, 88, 95, 120])\n};\nconst isAllowedNumericSeparatorSibling = {\n bin: ch => ch === 48 || ch === 49,\n oct: ch => ch >= 48 && ch <= 55,\n dec: ch => ch >= 48 && ch <= 57,\n hex: ch => ch >= 48 && ch <= 57 || ch >= 65 && ch <= 70 || ch >= 97 && ch <= 102\n};\nfunction readStringContents(type, input, pos, lineStart, curLine, errors) {\n const initialPos = pos;\n const initialLineStart = lineStart;\n const initialCurLine = curLine;\n let out = \"\";\n let firstInvalidLoc = null;\n let chunkStart = pos;\n const {\n length\n } = input;\n for (;;) {\n if (pos >= length) {\n errors.unterminated(initialPos, initialLineStart, initialCurLine);\n out += input.slice(chunkStart, pos);\n break;\n }\n const ch = input.charCodeAt(pos);\n if (isStringEnd(type, ch, input, pos)) {\n out += input.slice(chunkStart, pos);\n break;\n }\n if (ch === 92) {\n out += input.slice(chunkStart, pos);\n const res = readEscapedChar(input, pos, lineStart, curLine, type === \"template\", errors);\n if (res.ch === null && !firstInvalidLoc) {\n firstInvalidLoc = {\n pos,\n lineStart,\n curLine\n };\n } else {\n out += res.ch;\n }\n ({\n pos,\n lineStart,\n curLine\n } = res);\n chunkStart = pos;\n } else if (ch === 8232 || ch === 8233) {\n ++pos;\n ++curLine;\n lineStart = pos;\n } else if (ch === 10 || ch === 13) {\n if (type === \"template\") {\n out += input.slice(chunkStart, pos) + \"\\n\";\n ++pos;\n if (ch === 13 && input.charCodeAt(pos) === 10) {\n ++pos;\n }\n ++curLine;\n chunkStart = lineStart = pos;\n } else {\n errors.unterminated(initialPos, initialLineStart, initialCurLine);\n }\n } else {\n ++pos;\n }\n }\n return {\n pos,\n str: out,\n firstInvalidLoc,\n lineStart,\n curLine,\n containsInvalid: !!firstInvalidLoc\n };\n}\nfunction isStringEnd(type, ch, input, pos) {\n if (type === \"template\") {\n return ch === 96 || ch === 36 && input.charCodeAt(pos + 1) === 123;\n }\n return ch === (type === \"double\" ? 34 : 39);\n}\nfunction readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) {\n const throwOnInvalid = !inTemplate;\n pos++;\n const res = ch => ({\n pos,\n ch,\n lineStart,\n curLine\n });\n const ch = input.charCodeAt(pos++);\n switch (ch) {\n case 110:\n return res(\"\\n\");\n case 114:\n return res(\"\\r\");\n case 120:\n {\n let code;\n ({\n code,\n pos\n } = readHexChar(input, pos, lineStart, curLine, 2, false, throwOnInvalid, errors));\n return res(code === null ? null : String.fromCharCode(code));\n }\n case 117:\n {\n let code;\n ({\n code,\n pos\n } = readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors));\n return res(code === null ? null : String.fromCodePoint(code));\n }\n case 116:\n return res(\"\\t\");\n case 98:\n return res(\"\\b\");\n case 118:\n return res(\"\\u000b\");\n case 102:\n return res(\"\\f\");\n case 13:\n if (input.charCodeAt(pos) === 10) {\n ++pos;\n }\n case 10:\n lineStart = pos;\n ++curLine;\n case 8232:\n case 8233:\n return res(\"\");\n case 56:\n case 57:\n if (inTemplate) {\n return res(null);\n } else {\n errors.strictNumericEscape(pos - 1, lineStart, curLine);\n }\n default:\n if (ch >= 48 && ch <= 55) {\n const startPos = pos - 1;\n const match = /^[0-7]+/.exec(input.slice(startPos, pos + 2));\n let octalStr = match[0];\n let octal = parseInt(octalStr, 8);\n if (octal > 255) {\n octalStr = octalStr.slice(0, -1);\n octal = parseInt(octalStr, 8);\n }\n pos += octalStr.length - 1;\n const next = input.charCodeAt(pos);\n if (octalStr !== \"0\" || next === 56 || next === 57) {\n if (inTemplate) {\n return res(null);\n } else {\n errors.strictNumericEscape(startPos, lineStart, curLine);\n }\n }\n return res(String.fromCharCode(octal));\n }\n return res(String.fromCharCode(ch));\n }\n}\nfunction readHexChar(input, pos, lineStart, curLine, len, forceLen, throwOnInvalid, errors) {\n const initialPos = pos;\n let n;\n ({\n n,\n pos\n } = readInt(input, pos, lineStart, curLine, 16, len, forceLen, false, errors, !throwOnInvalid));\n if (n === null) {\n if (throwOnInvalid) {\n errors.invalidEscapeSequence(initialPos, lineStart, curLine);\n } else {\n pos = initialPos - 1;\n }\n }\n return {\n code: n,\n pos\n };\n}\nfunction readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumSeparator, errors, bailOnError) {\n const start = pos;\n const forbiddenSiblings = radix === 16 ? forbiddenNumericSeparatorSiblings.hex : forbiddenNumericSeparatorSiblings.decBinOct;\n const isAllowedSibling = radix === 16 ? isAllowedNumericSeparatorSibling.hex : radix === 10 ? isAllowedNumericSeparatorSibling.dec : radix === 8 ? isAllowedNumericSeparatorSibling.oct : isAllowedNumericSeparatorSibling.bin;\n let invalid = false;\n let total = 0;\n for (let i = 0, e = len == null ? Infinity : len; i < e; ++i) {\n const code = input.charCodeAt(pos);\n let val;\n if (code === 95 && allowNumSeparator !== \"bail\") {\n const prev = input.charCodeAt(pos - 1);\n const next = input.charCodeAt(pos + 1);\n if (!allowNumSeparator) {\n if (bailOnError) return {\n n: null,\n pos\n };\n errors.numericSeparatorInEscapeSequence(pos, lineStart, curLine);\n } else if (Number.isNaN(next) || !isAllowedSibling(next) || forbiddenSiblings.has(prev) || forbiddenSiblings.has(next)) {\n if (bailOnError) return {\n n: null,\n pos\n };\n errors.unexpectedNumericSeparator(pos, lineStart, curLine);\n }\n ++pos;\n continue;\n }\n if (code >= 97) {\n val = code - 97 + 10;\n } else if (code >= 65) {\n val = code - 65 + 10;\n } else if (_isDigit(code)) {\n val = code - 48;\n } else {\n val = Infinity;\n }\n if (val >= radix) {\n if (val <= 9 && bailOnError) {\n return {\n n: null,\n pos\n };\n } else if (val <= 9 && errors.invalidDigit(pos, lineStart, curLine, radix)) {\n val = 0;\n } else if (forceLen) {\n val = 0;\n invalid = true;\n } else {\n break;\n }\n }\n ++pos;\n total = total * radix + val;\n }\n if (pos === start || len != null && pos - start !== len || invalid) {\n return {\n n: null,\n pos\n };\n }\n return {\n n: total,\n pos\n };\n}\nfunction readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) {\n const ch = input.charCodeAt(pos);\n let code;\n if (ch === 123) {\n ++pos;\n ({\n code,\n pos\n } = readHexChar(input, pos, lineStart, curLine, input.indexOf(\"}\", pos) - pos, true, throwOnInvalid, errors));\n ++pos;\n if (code !== null && code > 0x10ffff) {\n if (throwOnInvalid) {\n errors.invalidCodePoint(pos, lineStart, curLine);\n } else {\n return {\n code: null,\n pos\n };\n }\n }\n } else {\n ({\n code,\n pos\n } = readHexChar(input, pos, lineStart, curLine, 4, false, throwOnInvalid, errors));\n }\n return {\n code,\n pos\n };\n}\nfunction buildPosition(pos, lineStart, curLine) {\n return new Position(curLine, pos - lineStart, pos);\n}\nconst VALID_REGEX_FLAGS = new Set([103, 109, 115, 105, 121, 117, 100, 118]);\nclass Token {\n constructor(state) {\n const startIndex = state.startIndex || 0;\n this.type = state.type;\n this.value = state.value;\n this.start = startIndex + state.start;\n this.end = startIndex + state.end;\n this.loc = new SourceLocation(state.startLoc, state.endLoc);\n }\n}\nclass Tokenizer extends CommentsParser {\n constructor(options, input) {\n super();\n this.isLookahead = void 0;\n this.tokens = [];\n this.errorHandlers_readInt = {\n invalidDigit: (pos, lineStart, curLine, radix) => {\n if (!(this.optionFlags & 2048)) return false;\n this.raise(Errors.InvalidDigit, buildPosition(pos, lineStart, curLine), {\n radix\n });\n return true;\n },\n numericSeparatorInEscapeSequence: this.errorBuilder(Errors.NumericSeparatorInEscapeSequence),\n unexpectedNumericSeparator: this.errorBuilder(Errors.UnexpectedNumericSeparator)\n };\n this.errorHandlers_readCodePoint = Object.assign({}, this.errorHandlers_readInt, {\n invalidEscapeSequence: this.errorBuilder(Errors.InvalidEscapeSequence),\n invalidCodePoint: this.errorBuilder(Errors.InvalidCodePoint)\n });\n this.errorHandlers_readStringContents_string = Object.assign({}, this.errorHandlers_readCodePoint, {\n strictNumericEscape: (pos, lineStart, curLine) => {\n this.recordStrictModeErrors(Errors.StrictNumericEscape, buildPosition(pos, lineStart, curLine));\n },\n unterminated: (pos, lineStart, curLine) => {\n throw this.raise(Errors.UnterminatedString, buildPosition(pos - 1, lineStart, curLine));\n }\n });\n this.errorHandlers_readStringContents_template = Object.assign({}, this.errorHandlers_readCodePoint, {\n strictNumericEscape: this.errorBuilder(Errors.StrictNumericEscape),\n unterminated: (pos, lineStart, curLine) => {\n throw this.raise(Errors.UnterminatedTemplate, buildPosition(pos, lineStart, curLine));\n }\n });\n this.state = new State();\n this.state.init(options);\n this.input = input;\n this.length = input.length;\n this.comments = [];\n this.isLookahead = false;\n }\n pushToken(token) {\n this.tokens.length = this.state.tokensLength;\n this.tokens.push(token);\n ++this.state.tokensLength;\n }\n next() {\n this.checkKeywordEscapes();\n if (this.optionFlags & 256) {\n this.pushToken(new Token(this.state));\n }\n this.state.lastTokEndLoc = this.state.endLoc;\n this.state.lastTokStartLoc = this.state.startLoc;\n this.nextToken();\n }\n eat(type) {\n if (this.match(type)) {\n this.next();\n return true;\n } else {\n return false;\n }\n }\n match(type) {\n return this.state.type === type;\n }\n createLookaheadState(state) {\n return {\n pos: state.pos,\n value: null,\n type: state.type,\n start: state.start,\n end: state.end,\n context: [this.curContext()],\n inType: state.inType,\n startLoc: state.startLoc,\n lastTokEndLoc: state.lastTokEndLoc,\n curLine: state.curLine,\n lineStart: state.lineStart,\n curPosition: state.curPosition\n };\n }\n lookahead() {\n const old = this.state;\n this.state = this.createLookaheadState(old);\n this.isLookahead = true;\n this.nextToken();\n this.isLookahead = false;\n const curr = this.state;\n this.state = old;\n return curr;\n }\n nextTokenStart() {\n return this.nextTokenStartSince(this.state.pos);\n }\n nextTokenStartSince(pos) {\n skipWhiteSpace.lastIndex = pos;\n return skipWhiteSpace.test(this.input) ? skipWhiteSpace.lastIndex : pos;\n }\n lookaheadCharCode() {\n return this.lookaheadCharCodeSince(this.state.pos);\n }\n lookaheadCharCodeSince(pos) {\n return this.input.charCodeAt(this.nextTokenStartSince(pos));\n }\n nextTokenInLineStart() {\n return this.nextTokenInLineStartSince(this.state.pos);\n }\n nextTokenInLineStartSince(pos) {\n skipWhiteSpaceInLine.lastIndex = pos;\n return skipWhiteSpaceInLine.test(this.input) ? skipWhiteSpaceInLine.lastIndex : pos;\n }\n lookaheadInLineCharCode() {\n return this.input.charCodeAt(this.nextTokenInLineStart());\n }\n codePointAtPos(pos) {\n let cp = this.input.charCodeAt(pos);\n if ((cp & 0xfc00) === 0xd800 && ++pos < this.input.length) {\n const trail = this.input.charCodeAt(pos);\n if ((trail & 0xfc00) === 0xdc00) {\n cp = 0x10000 + ((cp & 0x3ff) << 10) + (trail & 0x3ff);\n }\n }\n return cp;\n }\n setStrict(strict) {\n this.state.strict = strict;\n if (strict) {\n this.state.strictErrors.forEach(([toParseError, at]) => this.raise(toParseError, at));\n this.state.strictErrors.clear();\n }\n }\n curContext() {\n return this.state.context[this.state.context.length - 1];\n }\n nextToken() {\n this.skipSpace();\n this.state.start = this.state.pos;\n if (!this.isLookahead) this.state.startLoc = this.state.curPosition();\n if (this.state.pos >= this.length) {\n this.finishToken(140);\n return;\n }\n this.getTokenFromCode(this.codePointAtPos(this.state.pos));\n }\n skipBlockComment(commentEnd) {\n let startLoc;\n if (!this.isLookahead) startLoc = this.state.curPosition();\n const start = this.state.pos;\n const end = this.input.indexOf(commentEnd, start + 2);\n if (end === -1) {\n throw this.raise(Errors.UnterminatedComment, this.state.curPosition());\n }\n this.state.pos = end + commentEnd.length;\n lineBreakG.lastIndex = start + 2;\n while (lineBreakG.test(this.input) && lineBreakG.lastIndex <= end) {\n ++this.state.curLine;\n this.state.lineStart = lineBreakG.lastIndex;\n }\n if (this.isLookahead) return;\n const comment = {\n type: \"CommentBlock\",\n value: this.input.slice(start + 2, end),\n start: this.sourceToOffsetPos(start),\n end: this.sourceToOffsetPos(end + commentEnd.length),\n loc: new SourceLocation(startLoc, this.state.curPosition())\n };\n if (this.optionFlags & 256) this.pushToken(comment);\n return comment;\n }\n skipLineComment(startSkip) {\n const start = this.state.pos;\n let startLoc;\n if (!this.isLookahead) startLoc = this.state.curPosition();\n let ch = this.input.charCodeAt(this.state.pos += startSkip);\n if (this.state.pos < this.length) {\n while (!isNewLine(ch) && ++this.state.pos < this.length) {\n ch = this.input.charCodeAt(this.state.pos);\n }\n }\n if (this.isLookahead) return;\n const end = this.state.pos;\n const value = this.input.slice(start + startSkip, end);\n const comment = {\n type: \"CommentLine\",\n value,\n start: this.sourceToOffsetPos(start),\n end: this.sourceToOffsetPos(end),\n loc: new SourceLocation(startLoc, this.state.curPosition())\n };\n if (this.optionFlags & 256) this.pushToken(comment);\n return comment;\n }\n skipSpace() {\n const spaceStart = this.state.pos;\n const comments = this.optionFlags & 4096 ? [] : null;\n loop: while (this.state.pos < this.length) {\n const ch = this.input.charCodeAt(this.state.pos);\n switch (ch) {\n case 32:\n case 160:\n case 9:\n ++this.state.pos;\n break;\n case 13:\n if (this.input.charCodeAt(this.state.pos + 1) === 10) {\n ++this.state.pos;\n }\n case 10:\n case 8232:\n case 8233:\n ++this.state.pos;\n ++this.state.curLine;\n this.state.lineStart = this.state.pos;\n break;\n case 47:\n switch (this.input.charCodeAt(this.state.pos + 1)) {\n case 42:\n {\n const comment = this.skipBlockComment(\"*/\");\n if (comment !== undefined) {\n this.addComment(comment);\n comments == null || comments.push(comment);\n }\n break;\n }\n case 47:\n {\n const comment = this.skipLineComment(2);\n if (comment !== undefined) {\n this.addComment(comment);\n comments == null || comments.push(comment);\n }\n break;\n }\n default:\n break loop;\n }\n break;\n default:\n if (isWhitespace(ch)) {\n ++this.state.pos;\n } else if (ch === 45 && !this.inModule && this.optionFlags & 8192) {\n const pos = this.state.pos;\n if (this.input.charCodeAt(pos + 1) === 45 && this.input.charCodeAt(pos + 2) === 62 && (spaceStart === 0 || this.state.lineStart > spaceStart)) {\n const comment = this.skipLineComment(3);\n if (comment !== undefined) {\n this.addComment(comment);\n comments == null || comments.push(comment);\n }\n } else {\n break loop;\n }\n } else if (ch === 60 && !this.inModule && this.optionFlags & 8192) {\n const pos = this.state.pos;\n if (this.input.charCodeAt(pos + 1) === 33 && this.input.charCodeAt(pos + 2) === 45 && this.input.charCodeAt(pos + 3) === 45) {\n const comment = this.skipLineComment(4);\n if (comment !== undefined) {\n this.addComment(comment);\n comments == null || comments.push(comment);\n }\n } else {\n break loop;\n }\n } else {\n break loop;\n }\n }\n }\n if ((comments == null ? void 0 : comments.length) > 0) {\n const end = this.state.pos;\n const commentWhitespace = {\n start: this.sourceToOffsetPos(spaceStart),\n end: this.sourceToOffsetPos(end),\n comments: comments,\n leadingNode: null,\n trailingNode: null,\n containingNode: null\n };\n this.state.commentStack.push(commentWhitespace);\n }\n }\n finishToken(type, val) {\n this.state.end = this.state.pos;\n this.state.endLoc = this.state.curPosition();\n const prevType = this.state.type;\n this.state.type = type;\n this.state.value = val;\n if (!this.isLookahead) {\n this.updateContext(prevType);\n }\n }\n replaceToken(type) {\n this.state.type = type;\n this.updateContext();\n }\n readToken_numberSign() {\n if (this.state.pos === 0 && this.readToken_interpreter()) {\n return;\n }\n const nextPos = this.state.pos + 1;\n const next = this.codePointAtPos(nextPos);\n if (next >= 48 && next <= 57) {\n throw this.raise(Errors.UnexpectedDigitAfterHash, this.state.curPosition());\n }\n if (next === 123 || next === 91 && this.hasPlugin(\"recordAndTuple\")) {\n this.expectPlugin(\"recordAndTuple\");\n if (this.getPluginOption(\"recordAndTuple\", \"syntaxType\") === \"bar\") {\n throw this.raise(next === 123 ? Errors.RecordExpressionHashIncorrectStartSyntaxType : Errors.TupleExpressionHashIncorrectStartSyntaxType, this.state.curPosition());\n }\n this.state.pos += 2;\n if (next === 123) {\n this.finishToken(7);\n } else {\n this.finishToken(1);\n }\n } else if (isIdentifierStart(next)) {\n ++this.state.pos;\n this.finishToken(139, this.readWord1(next));\n } else if (next === 92) {\n ++this.state.pos;\n this.finishToken(139, this.readWord1());\n } else {\n this.finishOp(27, 1);\n }\n }\n readToken_dot() {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next >= 48 && next <= 57) {\n this.readNumber(true);\n return;\n }\n if (next === 46 && this.input.charCodeAt(this.state.pos + 2) === 46) {\n this.state.pos += 3;\n this.finishToken(21);\n } else {\n ++this.state.pos;\n this.finishToken(16);\n }\n }\n readToken_slash() {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === 61) {\n this.finishOp(31, 2);\n } else {\n this.finishOp(56, 1);\n }\n }\n readToken_interpreter() {\n if (this.state.pos !== 0 || this.length < 2) return false;\n let ch = this.input.charCodeAt(this.state.pos + 1);\n if (ch !== 33) return false;\n const start = this.state.pos;\n this.state.pos += 1;\n while (!isNewLine(ch) && ++this.state.pos < this.length) {\n ch = this.input.charCodeAt(this.state.pos);\n }\n const value = this.input.slice(start + 2, this.state.pos);\n this.finishToken(28, value);\n return true;\n }\n readToken_mult_modulo(code) {\n let type = code === 42 ? 55 : 54;\n let width = 1;\n let next = this.input.charCodeAt(this.state.pos + 1);\n if (code === 42 && next === 42) {\n width++;\n next = this.input.charCodeAt(this.state.pos + 2);\n type = 57;\n }\n if (next === 61 && !this.state.inType) {\n width++;\n type = code === 37 ? 33 : 30;\n }\n this.finishOp(type, width);\n }\n readToken_pipe_amp(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === code) {\n if (this.input.charCodeAt(this.state.pos + 2) === 61) {\n this.finishOp(30, 3);\n } else {\n this.finishOp(code === 124 ? 41 : 42, 2);\n }\n return;\n }\n if (code === 124) {\n if (next === 62) {\n this.finishOp(39, 2);\n return;\n }\n if (this.hasPlugin(\"recordAndTuple\") && next === 125) {\n if (this.getPluginOption(\"recordAndTuple\", \"syntaxType\") !== \"bar\") {\n throw this.raise(Errors.RecordExpressionBarIncorrectEndSyntaxType, this.state.curPosition());\n }\n this.state.pos += 2;\n this.finishToken(9);\n return;\n }\n if (this.hasPlugin(\"recordAndTuple\") && next === 93) {\n if (this.getPluginOption(\"recordAndTuple\", \"syntaxType\") !== \"bar\") {\n throw this.raise(Errors.TupleExpressionBarIncorrectEndSyntaxType, this.state.curPosition());\n }\n this.state.pos += 2;\n this.finishToken(4);\n return;\n }\n }\n if (next === 61) {\n this.finishOp(30, 2);\n return;\n }\n this.finishOp(code === 124 ? 43 : 45, 1);\n }\n readToken_caret() {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === 61 && !this.state.inType) {\n this.finishOp(32, 2);\n } else if (next === 94 && this.hasPlugin([\"pipelineOperator\", {\n proposal: \"hack\",\n topicToken: \"^^\"\n }])) {\n this.finishOp(37, 2);\n const lookaheadCh = this.input.codePointAt(this.state.pos);\n if (lookaheadCh === 94) {\n this.unexpected();\n }\n } else {\n this.finishOp(44, 1);\n }\n }\n readToken_atSign() {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === 64 && this.hasPlugin([\"pipelineOperator\", {\n proposal: \"hack\",\n topicToken: \"@@\"\n }])) {\n this.finishOp(38, 2);\n } else {\n this.finishOp(26, 1);\n }\n }\n readToken_plus_min(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === code) {\n this.finishOp(34, 2);\n return;\n }\n if (next === 61) {\n this.finishOp(30, 2);\n } else {\n this.finishOp(53, 1);\n }\n }\n readToken_lt() {\n const {\n pos\n } = this.state;\n const next = this.input.charCodeAt(pos + 1);\n if (next === 60) {\n if (this.input.charCodeAt(pos + 2) === 61) {\n this.finishOp(30, 3);\n return;\n }\n this.finishOp(51, 2);\n return;\n }\n if (next === 61) {\n this.finishOp(49, 2);\n return;\n }\n this.finishOp(47, 1);\n }\n readToken_gt() {\n const {\n pos\n } = this.state;\n const next = this.input.charCodeAt(pos + 1);\n if (next === 62) {\n const size = this.input.charCodeAt(pos + 2) === 62 ? 3 : 2;\n if (this.input.charCodeAt(pos + size) === 61) {\n this.finishOp(30, size + 1);\n return;\n }\n this.finishOp(52, size);\n return;\n }\n if (next === 61) {\n this.finishOp(49, 2);\n return;\n }\n this.finishOp(48, 1);\n }\n readToken_eq_excl(code) {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === 61) {\n this.finishOp(46, this.input.charCodeAt(this.state.pos + 2) === 61 ? 3 : 2);\n return;\n }\n if (code === 61 && next === 62) {\n this.state.pos += 2;\n this.finishToken(19);\n return;\n }\n this.finishOp(code === 61 ? 29 : 35, 1);\n }\n readToken_question() {\n const next = this.input.charCodeAt(this.state.pos + 1);\n const next2 = this.input.charCodeAt(this.state.pos + 2);\n if (next === 63) {\n if (next2 === 61) {\n this.finishOp(30, 3);\n } else {\n this.finishOp(40, 2);\n }\n } else if (next === 46 && !(next2 >= 48 && next2 <= 57)) {\n this.state.pos += 2;\n this.finishToken(18);\n } else {\n ++this.state.pos;\n this.finishToken(17);\n }\n }\n getTokenFromCode(code) {\n switch (code) {\n case 46:\n this.readToken_dot();\n return;\n case 40:\n ++this.state.pos;\n this.finishToken(10);\n return;\n case 41:\n ++this.state.pos;\n this.finishToken(11);\n return;\n case 59:\n ++this.state.pos;\n this.finishToken(13);\n return;\n case 44:\n ++this.state.pos;\n this.finishToken(12);\n return;\n case 91:\n if (this.hasPlugin(\"recordAndTuple\") && this.input.charCodeAt(this.state.pos + 1) === 124) {\n if (this.getPluginOption(\"recordAndTuple\", \"syntaxType\") !== \"bar\") {\n throw this.raise(Errors.TupleExpressionBarIncorrectStartSyntaxType, this.state.curPosition());\n }\n this.state.pos += 2;\n this.finishToken(2);\n } else {\n ++this.state.pos;\n this.finishToken(0);\n }\n return;\n case 93:\n ++this.state.pos;\n this.finishToken(3);\n return;\n case 123:\n if (this.hasPlugin(\"recordAndTuple\") && this.input.charCodeAt(this.state.pos + 1) === 124) {\n if (this.getPluginOption(\"recordAndTuple\", \"syntaxType\") !== \"bar\") {\n throw this.raise(Errors.RecordExpressionBarIncorrectStartSyntaxType, this.state.curPosition());\n }\n this.state.pos += 2;\n this.finishToken(6);\n } else {\n ++this.state.pos;\n this.finishToken(5);\n }\n return;\n case 125:\n ++this.state.pos;\n this.finishToken(8);\n return;\n case 58:\n if (this.hasPlugin(\"functionBind\") && this.input.charCodeAt(this.state.pos + 1) === 58) {\n this.finishOp(15, 2);\n } else {\n ++this.state.pos;\n this.finishToken(14);\n }\n return;\n case 63:\n this.readToken_question();\n return;\n case 96:\n this.readTemplateToken();\n return;\n case 48:\n {\n const next = this.input.charCodeAt(this.state.pos + 1);\n if (next === 120 || next === 88) {\n this.readRadixNumber(16);\n return;\n }\n if (next === 111 || next === 79) {\n this.readRadixNumber(8);\n return;\n }\n if (next === 98 || next === 66) {\n this.readRadixNumber(2);\n return;\n }\n }\n case 49:\n case 50:\n case 51:\n case 52:\n case 53:\n case 54:\n case 55:\n case 56:\n case 57:\n this.readNumber(false);\n return;\n case 34:\n case 39:\n this.readString(code);\n return;\n case 47:\n this.readToken_slash();\n return;\n case 37:\n case 42:\n this.readToken_mult_modulo(code);\n return;\n case 124:\n case 38:\n this.readToken_pipe_amp(code);\n return;\n case 94:\n this.readToken_caret();\n return;\n case 43:\n case 45:\n this.readToken_plus_min(code);\n return;\n case 60:\n this.readToken_lt();\n return;\n case 62:\n this.readToken_gt();\n return;\n case 61:\n case 33:\n this.readToken_eq_excl(code);\n return;\n case 126:\n this.finishOp(36, 1);\n return;\n case 64:\n this.readToken_atSign();\n return;\n case 35:\n this.readToken_numberSign();\n return;\n case 92:\n this.readWord();\n return;\n default:\n if (isIdentifierStart(code)) {\n this.readWord(code);\n return;\n }\n }\n throw this.raise(Errors.InvalidOrUnexpectedToken, this.state.curPosition(), {\n unexpected: String.fromCodePoint(code)\n });\n }\n finishOp(type, size) {\n const str = this.input.slice(this.state.pos, this.state.pos + size);\n this.state.pos += size;\n this.finishToken(type, str);\n }\n readRegexp() {\n const startLoc = this.state.startLoc;\n const start = this.state.start + 1;\n let escaped, inClass;\n let {\n pos\n } = this.state;\n for (;; ++pos) {\n if (pos >= this.length) {\n throw this.raise(Errors.UnterminatedRegExp, createPositionWithColumnOffset(startLoc, 1));\n }\n const ch = this.input.charCodeAt(pos);\n if (isNewLine(ch)) {\n throw this.raise(Errors.UnterminatedRegExp, createPositionWithColumnOffset(startLoc, 1));\n }\n if (escaped) {\n escaped = false;\n } else {\n if (ch === 91) {\n inClass = true;\n } else if (ch === 93 && inClass) {\n inClass = false;\n } else if (ch === 47 && !inClass) {\n break;\n }\n escaped = ch === 92;\n }\n }\n const content = this.input.slice(start, pos);\n ++pos;\n let mods = \"\";\n const nextPos = () => createPositionWithColumnOffset(startLoc, pos + 2 - start);\n while (pos < this.length) {\n const cp = this.codePointAtPos(pos);\n const char = String.fromCharCode(cp);\n if (VALID_REGEX_FLAGS.has(cp)) {\n if (cp === 118) {\n if (mods.includes(\"u\")) {\n this.raise(Errors.IncompatibleRegExpUVFlags, nextPos());\n }\n } else if (cp === 117) {\n if (mods.includes(\"v\")) {\n this.raise(Errors.IncompatibleRegExpUVFlags, nextPos());\n }\n }\n if (mods.includes(char)) {\n this.raise(Errors.DuplicateRegExpFlags, nextPos());\n }\n } else if (isIdentifierChar(cp) || cp === 92) {\n this.raise(Errors.MalformedRegExpFlags, nextPos());\n } else {\n break;\n }\n ++pos;\n mods += char;\n }\n this.state.pos = pos;\n this.finishToken(138, {\n pattern: content,\n flags: mods\n });\n }\n readInt(radix, len, forceLen = false, allowNumSeparator = true) {\n const {\n n,\n pos\n } = readInt(this.input, this.state.pos, this.state.lineStart, this.state.curLine, radix, len, forceLen, allowNumSeparator, this.errorHandlers_readInt, false);\n this.state.pos = pos;\n return n;\n }\n readRadixNumber(radix) {\n const start = this.state.pos;\n const startLoc = this.state.curPosition();\n let isBigInt = false;\n this.state.pos += 2;\n const val = this.readInt(radix);\n if (val == null) {\n this.raise(Errors.InvalidDigit, createPositionWithColumnOffset(startLoc, 2), {\n radix\n });\n }\n const next = this.input.charCodeAt(this.state.pos);\n if (next === 110) {\n ++this.state.pos;\n isBigInt = true;\n } else if (next === 109) {\n throw this.raise(Errors.InvalidDecimal, startLoc);\n }\n if (isIdentifierStart(this.codePointAtPos(this.state.pos))) {\n throw this.raise(Errors.NumberIdentifier, this.state.curPosition());\n }\n if (isBigInt) {\n const str = this.input.slice(start, this.state.pos).replace(/[_n]/g, \"\");\n this.finishToken(136, str);\n return;\n }\n this.finishToken(135, val);\n }\n readNumber(startsWithDot) {\n const start = this.state.pos;\n const startLoc = this.state.curPosition();\n let isFloat = false;\n let isBigInt = false;\n let hasExponent = false;\n let isOctal = false;\n if (!startsWithDot && this.readInt(10) === null) {\n this.raise(Errors.InvalidNumber, this.state.curPosition());\n }\n const hasLeadingZero = this.state.pos - start >= 2 && this.input.charCodeAt(start) === 48;\n if (hasLeadingZero) {\n const integer = this.input.slice(start, this.state.pos);\n this.recordStrictModeErrors(Errors.StrictOctalLiteral, startLoc);\n if (!this.state.strict) {\n const underscorePos = integer.indexOf(\"_\");\n if (underscorePos > 0) {\n this.raise(Errors.ZeroDigitNumericSeparator, createPositionWithColumnOffset(startLoc, underscorePos));\n }\n }\n isOctal = hasLeadingZero && !/[89]/.test(integer);\n }\n let next = this.input.charCodeAt(this.state.pos);\n if (next === 46 && !isOctal) {\n ++this.state.pos;\n this.readInt(10);\n isFloat = true;\n next = this.input.charCodeAt(this.state.pos);\n }\n if ((next === 69 || next === 101) && !isOctal) {\n next = this.input.charCodeAt(++this.state.pos);\n if (next === 43 || next === 45) {\n ++this.state.pos;\n }\n if (this.readInt(10) === null) {\n this.raise(Errors.InvalidOrMissingExponent, startLoc);\n }\n isFloat = true;\n hasExponent = true;\n next = this.input.charCodeAt(this.state.pos);\n }\n if (next === 110) {\n if (isFloat || hasLeadingZero) {\n this.raise(Errors.InvalidBigIntLiteral, startLoc);\n }\n ++this.state.pos;\n isBigInt = true;\n }\n if (next === 109) {\n this.expectPlugin(\"decimal\", this.state.curPosition());\n if (hasExponent || hasLeadingZero) {\n this.raise(Errors.InvalidDecimal, startLoc);\n }\n ++this.state.pos;\n var isDecimal = true;\n }\n if (isIdentifierStart(this.codePointAtPos(this.state.pos))) {\n throw this.raise(Errors.NumberIdentifier, this.state.curPosition());\n }\n const str = this.input.slice(start, this.state.pos).replace(/[_mn]/g, \"\");\n if (isBigInt) {\n this.finishToken(136, str);\n return;\n }\n if (isDecimal) {\n this.finishToken(137, str);\n return;\n }\n const val = isOctal ? parseInt(str, 8) : parseFloat(str);\n this.finishToken(135, val);\n }\n readCodePoint(throwOnInvalid) {\n const {\n code,\n pos\n } = readCodePoint(this.input, this.state.pos, this.state.lineStart, this.state.curLine, throwOnInvalid, this.errorHandlers_readCodePoint);\n this.state.pos = pos;\n return code;\n }\n readString(quote) {\n const {\n str,\n pos,\n curLine,\n lineStart\n } = readStringContents(quote === 34 ? \"double\" : \"single\", this.input, this.state.pos + 1, this.state.lineStart, this.state.curLine, this.errorHandlers_readStringContents_string);\n this.state.pos = pos + 1;\n this.state.lineStart = lineStart;\n this.state.curLine = curLine;\n this.finishToken(134, str);\n }\n readTemplateContinuation() {\n if (!this.match(8)) {\n this.unexpected(null, 8);\n }\n this.state.pos--;\n this.readTemplateToken();\n }\n readTemplateToken() {\n const opening = this.input[this.state.pos];\n const {\n str,\n firstInvalidLoc,\n pos,\n curLine,\n lineStart\n } = readStringContents(\"template\", this.input, this.state.pos + 1, this.state.lineStart, this.state.curLine, this.errorHandlers_readStringContents_template);\n this.state.pos = pos + 1;\n this.state.lineStart = lineStart;\n this.state.curLine = curLine;\n if (firstInvalidLoc) {\n this.state.firstInvalidTemplateEscapePos = new Position(firstInvalidLoc.curLine, firstInvalidLoc.pos - firstInvalidLoc.lineStart, this.sourceToOffsetPos(firstInvalidLoc.pos));\n }\n if (this.input.codePointAt(pos) === 96) {\n this.finishToken(24, firstInvalidLoc ? null : opening + str + \"`\");\n } else {\n this.state.pos++;\n this.finishToken(25, firstInvalidLoc ? null : opening + str + \"${\");\n }\n }\n recordStrictModeErrors(toParseError, at) {\n const index = at.index;\n if (this.state.strict && !this.state.strictErrors.has(index)) {\n this.raise(toParseError, at);\n } else {\n this.state.strictErrors.set(index, [toParseError, at]);\n }\n }\n readWord1(firstCode) {\n this.state.containsEsc = false;\n let word = \"\";\n const start = this.state.pos;\n let chunkStart = this.state.pos;\n if (firstCode !== undefined) {\n this.state.pos += firstCode <= 0xffff ? 1 : 2;\n }\n while (this.state.pos < this.length) {\n const ch = this.codePointAtPos(this.state.pos);\n if (isIdentifierChar(ch)) {\n this.state.pos += ch <= 0xffff ? 1 : 2;\n } else if (ch === 92) {\n this.state.containsEsc = true;\n word += this.input.slice(chunkStart, this.state.pos);\n const escStart = this.state.curPosition();\n const identifierCheck = this.state.pos === start ? isIdentifierStart : isIdentifierChar;\n if (this.input.charCodeAt(++this.state.pos) !== 117) {\n this.raise(Errors.MissingUnicodeEscape, this.state.curPosition());\n chunkStart = this.state.pos - 1;\n continue;\n }\n ++this.state.pos;\n const esc = this.readCodePoint(true);\n if (esc !== null) {\n if (!identifierCheck(esc)) {\n this.raise(Errors.EscapedCharNotAnIdentifier, escStart);\n }\n word += String.fromCodePoint(esc);\n }\n chunkStart = this.state.pos;\n } else {\n break;\n }\n }\n return word + this.input.slice(chunkStart, this.state.pos);\n }\n readWord(firstCode) {\n const word = this.readWord1(firstCode);\n const type = keywords$1.get(word);\n if (type !== undefined) {\n this.finishToken(type, tokenLabelName(type));\n } else {\n this.finishToken(132, word);\n }\n }\n checkKeywordEscapes() {\n const {\n type\n } = this.state;\n if (tokenIsKeyword(type) && this.state.containsEsc) {\n this.raise(Errors.InvalidEscapedReservedWord, this.state.startLoc, {\n reservedWord: tokenLabelName(type)\n });\n }\n }\n raise(toParseError, at, details = {}) {\n const loc = at instanceof Position ? at : at.loc.start;\n const error = toParseError(loc, details);\n if (!(this.optionFlags & 2048)) throw error;\n if (!this.isLookahead) this.state.errors.push(error);\n return error;\n }\n raiseOverwrite(toParseError, at, details = {}) {\n const loc = at instanceof Position ? at : at.loc.start;\n const pos = loc.index;\n const errors = this.state.errors;\n for (let i = errors.length - 1; i >= 0; i--) {\n const error = errors[i];\n if (error.loc.index === pos) {\n return errors[i] = toParseError(loc, details);\n }\n if (error.loc.index < pos) break;\n }\n return this.raise(toParseError, at, details);\n }\n updateContext(prevType) {}\n unexpected(loc, type) {\n throw this.raise(Errors.UnexpectedToken, loc != null ? loc : this.state.startLoc, {\n expected: type ? tokenLabelName(type) : null\n });\n }\n expectPlugin(pluginName, loc) {\n if (this.hasPlugin(pluginName)) {\n return true;\n }\n throw this.raise(Errors.MissingPlugin, loc != null ? loc : this.state.startLoc, {\n missingPlugin: [pluginName]\n });\n }\n expectOnePlugin(pluginNames) {\n if (!pluginNames.some(name => this.hasPlugin(name))) {\n throw this.raise(Errors.MissingOneOfPlugins, this.state.startLoc, {\n missingPlugin: pluginNames\n });\n }\n }\n errorBuilder(error) {\n return (pos, lineStart, curLine) => {\n this.raise(error, buildPosition(pos, lineStart, curLine));\n };\n }\n}\nclass ClassScope {\n constructor() {\n this.privateNames = new Set();\n this.loneAccessors = new Map();\n this.undefinedPrivateNames = new Map();\n }\n}\nclass ClassScopeHandler {\n constructor(parser) {\n this.parser = void 0;\n this.stack = [];\n this.undefinedPrivateNames = new Map();\n this.parser = parser;\n }\n current() {\n return this.stack[this.stack.length - 1];\n }\n enter() {\n this.stack.push(new ClassScope());\n }\n exit() {\n const oldClassScope = this.stack.pop();\n const current = this.current();\n for (const [name, loc] of Array.from(oldClassScope.undefinedPrivateNames)) {\n if (current) {\n if (!current.undefinedPrivateNames.has(name)) {\n current.undefinedPrivateNames.set(name, loc);\n }\n } else {\n this.parser.raise(Errors.InvalidPrivateFieldResolution, loc, {\n identifierName: name\n });\n }\n }\n }\n declarePrivateName(name, elementType, loc) {\n const {\n privateNames,\n loneAccessors,\n undefinedPrivateNames\n } = this.current();\n let redefined = privateNames.has(name);\n if (elementType & 3) {\n const accessor = redefined && loneAccessors.get(name);\n if (accessor) {\n const oldStatic = accessor & 4;\n const newStatic = elementType & 4;\n const oldKind = accessor & 3;\n const newKind = elementType & 3;\n redefined = oldKind === newKind || oldStatic !== newStatic;\n if (!redefined) loneAccessors.delete(name);\n } else if (!redefined) {\n loneAccessors.set(name, elementType);\n }\n }\n if (redefined) {\n this.parser.raise(Errors.PrivateNameRedeclaration, loc, {\n identifierName: name\n });\n }\n privateNames.add(name);\n undefinedPrivateNames.delete(name);\n }\n usePrivateName(name, loc) {\n let classScope;\n for (classScope of this.stack) {\n if (classScope.privateNames.has(name)) return;\n }\n if (classScope) {\n classScope.undefinedPrivateNames.set(name, loc);\n } else {\n this.parser.raise(Errors.InvalidPrivateFieldResolution, loc, {\n identifierName: name\n });\n }\n }\n}\nclass ExpressionScope {\n constructor(type = 0) {\n this.type = type;\n }\n canBeArrowParameterDeclaration() {\n return this.type === 2 || this.type === 1;\n }\n isCertainlyParameterDeclaration() {\n return this.type === 3;\n }\n}\nclass ArrowHeadParsingScope extends ExpressionScope {\n constructor(type) {\n super(type);\n this.declarationErrors = new Map();\n }\n recordDeclarationError(ParsingErrorClass, at) {\n const index = at.index;\n this.declarationErrors.set(index, [ParsingErrorClass, at]);\n }\n clearDeclarationError(index) {\n this.declarationErrors.delete(index);\n }\n iterateErrors(iterator) {\n this.declarationErrors.forEach(iterator);\n }\n}\nclass ExpressionScopeHandler {\n constructor(parser) {\n this.parser = void 0;\n this.stack = [new ExpressionScope()];\n this.parser = parser;\n }\n enter(scope) {\n this.stack.push(scope);\n }\n exit() {\n this.stack.pop();\n }\n recordParameterInitializerError(toParseError, node) {\n const origin = node.loc.start;\n const {\n stack\n } = this;\n let i = stack.length - 1;\n let scope = stack[i];\n while (!scope.isCertainlyParameterDeclaration()) {\n if (scope.canBeArrowParameterDeclaration()) {\n scope.recordDeclarationError(toParseError, origin);\n } else {\n return;\n }\n scope = stack[--i];\n }\n this.parser.raise(toParseError, origin);\n }\n recordArrowParameterBindingError(error, node) {\n const {\n stack\n } = this;\n const scope = stack[stack.length - 1];\n const origin = node.loc.start;\n if (scope.isCertainlyParameterDeclaration()) {\n this.parser.raise(error, origin);\n } else if (scope.canBeArrowParameterDeclaration()) {\n scope.recordDeclarationError(error, origin);\n } else {\n return;\n }\n }\n recordAsyncArrowParametersError(at) {\n const {\n stack\n } = this;\n let i = stack.length - 1;\n let scope = stack[i];\n while (scope.canBeArrowParameterDeclaration()) {\n if (scope.type === 2) {\n scope.recordDeclarationError(Errors.AwaitBindingIdentifier, at);\n }\n scope = stack[--i];\n }\n }\n validateAsPattern() {\n const {\n stack\n } = this;\n const currentScope = stack[stack.length - 1];\n if (!currentScope.canBeArrowParameterDeclaration()) return;\n currentScope.iterateErrors(([toParseError, loc]) => {\n this.parser.raise(toParseError, loc);\n let i = stack.length - 2;\n let scope = stack[i];\n while (scope.canBeArrowParameterDeclaration()) {\n scope.clearDeclarationError(loc.index);\n scope = stack[--i];\n }\n });\n }\n}\nfunction newParameterDeclarationScope() {\n return new ExpressionScope(3);\n}\nfunction newArrowHeadScope() {\n return new ArrowHeadParsingScope(1);\n}\nfunction newAsyncArrowScope() {\n return new ArrowHeadParsingScope(2);\n}\nfunction newExpressionScope() {\n return new ExpressionScope();\n}\nclass UtilParser extends Tokenizer {\n addExtra(node, key, value, enumerable = true) {\n if (!node) return;\n let {\n extra\n } = node;\n if (extra == null) {\n extra = {};\n node.extra = extra;\n }\n if (enumerable) {\n extra[key] = value;\n } else {\n Object.defineProperty(extra, key, {\n enumerable,\n value\n });\n }\n }\n isContextual(token) {\n return this.state.type === token && !this.state.containsEsc;\n }\n isUnparsedContextual(nameStart, name) {\n if (this.input.startsWith(name, nameStart)) {\n const nextCh = this.input.charCodeAt(nameStart + name.length);\n return !(isIdentifierChar(nextCh) || (nextCh & 0xfc00) === 0xd800);\n }\n return false;\n }\n isLookaheadContextual(name) {\n const next = this.nextTokenStart();\n return this.isUnparsedContextual(next, name);\n }\n eatContextual(token) {\n if (this.isContextual(token)) {\n this.next();\n return true;\n }\n return false;\n }\n expectContextual(token, toParseError) {\n if (!this.eatContextual(token)) {\n if (toParseError != null) {\n throw this.raise(toParseError, this.state.startLoc);\n }\n this.unexpected(null, token);\n }\n }\n canInsertSemicolon() {\n return this.match(140) || this.match(8) || this.hasPrecedingLineBreak();\n }\n hasPrecedingLineBreak() {\n return hasNewLine(this.input, this.offsetToSourcePos(this.state.lastTokEndLoc.index), this.state.start);\n }\n hasFollowingLineBreak() {\n return hasNewLine(this.input, this.state.end, this.nextTokenStart());\n }\n isLineTerminator() {\n return this.eat(13) || this.canInsertSemicolon();\n }\n semicolon(allowAsi = true) {\n if (allowAsi ? this.isLineTerminator() : this.eat(13)) return;\n this.raise(Errors.MissingSemicolon, this.state.lastTokEndLoc);\n }\n expect(type, loc) {\n if (!this.eat(type)) {\n this.unexpected(loc, type);\n }\n }\n tryParse(fn, oldState = this.state.clone()) {\n const abortSignal = {\n node: null\n };\n try {\n const node = fn((node = null) => {\n abortSignal.node = node;\n throw abortSignal;\n });\n if (this.state.errors.length > oldState.errors.length) {\n const failState = this.state;\n this.state = oldState;\n this.state.tokensLength = failState.tokensLength;\n return {\n node,\n error: failState.errors[oldState.errors.length],\n thrown: false,\n aborted: false,\n failState\n };\n }\n return {\n node: node,\n error: null,\n thrown: false,\n aborted: false,\n failState: null\n };\n } catch (error) {\n const failState = this.state;\n this.state = oldState;\n if (error instanceof SyntaxError) {\n return {\n node: null,\n error,\n thrown: true,\n aborted: false,\n failState\n };\n }\n if (error === abortSignal) {\n return {\n node: abortSignal.node,\n error: null,\n thrown: false,\n aborted: true,\n failState\n };\n }\n throw error;\n }\n }\n checkExpressionErrors(refExpressionErrors, andThrow) {\n if (!refExpressionErrors) return false;\n const {\n shorthandAssignLoc,\n doubleProtoLoc,\n privateKeyLoc,\n optionalParametersLoc,\n voidPatternLoc\n } = refExpressionErrors;\n const hasErrors = !!shorthandAssignLoc || !!doubleProtoLoc || !!optionalParametersLoc || !!privateKeyLoc || !!voidPatternLoc;\n if (!andThrow) {\n return hasErrors;\n }\n if (shorthandAssignLoc != null) {\n this.raise(Errors.InvalidCoverInitializedName, shorthandAssignLoc);\n }\n if (doubleProtoLoc != null) {\n this.raise(Errors.DuplicateProto, doubleProtoLoc);\n }\n if (privateKeyLoc != null) {\n this.raise(Errors.UnexpectedPrivateField, privateKeyLoc);\n }\n if (optionalParametersLoc != null) {\n this.unexpected(optionalParametersLoc);\n }\n if (voidPatternLoc != null) {\n this.raise(Errors.InvalidCoverDiscardElement, voidPatternLoc);\n }\n }\n isLiteralPropertyName() {\n return tokenIsLiteralPropertyName(this.state.type);\n }\n isPrivateName(node) {\n return node.type === \"PrivateName\";\n }\n getPrivateNameSV(node) {\n return node.id.name;\n }\n hasPropertyAsPrivateName(node) {\n return (node.type === \"MemberExpression\" || node.type === \"OptionalMemberExpression\") && this.isPrivateName(node.property);\n }\n isObjectProperty(node) {\n return node.type === \"ObjectProperty\";\n }\n isObjectMethod(node) {\n return node.type === \"ObjectMethod\";\n }\n initializeScopes(inModule = this.options.sourceType === \"module\") {\n const oldLabels = this.state.labels;\n this.state.labels = [];\n const oldExportedIdentifiers = this.exportedIdentifiers;\n this.exportedIdentifiers = new Set();\n const oldInModule = this.inModule;\n this.inModule = inModule;\n const oldScope = this.scope;\n const ScopeHandler = this.getScopeHandler();\n this.scope = new ScopeHandler(this, inModule);\n const oldProdParam = this.prodParam;\n this.prodParam = new ProductionParameterHandler();\n const oldClassScope = this.classScope;\n this.classScope = new ClassScopeHandler(this);\n const oldExpressionScope = this.expressionScope;\n this.expressionScope = new ExpressionScopeHandler(this);\n return () => {\n this.state.labels = oldLabels;\n this.exportedIdentifiers = oldExportedIdentifiers;\n this.inModule = oldInModule;\n this.scope = oldScope;\n this.prodParam = oldProdParam;\n this.classScope = oldClassScope;\n this.expressionScope = oldExpressionScope;\n };\n }\n enterInitialScopes() {\n let paramFlags = 0;\n if (this.inModule || this.optionFlags & 1) {\n paramFlags |= 2;\n }\n if (this.optionFlags & 32) {\n paramFlags |= 1;\n }\n const isCommonJS = !this.inModule && this.options.sourceType === \"commonjs\";\n if (isCommonJS || this.optionFlags & 2) {\n paramFlags |= 4;\n }\n this.prodParam.enter(paramFlags);\n let scopeFlags = isCommonJS ? 514 : 1;\n if (this.optionFlags & 4) {\n scopeFlags |= 512;\n }\n this.scope.enter(scopeFlags);\n }\n checkDestructuringPrivate(refExpressionErrors) {\n const {\n privateKeyLoc\n } = refExpressionErrors;\n if (privateKeyLoc !== null) {\n this.expectPlugin(\"destructuringPrivate\", privateKeyLoc);\n }\n }\n}\nclass ExpressionErrors {\n constructor() {\n this.shorthandAssignLoc = null;\n this.doubleProtoLoc = null;\n this.privateKeyLoc = null;\n this.optionalParametersLoc = null;\n this.voidPatternLoc = null;\n }\n}\nclass Node {\n constructor(parser, pos, loc) {\n this.type = \"\";\n this.start = pos;\n this.end = 0;\n this.loc = new SourceLocation(loc);\n if ((parser == null ? void 0 : parser.optionFlags) & 128) this.range = [pos, 0];\n if (parser != null && parser.filename) this.loc.filename = parser.filename;\n }\n}\nconst NodePrototype = Node.prototype;\nNodePrototype.__clone = function () {\n const newNode = new Node(undefined, this.start, this.loc.start);\n const keys = Object.keys(this);\n for (let i = 0, length = keys.length; i < length; i++) {\n const key = keys[i];\n if (key !== \"leadingComments\" && key !== \"trailingComments\" && key !== \"innerComments\") {\n newNode[key] = this[key];\n }\n }\n return newNode;\n};\nclass NodeUtils extends UtilParser {\n startNode() {\n const loc = this.state.startLoc;\n return new Node(this, loc.index, loc);\n }\n startNodeAt(loc) {\n return new Node(this, loc.index, loc);\n }\n startNodeAtNode(type) {\n return this.startNodeAt(type.loc.start);\n }\n finishNode(node, type) {\n return this.finishNodeAt(node, type, this.state.lastTokEndLoc);\n }\n finishNodeAt(node, type, endLoc) {\n node.type = type;\n node.end = endLoc.index;\n node.loc.end = endLoc;\n if (this.optionFlags & 128) node.range[1] = endLoc.index;\n if (this.optionFlags & 4096) {\n this.processComment(node);\n }\n return node;\n }\n resetStartLocation(node, startLoc) {\n node.start = startLoc.index;\n node.loc.start = startLoc;\n if (this.optionFlags & 128) node.range[0] = startLoc.index;\n }\n resetEndLocation(node, endLoc = this.state.lastTokEndLoc) {\n node.end = endLoc.index;\n node.loc.end = endLoc;\n if (this.optionFlags & 128) node.range[1] = endLoc.index;\n }\n resetStartLocationFromNode(node, locationNode) {\n this.resetStartLocation(node, locationNode.loc.start);\n }\n castNodeTo(node, type) {\n node.type = type;\n return node;\n }\n cloneIdentifier(node) {\n const {\n type,\n start,\n end,\n loc,\n range,\n name\n } = node;\n const cloned = Object.create(NodePrototype);\n cloned.type = type;\n cloned.start = start;\n cloned.end = end;\n cloned.loc = loc;\n cloned.range = range;\n cloned.name = name;\n if (node.extra) cloned.extra = node.extra;\n return cloned;\n }\n cloneStringLiteral(node) {\n const {\n type,\n start,\n end,\n loc,\n range,\n extra\n } = node;\n const cloned = Object.create(NodePrototype);\n cloned.type = type;\n cloned.start = start;\n cloned.end = end;\n cloned.loc = loc;\n cloned.range = range;\n cloned.extra = extra;\n cloned.value = node.value;\n return cloned;\n }\n}\nconst unwrapParenthesizedExpression = node => {\n return node.type === \"ParenthesizedExpression\" ? unwrapParenthesizedExpression(node.expression) : node;\n};\nclass LValParser extends NodeUtils {\n toAssignable(node, isLHS = false) {\n var _node$extra, _node$extra3;\n let parenthesized = undefined;\n if (node.type === \"ParenthesizedExpression\" || (_node$extra = node.extra) != null && _node$extra.parenthesized) {\n parenthesized = unwrapParenthesizedExpression(node);\n if (isLHS) {\n if (parenthesized.type === \"Identifier\") {\n this.expressionScope.recordArrowParameterBindingError(Errors.InvalidParenthesizedAssignment, node);\n } else if (parenthesized.type !== \"CallExpression\" && parenthesized.type !== \"MemberExpression\" && !this.isOptionalMemberExpression(parenthesized)) {\n this.raise(Errors.InvalidParenthesizedAssignment, node);\n }\n } else {\n this.raise(Errors.InvalidParenthesizedAssignment, node);\n }\n }\n switch (node.type) {\n case \"Identifier\":\n case \"ObjectPattern\":\n case \"ArrayPattern\":\n case \"AssignmentPattern\":\n case \"RestElement\":\n case \"VoidPattern\":\n break;\n case \"ObjectExpression\":\n this.castNodeTo(node, \"ObjectPattern\");\n for (let i = 0, length = node.properties.length, last = length - 1; i < length; i++) {\n var _node$extra2;\n const prop = node.properties[i];\n const isLast = i === last;\n this.toAssignableObjectExpressionProp(prop, isLast, isLHS);\n if (isLast && prop.type === \"RestElement\" && (_node$extra2 = node.extra) != null && _node$extra2.trailingCommaLoc) {\n this.raise(Errors.RestTrailingComma, node.extra.trailingCommaLoc);\n }\n }\n break;\n case \"ObjectProperty\":\n {\n const {\n key,\n value\n } = node;\n if (this.isPrivateName(key)) {\n this.classScope.usePrivateName(this.getPrivateNameSV(key), key.loc.start);\n }\n this.toAssignable(value, isLHS);\n break;\n }\n case \"SpreadElement\":\n {\n throw new Error(\"Internal @babel/parser error (this is a bug, please report it).\" + \" SpreadElement should be converted by .toAssignable's caller.\");\n }\n case \"ArrayExpression\":\n this.castNodeTo(node, \"ArrayPattern\");\n this.toAssignableList(node.elements, (_node$extra3 = node.extra) == null ? void 0 : _node$extra3.trailingCommaLoc, isLHS);\n break;\n case \"AssignmentExpression\":\n if (node.operator !== \"=\") {\n this.raise(Errors.MissingEqInAssignment, node.left.loc.end);\n }\n this.castNodeTo(node, \"AssignmentPattern\");\n delete node.operator;\n if (node.left.type === \"VoidPattern\") {\n this.raise(Errors.VoidPatternInitializer, node.left);\n }\n this.toAssignable(node.left, isLHS);\n break;\n case \"ParenthesizedExpression\":\n this.toAssignable(parenthesized, isLHS);\n break;\n }\n }\n toAssignableObjectExpressionProp(prop, isLast, isLHS) {\n if (prop.type === \"ObjectMethod\") {\n this.raise(prop.kind === \"get\" || prop.kind === \"set\" ? Errors.PatternHasAccessor : Errors.PatternHasMethod, prop.key);\n } else if (prop.type === \"SpreadElement\") {\n this.castNodeTo(prop, \"RestElement\");\n const arg = prop.argument;\n this.checkToRestConversion(arg, false);\n this.toAssignable(arg, isLHS);\n if (!isLast) {\n this.raise(Errors.RestTrailingComma, prop);\n }\n } else {\n this.toAssignable(prop, isLHS);\n }\n }\n toAssignableList(exprList, trailingCommaLoc, isLHS) {\n const end = exprList.length - 1;\n for (let i = 0; i <= end; i++) {\n const elt = exprList[i];\n if (!elt) continue;\n this.toAssignableListItem(exprList, i, isLHS);\n if (elt.type === \"RestElement\") {\n if (i < end) {\n this.raise(Errors.RestTrailingComma, elt);\n } else if (trailingCommaLoc) {\n this.raise(Errors.RestTrailingComma, trailingCommaLoc);\n }\n }\n }\n }\n toAssignableListItem(exprList, index, isLHS) {\n const node = exprList[index];\n if (node.type === \"SpreadElement\") {\n this.castNodeTo(node, \"RestElement\");\n const arg = node.argument;\n this.checkToRestConversion(arg, true);\n this.toAssignable(arg, isLHS);\n } else {\n this.toAssignable(node, isLHS);\n }\n }\n isAssignable(node, isBinding) {\n switch (node.type) {\n case \"Identifier\":\n case \"ObjectPattern\":\n case \"ArrayPattern\":\n case \"AssignmentPattern\":\n case \"RestElement\":\n case \"VoidPattern\":\n return true;\n case \"ObjectExpression\":\n {\n const last = node.properties.length - 1;\n return node.properties.every((prop, i) => {\n return prop.type !== \"ObjectMethod\" && (i === last || prop.type !== \"SpreadElement\") && this.isAssignable(prop);\n });\n }\n case \"ObjectProperty\":\n return this.isAssignable(node.value);\n case \"SpreadElement\":\n return this.isAssignable(node.argument);\n case \"ArrayExpression\":\n return node.elements.every(element => element === null || this.isAssignable(element));\n case \"AssignmentExpression\":\n return node.operator === \"=\";\n case \"ParenthesizedExpression\":\n return this.isAssignable(node.expression);\n case \"MemberExpression\":\n case \"OptionalMemberExpression\":\n return !isBinding;\n default:\n return false;\n }\n }\n toReferencedList(exprList, isParenthesizedExpr) {\n return exprList;\n }\n toReferencedListDeep(exprList, isParenthesizedExpr) {\n this.toReferencedList(exprList, isParenthesizedExpr);\n for (const expr of exprList) {\n if ((expr == null ? void 0 : expr.type) === \"ArrayExpression\") {\n this.toReferencedListDeep(expr.elements);\n }\n }\n }\n parseSpread(refExpressionErrors) {\n const node = this.startNode();\n this.next();\n node.argument = this.parseMaybeAssignAllowIn(refExpressionErrors, undefined);\n return this.finishNode(node, \"SpreadElement\");\n }\n parseRestBinding() {\n const node = this.startNode();\n this.next();\n const argument = this.parseBindingAtom();\n if (argument.type === \"VoidPattern\") {\n this.raise(Errors.UnexpectedVoidPattern, argument);\n }\n node.argument = argument;\n return this.finishNode(node, \"RestElement\");\n }\n parseBindingAtom() {\n switch (this.state.type) {\n case 0:\n {\n const node = this.startNode();\n this.next();\n node.elements = this.parseBindingList(3, 93, 1);\n return this.finishNode(node, \"ArrayPattern\");\n }\n case 5:\n return this.parseObjectLike(8, true);\n case 88:\n return this.parseVoidPattern(null);\n }\n return this.parseIdentifier();\n }\n parseBindingList(close, closeCharCode, flags) {\n const allowEmpty = flags & 1;\n const elts = [];\n let first = true;\n while (!this.eat(close)) {\n if (first) {\n first = false;\n } else {\n this.expect(12);\n }\n if (allowEmpty && this.match(12)) {\n elts.push(null);\n } else if (this.eat(close)) {\n break;\n } else if (this.match(21)) {\n let rest = this.parseRestBinding();\n if (this.hasPlugin(\"flow\") || flags & 2) {\n rest = this.parseFunctionParamType(rest);\n }\n elts.push(rest);\n if (!this.checkCommaAfterRest(closeCharCode)) {\n this.expect(close);\n break;\n }\n } else {\n const decorators = [];\n if (flags & 2) {\n if (this.match(26) && this.hasPlugin(\"decorators\")) {\n this.raise(Errors.UnsupportedParameterDecorator, this.state.startLoc);\n }\n while (this.match(26)) {\n decorators.push(this.parseDecorator());\n }\n }\n elts.push(this.parseBindingElement(flags, decorators));\n }\n }\n return elts;\n }\n parseBindingRestProperty(prop) {\n this.next();\n if (this.hasPlugin(\"discardBinding\") && this.match(88)) {\n prop.argument = this.parseVoidPattern(null);\n this.raise(Errors.UnexpectedVoidPattern, prop.argument);\n } else {\n prop.argument = this.parseIdentifier();\n }\n this.checkCommaAfterRest(125);\n return this.finishNode(prop, \"RestElement\");\n }\n parseBindingProperty() {\n const {\n type,\n startLoc\n } = this.state;\n if (type === 21) {\n return this.parseBindingRestProperty(this.startNode());\n }\n const prop = this.startNode();\n if (type === 139) {\n this.expectPlugin(\"destructuringPrivate\", startLoc);\n this.classScope.usePrivateName(this.state.value, startLoc);\n prop.key = this.parsePrivateName();\n } else {\n this.parsePropertyName(prop);\n }\n prop.method = false;\n return this.parseObjPropValue(prop, startLoc, false, false, true, false);\n }\n parseBindingElement(flags, decorators) {\n const left = this.parseMaybeDefault();\n if (this.hasPlugin(\"flow\") || flags & 2) {\n this.parseFunctionParamType(left);\n }\n if (decorators.length) {\n left.decorators = decorators;\n this.resetStartLocationFromNode(left, decorators[0]);\n }\n const elt = this.parseMaybeDefault(left.loc.start, left);\n return elt;\n }\n parseFunctionParamType(param) {\n return param;\n }\n parseMaybeDefault(startLoc, left) {\n startLoc != null ? startLoc : startLoc = this.state.startLoc;\n left = left != null ? left : this.parseBindingAtom();\n if (!this.eat(29)) return left;\n const node = this.startNodeAt(startLoc);\n if (left.type === \"VoidPattern\") {\n this.raise(Errors.VoidPatternInitializer, left);\n }\n node.left = left;\n node.right = this.parseMaybeAssignAllowIn();\n return this.finishNode(node, \"AssignmentPattern\");\n }\n isValidLVal(type, disallowCallExpression, isUnparenthesizedInAssign, binding) {\n switch (type) {\n case \"AssignmentPattern\":\n return \"left\";\n case \"RestElement\":\n return \"argument\";\n case \"ObjectProperty\":\n return \"value\";\n case \"ParenthesizedExpression\":\n return \"expression\";\n case \"ArrayPattern\":\n return \"elements\";\n case \"ObjectPattern\":\n return \"properties\";\n case \"VoidPattern\":\n return true;\n case \"CallExpression\":\n if (!disallowCallExpression && !this.state.strict && this.optionFlags & 8192) {\n return true;\n }\n }\n return false;\n }\n isOptionalMemberExpression(expression) {\n return expression.type === \"OptionalMemberExpression\";\n }\n checkLVal(expression, ancestor, binding = 64, checkClashes = false, strictModeChanged = false, hasParenthesizedAncestor = false, disallowCallExpression = false) {\n var _expression$extra;\n const type = expression.type;\n if (this.isObjectMethod(expression)) return;\n const isOptionalMemberExpression = this.isOptionalMemberExpression(expression);\n if (isOptionalMemberExpression || type === \"MemberExpression\") {\n if (isOptionalMemberExpression) {\n this.expectPlugin(\"optionalChainingAssign\", expression.loc.start);\n if (ancestor.type !== \"AssignmentExpression\") {\n this.raise(Errors.InvalidLhsOptionalChaining, expression, {\n ancestor\n });\n }\n }\n if (binding !== 64) {\n this.raise(Errors.InvalidPropertyBindingPattern, expression);\n }\n return;\n }\n if (type === \"Identifier\") {\n this.checkIdentifier(expression, binding, strictModeChanged);\n const {\n name\n } = expression;\n if (checkClashes) {\n if (checkClashes.has(name)) {\n this.raise(Errors.ParamDupe, expression);\n } else {\n checkClashes.add(name);\n }\n }\n return;\n } else if (type === \"VoidPattern\" && ancestor.type === \"CatchClause\") {\n this.raise(Errors.VoidPatternCatchClauseParam, expression);\n }\n const unwrappedExpression = unwrapParenthesizedExpression(expression);\n disallowCallExpression || (disallowCallExpression = unwrappedExpression.type === \"CallExpression\" && (unwrappedExpression.callee.type === \"Import\" || unwrappedExpression.callee.type === \"Super\"));\n const validity = this.isValidLVal(type, disallowCallExpression, !(hasParenthesizedAncestor || (_expression$extra = expression.extra) != null && _expression$extra.parenthesized) && ancestor.type === \"AssignmentExpression\", binding);\n if (validity === true) return;\n if (validity === false) {\n const ParseErrorClass = binding === 64 ? Errors.InvalidLhs : Errors.InvalidLhsBinding;\n this.raise(ParseErrorClass, expression, {\n ancestor\n });\n return;\n }\n let key, isParenthesizedExpression;\n if (typeof validity === \"string\") {\n key = validity;\n isParenthesizedExpression = type === \"ParenthesizedExpression\";\n } else {\n [key, isParenthesizedExpression] = validity;\n }\n const nextAncestor = type === \"ArrayPattern\" || type === \"ObjectPattern\" ? {\n type\n } : ancestor;\n const val = expression[key];\n if (Array.isArray(val)) {\n for (const child of val) {\n if (child) {\n this.checkLVal(child, nextAncestor, binding, checkClashes, strictModeChanged, isParenthesizedExpression, true);\n }\n }\n } else if (val) {\n this.checkLVal(val, nextAncestor, binding, checkClashes, strictModeChanged, isParenthesizedExpression, disallowCallExpression);\n }\n }\n checkIdentifier(at, bindingType, strictModeChanged = false) {\n if (this.state.strict && (strictModeChanged ? isStrictBindReservedWord(at.name, this.inModule) : isStrictBindOnlyReservedWord(at.name))) {\n if (bindingType === 64) {\n this.raise(Errors.StrictEvalArguments, at, {\n referenceName: at.name\n });\n } else {\n this.raise(Errors.StrictEvalArgumentsBinding, at, {\n bindingName: at.name\n });\n }\n }\n if (bindingType & 8192 && at.name === \"let\") {\n this.raise(Errors.LetInLexicalBinding, at);\n }\n if (!(bindingType & 64)) {\n this.declareNameFromIdentifier(at, bindingType);\n }\n }\n declareNameFromIdentifier(identifier, binding) {\n this.scope.declareName(identifier.name, binding, identifier.loc.start);\n }\n checkToRestConversion(node, allowPattern) {\n switch (node.type) {\n case \"ParenthesizedExpression\":\n this.checkToRestConversion(node.expression, allowPattern);\n break;\n case \"Identifier\":\n case \"MemberExpression\":\n break;\n case \"ArrayExpression\":\n case \"ObjectExpression\":\n if (allowPattern) break;\n default:\n this.raise(Errors.InvalidRestAssignmentPattern, node);\n }\n }\n checkCommaAfterRest(close) {\n if (!this.match(12)) {\n return false;\n }\n this.raise(this.lookaheadCharCode() === close ? Errors.RestTrailingComma : Errors.ElementAfterRest, this.state.startLoc);\n return true;\n }\n}\nconst keywordAndTSRelationalOperator = /in(?:stanceof)?|as|satisfies/y;\nfunction nonNull(x) {\n if (x == null) {\n throw new Error(`Unexpected ${x} value.`);\n }\n return x;\n}\nfunction assert(x) {\n if (!x) {\n throw new Error(\"Assert fail\");\n }\n}\nconst TSErrors = ParseErrorEnum`typescript`({\n AbstractMethodHasImplementation: ({\n methodName\n }) => `Method '${methodName}' cannot have an implementation because it is marked abstract.`,\n AbstractPropertyHasInitializer: ({\n propertyName\n }) => `Property '${propertyName}' cannot have an initializer because it is marked abstract.`,\n AccessorCannotBeOptional: \"An 'accessor' property cannot be declared optional.\",\n AccessorCannotDeclareThisParameter: \"'get' and 'set' accessors cannot declare 'this' parameters.\",\n AccessorCannotHaveTypeParameters: \"An accessor cannot have type parameters.\",\n ClassMethodHasDeclare: \"Class methods cannot have the 'declare' modifier.\",\n ClassMethodHasReadonly: \"Class methods cannot have the 'readonly' modifier.\",\n ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference: \"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.\",\n ConstructorHasTypeParameters: \"Type parameters cannot appear on a constructor declaration.\",\n DeclareAccessor: ({\n kind\n }) => `'declare' is not allowed in ${kind}ters.`,\n DeclareClassFieldHasInitializer: \"Initializers are not allowed in ambient contexts.\",\n DeclareFunctionHasImplementation: \"An implementation cannot be declared in ambient contexts.\",\n DuplicateAccessibilityModifier: ({\n modifier\n }) => `Accessibility modifier already seen: '${modifier}'.`,\n DuplicateModifier: ({\n modifier\n }) => `Duplicate modifier: '${modifier}'.`,\n EmptyHeritageClauseType: ({\n token\n }) => `'${token}' list cannot be empty.`,\n EmptyTypeArguments: \"Type argument list cannot be empty.\",\n EmptyTypeParameters: \"Type parameter list cannot be empty.\",\n ExpectedAmbientAfterExportDeclare: \"'export declare' must be followed by an ambient declaration.\",\n ImportAliasHasImportType: \"An import alias can not use 'import type'.\",\n ImportReflectionHasImportType: \"An `import module` declaration can not use `type` modifier\",\n IncompatibleModifiers: ({\n modifiers\n }) => `'${modifiers[0]}' modifier cannot be used with '${modifiers[1]}' modifier.`,\n IndexSignatureHasAbstract: \"Index signatures cannot have the 'abstract' modifier.\",\n IndexSignatureHasAccessibility: ({\n modifier\n }) => `Index signatures cannot have an accessibility modifier ('${modifier}').`,\n IndexSignatureHasDeclare: \"Index signatures cannot have the 'declare' modifier.\",\n IndexSignatureHasOverride: \"'override' modifier cannot appear on an index signature.\",\n IndexSignatureHasStatic: \"Index signatures cannot have the 'static' modifier.\",\n InitializerNotAllowedInAmbientContext: \"Initializers are not allowed in ambient contexts.\",\n InvalidHeritageClauseType: ({\n token\n }) => `'${token}' list can only include identifiers or qualified-names with optional type arguments.`,\n InvalidModifierOnAwaitUsingDeclaration: modifier => `'${modifier}' modifier cannot appear on an await using declaration.`,\n InvalidModifierOnTypeMember: ({\n modifier\n }) => `'${modifier}' modifier cannot appear on a type member.`,\n InvalidModifierOnTypeParameter: ({\n modifier\n }) => `'${modifier}' modifier cannot appear on a type parameter.`,\n InvalidModifierOnTypeParameterPositions: ({\n modifier\n }) => `'${modifier}' modifier can only appear on a type parameter of a class, interface or type alias.`,\n InvalidModifierOnUsingDeclaration: modifier => `'${modifier}' modifier cannot appear on a using declaration.`,\n InvalidModifiersOrder: ({\n orderedModifiers\n }) => `'${orderedModifiers[0]}' modifier must precede '${orderedModifiers[1]}' modifier.`,\n InvalidPropertyAccessAfterInstantiationExpression: \"Invalid property access after an instantiation expression. \" + \"You can either wrap the instantiation expression in parentheses, or delete the type arguments.\",\n InvalidTupleMemberLabel: \"Tuple members must be labeled with a simple identifier.\",\n MissingInterfaceName: \"'interface' declarations must be followed by an identifier.\",\n NonAbstractClassHasAbstractMethod: \"Abstract methods can only appear within an abstract class.\",\n NonClassMethodPropertyHasAbstractModifier: \"'abstract' modifier can only appear on a class, method, or property declaration.\",\n OptionalTypeBeforeRequired: \"A required element cannot follow an optional element.\",\n OverrideNotInSubClass: \"This member cannot have an 'override' modifier because its containing class does not extend another class.\",\n PatternIsOptional: \"A binding pattern parameter cannot be optional in an implementation signature.\",\n PrivateElementHasAbstract: \"Private elements cannot have the 'abstract' modifier.\",\n PrivateElementHasAccessibility: ({\n modifier\n }) => `Private elements cannot have an accessibility modifier ('${modifier}').`,\n ReadonlyForMethodSignature: \"'readonly' modifier can only appear on a property declaration or index signature.\",\n ReservedArrowTypeParam: \"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.\",\n ReservedTypeAssertion: \"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.\",\n SetAccessorCannotHaveOptionalParameter: \"A 'set' accessor cannot have an optional parameter.\",\n SetAccessorCannotHaveRestParameter: \"A 'set' accessor cannot have rest parameter.\",\n SetAccessorCannotHaveReturnType: \"A 'set' accessor cannot have a return type annotation.\",\n SingleTypeParameterWithoutTrailingComma: ({\n typeParameterName\n }) => `Single type parameter ${typeParameterName} should have a trailing comma. Example usage: <${typeParameterName},>.`,\n StaticBlockCannotHaveModifier: \"Static class blocks cannot have any modifier.\",\n TupleOptionalAfterType: \"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).\",\n TypeAnnotationAfterAssign: \"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.\",\n TypeImportCannotSpecifyDefaultAndNamed: \"A type-only import can specify a default import or named bindings, but not both.\",\n TypeModifierIsUsedInTypeExports: \"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.\",\n TypeModifierIsUsedInTypeImports: \"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.\",\n UnexpectedParameterModifier: \"A parameter property is only allowed in a constructor implementation.\",\n UnexpectedReadonly: \"'readonly' type modifier is only permitted on array and tuple literal types.\",\n UnexpectedTypeAnnotation: \"Did not expect a type annotation here.\",\n UnexpectedTypeCastInParameter: \"Unexpected type cast in parameter position.\",\n UnsupportedImportTypeArgument: \"Argument in a type import must be a string literal.\",\n UnsupportedParameterPropertyKind: \"A parameter property may not be declared using a binding pattern.\",\n UnsupportedSignatureParameterKind: ({\n type\n }) => `Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${type}.`,\n UsingDeclarationInAmbientContext: kind => `'${kind}' declarations are not allowed in ambient contexts.`\n});\nfunction keywordTypeFromName(value) {\n switch (value) {\n case \"any\":\n return \"TSAnyKeyword\";\n case \"boolean\":\n return \"TSBooleanKeyword\";\n case \"bigint\":\n return \"TSBigIntKeyword\";\n case \"never\":\n return \"TSNeverKeyword\";\n case \"number\":\n return \"TSNumberKeyword\";\n case \"object\":\n return \"TSObjectKeyword\";\n case \"string\":\n return \"TSStringKeyword\";\n case \"symbol\":\n return \"TSSymbolKeyword\";\n case \"undefined\":\n return \"TSUndefinedKeyword\";\n case \"unknown\":\n return \"TSUnknownKeyword\";\n default:\n return undefined;\n }\n}\nfunction tsIsAccessModifier(modifier) {\n return modifier === \"private\" || modifier === \"public\" || modifier === \"protected\";\n}\nfunction tsIsVarianceAnnotations(modifier) {\n return modifier === \"in\" || modifier === \"out\";\n}\nvar typescript = superClass => class TypeScriptParserMixin extends superClass {\n constructor(...args) {\n super(...args);\n this.tsParseInOutModifiers = this.tsParseModifiers.bind(this, {\n allowedModifiers: [\"in\", \"out\"],\n disallowedModifiers: [\"const\", \"public\", \"private\", \"protected\", \"readonly\", \"declare\", \"abstract\", \"override\"],\n errorTemplate: TSErrors.InvalidModifierOnTypeParameter\n });\n this.tsParseConstModifier = this.tsParseModifiers.bind(this, {\n allowedModifiers: [\"const\"],\n disallowedModifiers: [\"in\", \"out\"],\n errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions\n });\n this.tsParseInOutConstModifiers = this.tsParseModifiers.bind(this, {\n allowedModifiers: [\"in\", \"out\", \"const\"],\n disallowedModifiers: [\"public\", \"private\", \"protected\", \"readonly\", \"declare\", \"abstract\", \"override\"],\n errorTemplate: TSErrors.InvalidModifierOnTypeParameter\n });\n }\n getScopeHandler() {\n return TypeScriptScopeHandler;\n }\n tsIsIdentifier() {\n return tokenIsIdentifier(this.state.type);\n }\n tsTokenCanFollowModifier() {\n return this.match(0) || this.match(5) || this.match(55) || this.match(21) || this.match(139) || this.isLiteralPropertyName();\n }\n tsNextTokenOnSameLineAndCanFollowModifier() {\n this.next();\n if (this.hasPrecedingLineBreak()) {\n return false;\n }\n return this.tsTokenCanFollowModifier();\n }\n tsNextTokenCanFollowModifier() {\n if (this.match(106)) {\n this.next();\n return this.tsTokenCanFollowModifier();\n }\n return this.tsNextTokenOnSameLineAndCanFollowModifier();\n }\n tsParseModifier(allowedModifiers, stopOnStartOfClassStaticBlock, hasSeenStaticModifier) {\n if (!tokenIsIdentifier(this.state.type) && this.state.type !== 58 && this.state.type !== 75) {\n return undefined;\n }\n const modifier = this.state.value;\n if (allowedModifiers.includes(modifier)) {\n if (hasSeenStaticModifier && this.match(106)) {\n return undefined;\n }\n if (stopOnStartOfClassStaticBlock && this.tsIsStartOfStaticBlocks()) {\n return undefined;\n }\n if (this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this))) {\n return modifier;\n }\n }\n return undefined;\n }\n tsParseModifiers({\n allowedModifiers,\n disallowedModifiers,\n stopOnStartOfClassStaticBlock,\n errorTemplate = TSErrors.InvalidModifierOnTypeMember\n }, modified) {\n const enforceOrder = (loc, modifier, before, after) => {\n if (modifier === before && modified[after]) {\n this.raise(TSErrors.InvalidModifiersOrder, loc, {\n orderedModifiers: [before, after]\n });\n }\n };\n const incompatible = (loc, modifier, mod1, mod2) => {\n if (modified[mod1] && modifier === mod2 || modified[mod2] && modifier === mod1) {\n this.raise(TSErrors.IncompatibleModifiers, loc, {\n modifiers: [mod1, mod2]\n });\n }\n };\n for (;;) {\n const {\n startLoc\n } = this.state;\n const modifier = this.tsParseModifier(allowedModifiers.concat(disallowedModifiers != null ? disallowedModifiers : []), stopOnStartOfClassStaticBlock, modified.static);\n if (!modifier) break;\n if (tsIsAccessModifier(modifier)) {\n if (modified.accessibility) {\n this.raise(TSErrors.DuplicateAccessibilityModifier, startLoc, {\n modifier\n });\n } else {\n enforceOrder(startLoc, modifier, modifier, \"override\");\n enforceOrder(startLoc, modifier, modifier, \"static\");\n enforceOrder(startLoc, modifier, modifier, \"readonly\");\n modified.accessibility = modifier;\n }\n } else if (tsIsVarianceAnnotations(modifier)) {\n if (modified[modifier]) {\n this.raise(TSErrors.DuplicateModifier, startLoc, {\n modifier\n });\n }\n modified[modifier] = true;\n enforceOrder(startLoc, modifier, \"in\", \"out\");\n } else {\n if (hasOwnProperty.call(modified, modifier)) {\n this.raise(TSErrors.DuplicateModifier, startLoc, {\n modifier\n });\n } else {\n enforceOrder(startLoc, modifier, \"static\", \"readonly\");\n enforceOrder(startLoc, modifier, \"static\", \"override\");\n enforceOrder(startLoc, modifier, \"override\", \"readonly\");\n enforceOrder(startLoc, modifier, \"abstract\", \"override\");\n incompatible(startLoc, modifier, \"declare\", \"override\");\n incompatible(startLoc, modifier, \"static\", \"abstract\");\n }\n modified[modifier] = true;\n }\n if (disallowedModifiers != null && disallowedModifiers.includes(modifier)) {\n this.raise(errorTemplate, startLoc, {\n modifier\n });\n }\n }\n }\n tsIsListTerminator(kind) {\n switch (kind) {\n case \"EnumMembers\":\n case \"TypeMembers\":\n return this.match(8);\n case \"HeritageClauseElement\":\n return this.match(5);\n case \"TupleElementTypes\":\n return this.match(3);\n case \"TypeParametersOrArguments\":\n return this.match(48);\n }\n }\n tsParseList(kind, parseElement) {\n const result = [];\n while (!this.tsIsListTerminator(kind)) {\n result.push(parseElement());\n }\n return result;\n }\n tsParseDelimitedList(kind, parseElement, refTrailingCommaPos) {\n return nonNull(this.tsParseDelimitedListWorker(kind, parseElement, true, refTrailingCommaPos));\n }\n tsParseDelimitedListWorker(kind, parseElement, expectSuccess, refTrailingCommaPos) {\n const result = [];\n let trailingCommaPos = -1;\n for (;;) {\n if (this.tsIsListTerminator(kind)) {\n break;\n }\n trailingCommaPos = -1;\n const element = parseElement();\n if (element == null) {\n return undefined;\n }\n result.push(element);\n if (this.eat(12)) {\n trailingCommaPos = this.state.lastTokStartLoc.index;\n continue;\n }\n if (this.tsIsListTerminator(kind)) {\n break;\n }\n if (expectSuccess) {\n this.expect(12);\n }\n return undefined;\n }\n if (refTrailingCommaPos) {\n refTrailingCommaPos.value = trailingCommaPos;\n }\n return result;\n }\n tsParseBracketedList(kind, parseElement, bracket, skipFirstToken, refTrailingCommaPos) {\n if (!skipFirstToken) {\n if (bracket) {\n this.expect(0);\n } else {\n this.expect(47);\n }\n }\n const result = this.tsParseDelimitedList(kind, parseElement, refTrailingCommaPos);\n if (bracket) {\n this.expect(3);\n } else {\n this.expect(48);\n }\n return result;\n }\n tsParseImportType() {\n const node = this.startNode();\n this.expect(83);\n this.expect(10);\n if (!this.match(134)) {\n this.raise(TSErrors.UnsupportedImportTypeArgument, this.state.startLoc);\n node.argument = super.parseExprAtom();\n } else {\n node.argument = this.parseStringLiteral(this.state.value);\n }\n if (this.eat(12)) {\n node.options = this.tsParseImportTypeOptions();\n } else {\n node.options = null;\n }\n this.expect(11);\n if (this.eat(16)) {\n node.qualifier = this.tsParseEntityName(1 | 2);\n }\n if (this.match(47)) {\n node.typeParameters = this.tsParseTypeArguments();\n }\n return this.finishNode(node, \"TSImportType\");\n }\n tsParseImportTypeOptions() {\n const node = this.startNode();\n this.expect(5);\n const withProperty = this.startNode();\n if (this.isContextual(76)) {\n withProperty.method = false;\n withProperty.key = this.parseIdentifier(true);\n withProperty.computed = false;\n withProperty.shorthand = false;\n } else {\n this.unexpected(null, 76);\n }\n this.expect(14);\n withProperty.value = this.tsParseImportTypeWithPropertyValue();\n node.properties = [this.finishObjectProperty(withProperty)];\n this.eat(12);\n this.expect(8);\n return this.finishNode(node, \"ObjectExpression\");\n }\n tsParseImportTypeWithPropertyValue() {\n const node = this.startNode();\n const properties = [];\n this.expect(5);\n while (!this.match(8)) {\n const type = this.state.type;\n if (tokenIsIdentifier(type) || type === 134) {\n properties.push(super.parsePropertyDefinition(null));\n } else {\n this.unexpected();\n }\n this.eat(12);\n }\n node.properties = properties;\n this.next();\n return this.finishNode(node, \"ObjectExpression\");\n }\n tsParseEntityName(flags) {\n let entity;\n if (flags & 1 && this.match(78)) {\n if (flags & 2) {\n entity = this.parseIdentifier(true);\n } else {\n const node = this.startNode();\n this.next();\n entity = this.finishNode(node, \"ThisExpression\");\n }\n } else {\n entity = this.parseIdentifier(!!(flags & 1));\n }\n while (this.eat(16)) {\n const node = this.startNodeAtNode(entity);\n node.left = entity;\n node.right = this.parseIdentifier(!!(flags & 1));\n entity = this.finishNode(node, \"TSQualifiedName\");\n }\n return entity;\n }\n tsParseTypeReference() {\n const node = this.startNode();\n node.typeName = this.tsParseEntityName(1);\n if (!this.hasPrecedingLineBreak() && this.match(47)) {\n node.typeParameters = this.tsParseTypeArguments();\n }\n return this.finishNode(node, \"TSTypeReference\");\n }\n tsParseThisTypePredicate(lhs) {\n this.next();\n const node = this.startNodeAtNode(lhs);\n node.parameterName = lhs;\n node.typeAnnotation = this.tsParseTypeAnnotation(false);\n node.asserts = false;\n return this.finishNode(node, \"TSTypePredicate\");\n }\n tsParseThisTypeNode() {\n const node = this.startNode();\n this.next();\n return this.finishNode(node, \"TSThisType\");\n }\n tsParseTypeQuery() {\n const node = this.startNode();\n this.expect(87);\n if (this.match(83)) {\n node.exprName = this.tsParseImportType();\n } else {\n node.exprName = this.tsParseEntityName(1 | 2);\n }\n if (!this.hasPrecedingLineBreak() && this.match(47)) {\n node.typeParameters = this.tsParseTypeArguments();\n }\n return this.finishNode(node, \"TSTypeQuery\");\n }\n tsParseTypeParameter(parseModifiers) {\n const node = this.startNode();\n parseModifiers(node);\n node.name = this.tsParseTypeParameterName();\n node.constraint = this.tsEatThenParseType(81);\n node.default = this.tsEatThenParseType(29);\n return this.finishNode(node, \"TSTypeParameter\");\n }\n tsTryParseTypeParameters(parseModifiers) {\n if (this.match(47)) {\n return this.tsParseTypeParameters(parseModifiers);\n }\n }\n tsParseTypeParameters(parseModifiers) {\n const node = this.startNode();\n if (this.match(47) || this.match(143)) {\n this.next();\n } else {\n this.unexpected();\n }\n const refTrailingCommaPos = {\n value: -1\n };\n node.params = this.tsParseBracketedList(\"TypeParametersOrArguments\", this.tsParseTypeParameter.bind(this, parseModifiers), false, true, refTrailingCommaPos);\n if (node.params.length === 0) {\n this.raise(TSErrors.EmptyTypeParameters, node);\n }\n if (refTrailingCommaPos.value !== -1) {\n this.addExtra(node, \"trailingComma\", refTrailingCommaPos.value);\n }\n return this.finishNode(node, \"TSTypeParameterDeclaration\");\n }\n tsFillSignature(returnToken, signature) {\n const returnTokenRequired = returnToken === 19;\n const paramsKey = \"parameters\";\n const returnTypeKey = \"typeAnnotation\";\n signature.typeParameters = this.tsTryParseTypeParameters(this.tsParseConstModifier);\n this.expect(10);\n signature[paramsKey] = this.tsParseBindingListForSignature();\n if (returnTokenRequired) {\n signature[returnTypeKey] = this.tsParseTypeOrTypePredicateAnnotation(returnToken);\n } else if (this.match(returnToken)) {\n signature[returnTypeKey] = this.tsParseTypeOrTypePredicateAnnotation(returnToken);\n }\n }\n tsParseBindingListForSignature() {\n const list = super.parseBindingList(11, 41, 2);\n for (const pattern of list) {\n const {\n type\n } = pattern;\n if (type === \"AssignmentPattern\" || type === \"TSParameterProperty\") {\n this.raise(TSErrors.UnsupportedSignatureParameterKind, pattern, {\n type\n });\n }\n }\n return list;\n }\n tsParseTypeMemberSemicolon() {\n if (!this.eat(12) && !this.isLineTerminator()) {\n this.expect(13);\n }\n }\n tsParseSignatureMember(kind, node) {\n this.tsFillSignature(14, node);\n this.tsParseTypeMemberSemicolon();\n return this.finishNode(node, kind);\n }\n tsIsUnambiguouslyIndexSignature() {\n this.next();\n if (tokenIsIdentifier(this.state.type)) {\n this.next();\n return this.match(14);\n }\n return false;\n }\n tsTryParseIndexSignature(node) {\n if (!(this.match(0) && this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this)))) {\n return;\n }\n this.expect(0);\n const id = this.parseIdentifier();\n id.typeAnnotation = this.tsParseTypeAnnotation();\n this.resetEndLocation(id);\n this.expect(3);\n node.parameters = [id];\n const type = this.tsTryParseTypeAnnotation();\n if (type) node.typeAnnotation = type;\n this.tsParseTypeMemberSemicolon();\n return this.finishNode(node, \"TSIndexSignature\");\n }\n tsParsePropertyOrMethodSignature(node, readonly) {\n if (this.eat(17)) node.optional = true;\n if (this.match(10) || this.match(47)) {\n if (readonly) {\n this.raise(TSErrors.ReadonlyForMethodSignature, node);\n }\n const method = node;\n if (method.kind && this.match(47)) {\n this.raise(TSErrors.AccessorCannotHaveTypeParameters, this.state.curPosition());\n }\n this.tsFillSignature(14, method);\n this.tsParseTypeMemberSemicolon();\n const paramsKey = \"parameters\";\n const returnTypeKey = \"typeAnnotation\";\n if (method.kind === \"get\") {\n if (method[paramsKey].length > 0) {\n this.raise(Errors.BadGetterArity, this.state.curPosition());\n if (this.isThisParam(method[paramsKey][0])) {\n this.raise(TSErrors.AccessorCannotDeclareThisParameter, this.state.curPosition());\n }\n }\n } else if (method.kind === \"set\") {\n if (method[paramsKey].length !== 1) {\n this.raise(Errors.BadSetterArity, this.state.curPosition());\n } else {\n const firstParameter = method[paramsKey][0];\n if (this.isThisParam(firstParameter)) {\n this.raise(TSErrors.AccessorCannotDeclareThisParameter, this.state.curPosition());\n }\n if (firstParameter.type === \"Identifier\" && firstParameter.optional) {\n this.raise(TSErrors.SetAccessorCannotHaveOptionalParameter, this.state.curPosition());\n }\n if (firstParameter.type === \"RestElement\") {\n this.raise(TSErrors.SetAccessorCannotHaveRestParameter, this.state.curPosition());\n }\n }\n if (method[returnTypeKey]) {\n this.raise(TSErrors.SetAccessorCannotHaveReturnType, method[returnTypeKey]);\n }\n } else {\n method.kind = \"method\";\n }\n return this.finishNode(method, \"TSMethodSignature\");\n } else {\n const property = node;\n if (readonly) property.readonly = true;\n const type = this.tsTryParseTypeAnnotation();\n if (type) property.typeAnnotation = type;\n this.tsParseTypeMemberSemicolon();\n return this.finishNode(property, \"TSPropertySignature\");\n }\n }\n tsParseTypeMember() {\n const node = this.startNode();\n if (this.match(10) || this.match(47)) {\n return this.tsParseSignatureMember(\"TSCallSignatureDeclaration\", node);\n }\n if (this.match(77)) {\n const id = this.startNode();\n this.next();\n if (this.match(10) || this.match(47)) {\n return this.tsParseSignatureMember(\"TSConstructSignatureDeclaration\", node);\n } else {\n node.key = this.createIdentifier(id, \"new\");\n return this.tsParsePropertyOrMethodSignature(node, false);\n }\n }\n this.tsParseModifiers({\n allowedModifiers: [\"readonly\"],\n disallowedModifiers: [\"declare\", \"abstract\", \"private\", \"protected\", \"public\", \"static\", \"override\"]\n }, node);\n const idx = this.tsTryParseIndexSignature(node);\n if (idx) {\n return idx;\n }\n super.parsePropertyName(node);\n if (!node.computed && node.key.type === \"Identifier\" && (node.key.name === \"get\" || node.key.name === \"set\") && this.tsTokenCanFollowModifier()) {\n node.kind = node.key.name;\n super.parsePropertyName(node);\n if (!this.match(10) && !this.match(47)) {\n this.unexpected(null, 10);\n }\n }\n return this.tsParsePropertyOrMethodSignature(node, !!node.readonly);\n }\n tsParseTypeLiteral() {\n const node = this.startNode();\n node.members = this.tsParseObjectTypeMembers();\n return this.finishNode(node, \"TSTypeLiteral\");\n }\n tsParseObjectTypeMembers() {\n this.expect(5);\n const members = this.tsParseList(\"TypeMembers\", this.tsParseTypeMember.bind(this));\n this.expect(8);\n return members;\n }\n tsIsStartOfMappedType() {\n this.next();\n if (this.eat(53)) {\n return this.isContextual(122);\n }\n if (this.isContextual(122)) {\n this.next();\n }\n if (!this.match(0)) {\n return false;\n }\n this.next();\n if (!this.tsIsIdentifier()) {\n return false;\n }\n this.next();\n return this.match(58);\n }\n tsParseMappedType() {\n const node = this.startNode();\n this.expect(5);\n if (this.match(53)) {\n node.readonly = this.state.value;\n this.next();\n this.expectContextual(122);\n } else if (this.eatContextual(122)) {\n node.readonly = true;\n }\n this.expect(0);\n const typeParameter = this.startNode();\n typeParameter.name = this.tsParseTypeParameterName();\n typeParameter.constraint = this.tsExpectThenParseType(58);\n node.typeParameter = this.finishNode(typeParameter, \"TSTypeParameter\");\n node.nameType = this.eatContextual(93) ? this.tsParseType() : null;\n this.expect(3);\n if (this.match(53)) {\n node.optional = this.state.value;\n this.next();\n this.expect(17);\n } else if (this.eat(17)) {\n node.optional = true;\n }\n node.typeAnnotation = this.tsTryParseType();\n this.semicolon();\n this.expect(8);\n return this.finishNode(node, \"TSMappedType\");\n }\n tsParseTupleType() {\n const node = this.startNode();\n node.elementTypes = this.tsParseBracketedList(\"TupleElementTypes\", this.tsParseTupleElementType.bind(this), true, false);\n let seenOptionalElement = false;\n node.elementTypes.forEach(elementNode => {\n const {\n type\n } = elementNode;\n if (seenOptionalElement && type !== \"TSRestType\" && type !== \"TSOptionalType\" && !(type === \"TSNamedTupleMember\" && elementNode.optional)) {\n this.raise(TSErrors.OptionalTypeBeforeRequired, elementNode);\n }\n seenOptionalElement || (seenOptionalElement = type === \"TSNamedTupleMember\" && elementNode.optional || type === \"TSOptionalType\");\n });\n return this.finishNode(node, \"TSTupleType\");\n }\n tsParseTupleElementType() {\n const restStartLoc = this.state.startLoc;\n const rest = this.eat(21);\n const {\n startLoc\n } = this.state;\n let labeled;\n let label;\n let optional;\n let type;\n const isWord = tokenIsKeywordOrIdentifier(this.state.type);\n const chAfterWord = isWord ? this.lookaheadCharCode() : null;\n if (chAfterWord === 58) {\n labeled = true;\n optional = false;\n label = this.parseIdentifier(true);\n this.expect(14);\n type = this.tsParseType();\n } else if (chAfterWord === 63) {\n optional = true;\n const wordName = this.state.value;\n const typeOrLabel = this.tsParseNonArrayType();\n if (this.lookaheadCharCode() === 58) {\n labeled = true;\n label = this.createIdentifier(this.startNodeAt(startLoc), wordName);\n this.expect(17);\n this.expect(14);\n type = this.tsParseType();\n } else {\n labeled = false;\n type = typeOrLabel;\n this.expect(17);\n }\n } else {\n type = this.tsParseType();\n optional = this.eat(17);\n labeled = this.eat(14);\n }\n if (labeled) {\n let labeledNode;\n if (label) {\n labeledNode = this.startNodeAt(startLoc);\n labeledNode.optional = optional;\n labeledNode.label = label;\n labeledNode.elementType = type;\n if (this.eat(17)) {\n labeledNode.optional = true;\n this.raise(TSErrors.TupleOptionalAfterType, this.state.lastTokStartLoc);\n }\n } else {\n labeledNode = this.startNodeAt(startLoc);\n labeledNode.optional = optional;\n this.raise(TSErrors.InvalidTupleMemberLabel, type);\n labeledNode.label = type;\n labeledNode.elementType = this.tsParseType();\n }\n type = this.finishNode(labeledNode, \"TSNamedTupleMember\");\n } else if (optional) {\n const optionalTypeNode = this.startNodeAt(startLoc);\n optionalTypeNode.typeAnnotation = type;\n type = this.finishNode(optionalTypeNode, \"TSOptionalType\");\n }\n if (rest) {\n const restNode = this.startNodeAt(restStartLoc);\n restNode.typeAnnotation = type;\n type = this.finishNode(restNode, \"TSRestType\");\n }\n return type;\n }\n tsParseParenthesizedType() {\n const node = this.startNode();\n this.expect(10);\n node.typeAnnotation = this.tsParseType();\n this.expect(11);\n return this.finishNode(node, \"TSParenthesizedType\");\n }\n tsParseFunctionOrConstructorType(type, abstract) {\n const node = this.startNode();\n if (type === \"TSConstructorType\") {\n node.abstract = !!abstract;\n if (abstract) this.next();\n this.next();\n }\n this.tsInAllowConditionalTypesContext(() => this.tsFillSignature(19, node));\n return this.finishNode(node, type);\n }\n tsParseLiteralTypeNode() {\n const node = this.startNode();\n switch (this.state.type) {\n case 135:\n case 136:\n case 134:\n case 85:\n case 86:\n node.literal = super.parseExprAtom();\n break;\n default:\n this.unexpected();\n }\n return this.finishNode(node, \"TSLiteralType\");\n }\n tsParseTemplateLiteralType() {\n const node = this.startNode();\n node.literal = super.parseTemplate(false);\n return this.finishNode(node, \"TSLiteralType\");\n }\n parseTemplateSubstitution() {\n if (this.state.inType) return this.tsParseType();\n return super.parseTemplateSubstitution();\n }\n tsParseThisTypeOrThisTypePredicate() {\n const thisKeyword = this.tsParseThisTypeNode();\n if (this.isContextual(116) && !this.hasPrecedingLineBreak()) {\n return this.tsParseThisTypePredicate(thisKeyword);\n } else {\n return thisKeyword;\n }\n }\n tsParseNonArrayType() {\n switch (this.state.type) {\n case 134:\n case 135:\n case 136:\n case 85:\n case 86:\n return this.tsParseLiteralTypeNode();\n case 53:\n if (this.state.value === \"-\") {\n const node = this.startNode();\n const nextToken = this.lookahead();\n if (nextToken.type !== 135 && nextToken.type !== 136) {\n this.unexpected();\n }\n node.literal = this.parseMaybeUnary();\n return this.finishNode(node, \"TSLiteralType\");\n }\n break;\n case 78:\n return this.tsParseThisTypeOrThisTypePredicate();\n case 87:\n return this.tsParseTypeQuery();\n case 83:\n return this.tsParseImportType();\n case 5:\n return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this)) ? this.tsParseMappedType() : this.tsParseTypeLiteral();\n case 0:\n return this.tsParseTupleType();\n case 10:\n return this.tsParseParenthesizedType();\n case 25:\n case 24:\n return this.tsParseTemplateLiteralType();\n default:\n {\n const {\n type\n } = this.state;\n if (tokenIsIdentifier(type) || type === 88 || type === 84) {\n const nodeType = type === 88 ? \"TSVoidKeyword\" : type === 84 ? \"TSNullKeyword\" : keywordTypeFromName(this.state.value);\n if (nodeType !== undefined && this.lookaheadCharCode() !== 46) {\n const node = this.startNode();\n this.next();\n return this.finishNode(node, nodeType);\n }\n return this.tsParseTypeReference();\n }\n }\n }\n throw this.unexpected();\n }\n tsParseArrayTypeOrHigher() {\n const {\n startLoc\n } = this.state;\n let type = this.tsParseNonArrayType();\n while (!this.hasPrecedingLineBreak() && this.eat(0)) {\n if (this.match(3)) {\n const node = this.startNodeAt(startLoc);\n node.elementType = type;\n this.expect(3);\n type = this.finishNode(node, \"TSArrayType\");\n } else {\n const node = this.startNodeAt(startLoc);\n node.objectType = type;\n node.indexType = this.tsParseType();\n this.expect(3);\n type = this.finishNode(node, \"TSIndexedAccessType\");\n }\n }\n return type;\n }\n tsParseTypeOperator() {\n const node = this.startNode();\n const operator = this.state.value;\n this.next();\n node.operator = operator;\n node.typeAnnotation = this.tsParseTypeOperatorOrHigher();\n if (operator === \"readonly\") {\n this.tsCheckTypeAnnotationForReadOnly(node);\n }\n return this.finishNode(node, \"TSTypeOperator\");\n }\n tsCheckTypeAnnotationForReadOnly(node) {\n switch (node.typeAnnotation.type) {\n case \"TSTupleType\":\n case \"TSArrayType\":\n return;\n default:\n this.raise(TSErrors.UnexpectedReadonly, node);\n }\n }\n tsParseInferType() {\n const node = this.startNode();\n this.expectContextual(115);\n const typeParameter = this.startNode();\n typeParameter.name = this.tsParseTypeParameterName();\n typeParameter.constraint = this.tsTryParse(() => this.tsParseConstraintForInferType());\n node.typeParameter = this.finishNode(typeParameter, \"TSTypeParameter\");\n return this.finishNode(node, \"TSInferType\");\n }\n tsParseConstraintForInferType() {\n if (this.eat(81)) {\n const constraint = this.tsInDisallowConditionalTypesContext(() => this.tsParseType());\n if (this.state.inDisallowConditionalTypesContext || !this.match(17)) {\n return constraint;\n }\n }\n }\n tsParseTypeOperatorOrHigher() {\n const isTypeOperator = tokenIsTSTypeOperator(this.state.type) && !this.state.containsEsc;\n return isTypeOperator ? this.tsParseTypeOperator() : this.isContextual(115) ? this.tsParseInferType() : this.tsInAllowConditionalTypesContext(() => this.tsParseArrayTypeOrHigher());\n }\n tsParseUnionOrIntersectionType(kind, parseConstituentType, operator) {\n const node = this.startNode();\n const hasLeadingOperator = this.eat(operator);\n const types = [];\n do {\n types.push(parseConstituentType());\n } while (this.eat(operator));\n if (types.length === 1 && !hasLeadingOperator) {\n return types[0];\n }\n node.types = types;\n return this.finishNode(node, kind);\n }\n tsParseIntersectionTypeOrHigher() {\n return this.tsParseUnionOrIntersectionType(\"TSIntersectionType\", this.tsParseTypeOperatorOrHigher.bind(this), 45);\n }\n tsParseUnionTypeOrHigher() {\n return this.tsParseUnionOrIntersectionType(\"TSUnionType\", this.tsParseIntersectionTypeOrHigher.bind(this), 43);\n }\n tsIsStartOfFunctionType() {\n if (this.match(47)) {\n return true;\n }\n return this.match(10) && this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this));\n }\n tsSkipParameterStart() {\n if (tokenIsIdentifier(this.state.type) || this.match(78)) {\n this.next();\n return true;\n }\n if (this.match(5)) {\n const {\n errors\n } = this.state;\n const previousErrorCount = errors.length;\n try {\n this.parseObjectLike(8, true);\n return errors.length === previousErrorCount;\n } catch (_unused) {\n return false;\n }\n }\n if (this.match(0)) {\n this.next();\n const {\n errors\n } = this.state;\n const previousErrorCount = errors.length;\n try {\n super.parseBindingList(3, 93, 1);\n return errors.length === previousErrorCount;\n } catch (_unused2) {\n return false;\n }\n }\n return false;\n }\n tsIsUnambiguouslyStartOfFunctionType() {\n this.next();\n if (this.match(11) || this.match(21)) {\n return true;\n }\n if (this.tsSkipParameterStart()) {\n if (this.match(14) || this.match(12) || this.match(17) || this.match(29)) {\n return true;\n }\n if (this.match(11)) {\n this.next();\n if (this.match(19)) {\n return true;\n }\n }\n }\n return false;\n }\n tsParseTypeOrTypePredicateAnnotation(returnToken) {\n return this.tsInType(() => {\n const t = this.startNode();\n this.expect(returnToken);\n const node = this.startNode();\n const asserts = !!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));\n if (asserts && this.match(78)) {\n let thisTypePredicate = this.tsParseThisTypeOrThisTypePredicate();\n if (thisTypePredicate.type === \"TSThisType\") {\n node.parameterName = thisTypePredicate;\n node.asserts = true;\n node.typeAnnotation = null;\n thisTypePredicate = this.finishNode(node, \"TSTypePredicate\");\n } else {\n this.resetStartLocationFromNode(thisTypePredicate, node);\n thisTypePredicate.asserts = true;\n }\n t.typeAnnotation = thisTypePredicate;\n return this.finishNode(t, \"TSTypeAnnotation\");\n }\n const typePredicateVariable = this.tsIsIdentifier() && this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));\n if (!typePredicateVariable) {\n if (!asserts) {\n return this.tsParseTypeAnnotation(false, t);\n }\n node.parameterName = this.parseIdentifier();\n node.asserts = asserts;\n node.typeAnnotation = null;\n t.typeAnnotation = this.finishNode(node, \"TSTypePredicate\");\n return this.finishNode(t, \"TSTypeAnnotation\");\n }\n const type = this.tsParseTypeAnnotation(false);\n node.parameterName = typePredicateVariable;\n node.typeAnnotation = type;\n node.asserts = asserts;\n t.typeAnnotation = this.finishNode(node, \"TSTypePredicate\");\n return this.finishNode(t, \"TSTypeAnnotation\");\n });\n }\n tsTryParseTypeOrTypePredicateAnnotation() {\n if (this.match(14)) {\n return this.tsParseTypeOrTypePredicateAnnotation(14);\n }\n }\n tsTryParseTypeAnnotation() {\n if (this.match(14)) {\n return this.tsParseTypeAnnotation();\n }\n }\n tsTryParseType() {\n return this.tsEatThenParseType(14);\n }\n tsParseTypePredicatePrefix() {\n const id = this.parseIdentifier();\n if (this.isContextual(116) && !this.hasPrecedingLineBreak()) {\n this.next();\n return id;\n }\n }\n tsParseTypePredicateAsserts() {\n if (this.state.type !== 109) {\n return false;\n }\n const containsEsc = this.state.containsEsc;\n this.next();\n if (!tokenIsIdentifier(this.state.type) && !this.match(78)) {\n return false;\n }\n if (containsEsc) {\n this.raise(Errors.InvalidEscapedReservedWord, this.state.lastTokStartLoc, {\n reservedWord: \"asserts\"\n });\n }\n return true;\n }\n tsParseTypeAnnotation(eatColon = true, t = this.startNode()) {\n this.tsInType(() => {\n if (eatColon) this.expect(14);\n t.typeAnnotation = this.tsParseType();\n });\n return this.finishNode(t, \"TSTypeAnnotation\");\n }\n tsParseType() {\n assert(this.state.inType);\n const type = this.tsParseNonConditionalType();\n if (this.state.inDisallowConditionalTypesContext || this.hasPrecedingLineBreak() || !this.eat(81)) {\n return type;\n }\n const node = this.startNodeAtNode(type);\n node.checkType = type;\n node.extendsType = this.tsInDisallowConditionalTypesContext(() => this.tsParseNonConditionalType());\n this.expect(17);\n node.trueType = this.tsInAllowConditionalTypesContext(() => this.tsParseType());\n this.expect(14);\n node.falseType = this.tsInAllowConditionalTypesContext(() => this.tsParseType());\n return this.finishNode(node, \"TSConditionalType\");\n }\n isAbstractConstructorSignature() {\n return this.isContextual(124) && this.isLookaheadContextual(\"new\");\n }\n tsParseNonConditionalType() {\n if (this.tsIsStartOfFunctionType()) {\n return this.tsParseFunctionOrConstructorType(\"TSFunctionType\");\n }\n if (this.match(77)) {\n return this.tsParseFunctionOrConstructorType(\"TSConstructorType\");\n } else if (this.isAbstractConstructorSignature()) {\n return this.tsParseFunctionOrConstructorType(\"TSConstructorType\", true);\n }\n return this.tsParseUnionTypeOrHigher();\n }\n tsParseTypeAssertion() {\n if (this.getPluginOption(\"typescript\", \"disallowAmbiguousJSXLike\")) {\n this.raise(TSErrors.ReservedTypeAssertion, this.state.startLoc);\n }\n const node = this.startNode();\n node.typeAnnotation = this.tsInType(() => {\n this.next();\n return this.match(75) ? this.tsParseTypeReference() : this.tsParseType();\n });\n this.expect(48);\n node.expression = this.parseMaybeUnary();\n return this.finishNode(node, \"TSTypeAssertion\");\n }\n tsParseHeritageClause(token) {\n const originalStartLoc = this.state.startLoc;\n const delimitedList = this.tsParseDelimitedList(\"HeritageClauseElement\", () => {\n const node = this.startNode();\n node.expression = this.tsParseEntityName(1 | 2);\n if (this.match(47)) {\n node.typeParameters = this.tsParseTypeArguments();\n }\n return this.finishNode(node, \"TSExpressionWithTypeArguments\");\n });\n if (!delimitedList.length) {\n this.raise(TSErrors.EmptyHeritageClauseType, originalStartLoc, {\n token\n });\n }\n return delimitedList;\n }\n tsParseInterfaceDeclaration(node, properties = {}) {\n if (this.hasFollowingLineBreak()) return null;\n this.expectContextual(129);\n if (properties.declare) node.declare = true;\n if (tokenIsIdentifier(this.state.type)) {\n node.id = this.parseIdentifier();\n this.checkIdentifier(node.id, 130);\n } else {\n node.id = null;\n this.raise(TSErrors.MissingInterfaceName, this.state.startLoc);\n }\n node.typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);\n if (this.eat(81)) {\n node.extends = this.tsParseHeritageClause(\"extends\");\n }\n const body = this.startNode();\n body.body = this.tsInType(this.tsParseObjectTypeMembers.bind(this));\n node.body = this.finishNode(body, \"TSInterfaceBody\");\n return this.finishNode(node, \"TSInterfaceDeclaration\");\n }\n tsParseTypeAliasDeclaration(node) {\n node.id = this.parseIdentifier();\n this.checkIdentifier(node.id, 2);\n node.typeAnnotation = this.tsInType(() => {\n node.typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutModifiers);\n this.expect(29);\n if (this.isContextual(114) && this.lookaheadCharCode() !== 46) {\n const node = this.startNode();\n this.next();\n return this.finishNode(node, \"TSIntrinsicKeyword\");\n }\n return this.tsParseType();\n });\n this.semicolon();\n return this.finishNode(node, \"TSTypeAliasDeclaration\");\n }\n tsInTopLevelContext(cb) {\n if (this.curContext() !== types.brace) {\n const oldContext = this.state.context;\n this.state.context = [oldContext[0]];\n try {\n return cb();\n } finally {\n this.state.context = oldContext;\n }\n } else {\n return cb();\n }\n }\n tsInType(cb) {\n const oldInType = this.state.inType;\n this.state.inType = true;\n try {\n return cb();\n } finally {\n this.state.inType = oldInType;\n }\n }\n tsInDisallowConditionalTypesContext(cb) {\n const oldInDisallowConditionalTypesContext = this.state.inDisallowConditionalTypesContext;\n this.state.inDisallowConditionalTypesContext = true;\n try {\n return cb();\n } finally {\n this.state.inDisallowConditionalTypesContext = oldInDisallowConditionalTypesContext;\n }\n }\n tsInAllowConditionalTypesContext(cb) {\n const oldInDisallowConditionalTypesContext = this.state.inDisallowConditionalTypesContext;\n this.state.inDisallowConditionalTypesContext = false;\n try {\n return cb();\n } finally {\n this.state.inDisallowConditionalTypesContext = oldInDisallowConditionalTypesContext;\n }\n }\n tsEatThenParseType(token) {\n if (this.match(token)) {\n return this.tsNextThenParseType();\n }\n }\n tsExpectThenParseType(token) {\n return this.tsInType(() => {\n this.expect(token);\n return this.tsParseType();\n });\n }\n tsNextThenParseType() {\n return this.tsInType(() => {\n this.next();\n return this.tsParseType();\n });\n }\n tsParseEnumMember() {\n const node = this.startNode();\n node.id = this.match(134) ? super.parseStringLiteral(this.state.value) : this.parseIdentifier(true);\n if (this.eat(29)) {\n node.initializer = super.parseMaybeAssignAllowIn();\n }\n return this.finishNode(node, \"TSEnumMember\");\n }\n tsParseEnumDeclaration(node, properties = {}) {\n if (properties.const) node.const = true;\n if (properties.declare) node.declare = true;\n this.expectContextual(126);\n node.id = this.parseIdentifier();\n this.checkIdentifier(node.id, node.const ? 8971 : 8459);\n this.expect(5);\n node.members = this.tsParseDelimitedList(\"EnumMembers\", this.tsParseEnumMember.bind(this));\n this.expect(8);\n return this.finishNode(node, \"TSEnumDeclaration\");\n }\n tsParseEnumBody() {\n const node = this.startNode();\n this.expect(5);\n node.members = this.tsParseDelimitedList(\"EnumMembers\", this.tsParseEnumMember.bind(this));\n this.expect(8);\n return this.finishNode(node, \"TSEnumBody\");\n }\n tsParseModuleBlock() {\n const node = this.startNode();\n this.scope.enter(0);\n this.expect(5);\n super.parseBlockOrModuleBlockBody(node.body = [], undefined, true, 8);\n this.scope.exit();\n return this.finishNode(node, \"TSModuleBlock\");\n }\n tsParseModuleOrNamespaceDeclaration(node, nested = false) {\n node.id = this.parseIdentifier();\n if (!nested) {\n this.checkIdentifier(node.id, 1024);\n }\n if (this.eat(16)) {\n const inner = this.startNode();\n this.tsParseModuleOrNamespaceDeclaration(inner, true);\n node.body = inner;\n } else {\n this.scope.enter(1024);\n this.prodParam.enter(0);\n node.body = this.tsParseModuleBlock();\n this.prodParam.exit();\n this.scope.exit();\n }\n return this.finishNode(node, \"TSModuleDeclaration\");\n }\n tsParseAmbientExternalModuleDeclaration(node) {\n if (this.isContextual(112)) {\n node.kind = \"global\";\n node.global = true;\n node.id = this.parseIdentifier();\n } else if (this.match(134)) {\n node.kind = \"module\";\n node.id = super.parseStringLiteral(this.state.value);\n } else {\n this.unexpected();\n }\n if (this.match(5)) {\n this.scope.enter(1024);\n this.prodParam.enter(0);\n node.body = this.tsParseModuleBlock();\n this.prodParam.exit();\n this.scope.exit();\n } else {\n this.semicolon();\n }\n return this.finishNode(node, \"TSModuleDeclaration\");\n }\n tsParseImportEqualsDeclaration(node, maybeDefaultIdentifier, isExport) {\n node.isExport = isExport || false;\n node.id = maybeDefaultIdentifier || this.parseIdentifier();\n this.checkIdentifier(node.id, 4096);\n this.expect(29);\n const moduleReference = this.tsParseModuleReference();\n if (node.importKind === \"type\" && moduleReference.type !== \"TSExternalModuleReference\") {\n this.raise(TSErrors.ImportAliasHasImportType, moduleReference);\n }\n node.moduleReference = moduleReference;\n this.semicolon();\n return this.finishNode(node, \"TSImportEqualsDeclaration\");\n }\n tsIsExternalModuleReference() {\n return this.isContextual(119) && this.lookaheadCharCode() === 40;\n }\n tsParseModuleReference() {\n return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(0);\n }\n tsParseExternalModuleReference() {\n const node = this.startNode();\n this.expectContextual(119);\n this.expect(10);\n if (!this.match(134)) {\n this.unexpected();\n }\n node.expression = super.parseExprAtom();\n this.expect(11);\n this.sawUnambiguousESM = true;\n return this.finishNode(node, \"TSExternalModuleReference\");\n }\n tsLookAhead(f) {\n const state = this.state.clone();\n const res = f();\n this.state = state;\n return res;\n }\n tsTryParseAndCatch(f) {\n const result = this.tryParse(abort => f() || abort());\n if (result.aborted || !result.node) return;\n if (result.error) this.state = result.failState;\n return result.node;\n }\n tsTryParse(f) {\n const state = this.state.clone();\n const result = f();\n if (result !== undefined && result !== false) {\n return result;\n }\n this.state = state;\n }\n tsTryParseDeclare(node) {\n if (this.isLineTerminator()) {\n return;\n }\n const startType = this.state.type;\n return this.tsInAmbientContext(() => {\n switch (startType) {\n case 68:\n node.declare = true;\n return super.parseFunctionStatement(node, false, false);\n case 80:\n node.declare = true;\n return this.parseClass(node, true, false);\n case 126:\n return this.tsParseEnumDeclaration(node, {\n declare: true\n });\n case 112:\n return this.tsParseAmbientExternalModuleDeclaration(node);\n case 100:\n if (this.state.containsEsc) {\n return;\n }\n case 75:\n case 74:\n if (!this.match(75) || !this.isLookaheadContextual(\"enum\")) {\n node.declare = true;\n return this.parseVarStatement(node, this.state.value, true);\n }\n this.expect(75);\n return this.tsParseEnumDeclaration(node, {\n const: true,\n declare: true\n });\n case 107:\n if (this.isUsing()) {\n this.raise(TSErrors.InvalidModifierOnUsingDeclaration, this.state.startLoc, \"declare\");\n node.declare = true;\n return this.parseVarStatement(node, \"using\", true);\n }\n break;\n case 96:\n if (this.isAwaitUsing()) {\n this.raise(TSErrors.InvalidModifierOnAwaitUsingDeclaration, this.state.startLoc, \"declare\");\n node.declare = true;\n this.next();\n return this.parseVarStatement(node, \"await using\", true);\n }\n break;\n case 129:\n {\n const result = this.tsParseInterfaceDeclaration(node, {\n declare: true\n });\n if (result) return result;\n }\n default:\n if (tokenIsIdentifier(startType)) {\n return this.tsParseDeclaration(node, this.state.type, true, null);\n }\n }\n });\n }\n tsTryParseExportDeclaration() {\n return this.tsParseDeclaration(this.startNode(), this.state.type, true, null);\n }\n tsParseDeclaration(node, type, next, decorators) {\n switch (type) {\n case 124:\n if (this.tsCheckLineTerminator(next) && (this.match(80) || tokenIsIdentifier(this.state.type))) {\n return this.tsParseAbstractDeclaration(node, decorators);\n }\n break;\n case 127:\n if (this.tsCheckLineTerminator(next)) {\n if (this.match(134)) {\n return this.tsParseAmbientExternalModuleDeclaration(node);\n } else if (tokenIsIdentifier(this.state.type)) {\n node.kind = \"module\";\n return this.tsParseModuleOrNamespaceDeclaration(node);\n }\n }\n break;\n case 128:\n if (this.tsCheckLineTerminator(next) && tokenIsIdentifier(this.state.type)) {\n node.kind = \"namespace\";\n return this.tsParseModuleOrNamespaceDeclaration(node);\n }\n break;\n case 130:\n if (this.tsCheckLineTerminator(next) && tokenIsIdentifier(this.state.type)) {\n return this.tsParseTypeAliasDeclaration(node);\n }\n break;\n }\n }\n tsCheckLineTerminator(next) {\n if (next) {\n if (this.hasFollowingLineBreak()) return false;\n this.next();\n return true;\n }\n return !this.isLineTerminator();\n }\n tsTryParseGenericAsyncArrowFunction(startLoc) {\n if (!this.match(47)) return;\n const oldMaybeInArrowParameters = this.state.maybeInArrowParameters;\n this.state.maybeInArrowParameters = true;\n const res = this.tsTryParseAndCatch(() => {\n const node = this.startNodeAt(startLoc);\n node.typeParameters = this.tsParseTypeParameters(this.tsParseConstModifier);\n super.parseFunctionParams(node);\n node.returnType = this.tsTryParseTypeOrTypePredicateAnnotation();\n this.expect(19);\n return node;\n });\n this.state.maybeInArrowParameters = oldMaybeInArrowParameters;\n if (!res) return;\n return super.parseArrowExpression(res, null, true);\n }\n tsParseTypeArgumentsInExpression() {\n if (this.reScan_lt() !== 47) return;\n return this.tsParseTypeArguments();\n }\n tsParseTypeArguments() {\n const node = this.startNode();\n node.params = this.tsInType(() => this.tsInTopLevelContext(() => {\n this.expect(47);\n return this.tsParseDelimitedList(\"TypeParametersOrArguments\", this.tsParseType.bind(this));\n }));\n if (node.params.length === 0) {\n this.raise(TSErrors.EmptyTypeArguments, node);\n } else if (!this.state.inType && this.curContext() === types.brace) {\n this.reScan_lt_gt();\n }\n this.expect(48);\n return this.finishNode(node, \"TSTypeParameterInstantiation\");\n }\n tsIsDeclarationStart() {\n return tokenIsTSDeclarationStart(this.state.type);\n }\n isExportDefaultSpecifier() {\n if (this.tsIsDeclarationStart()) return false;\n return super.isExportDefaultSpecifier();\n }\n parseBindingElement(flags, decorators) {\n const startLoc = decorators.length ? decorators[0].loc.start : this.state.startLoc;\n const modified = {};\n this.tsParseModifiers({\n allowedModifiers: [\"public\", \"private\", \"protected\", \"override\", \"readonly\"]\n }, modified);\n const accessibility = modified.accessibility;\n const override = modified.override;\n const readonly = modified.readonly;\n if (!(flags & 4) && (accessibility || readonly || override)) {\n this.raise(TSErrors.UnexpectedParameterModifier, startLoc);\n }\n const left = this.parseMaybeDefault();\n if (flags & 2) {\n this.parseFunctionParamType(left);\n }\n const elt = this.parseMaybeDefault(left.loc.start, left);\n if (accessibility || readonly || override) {\n const pp = this.startNodeAt(startLoc);\n if (decorators.length) {\n pp.decorators = decorators;\n }\n if (accessibility) pp.accessibility = accessibility;\n if (readonly) pp.readonly = readonly;\n if (override) pp.override = override;\n if (elt.type !== \"Identifier\" && elt.type !== \"AssignmentPattern\") {\n this.raise(TSErrors.UnsupportedParameterPropertyKind, pp);\n }\n pp.parameter = elt;\n return this.finishNode(pp, \"TSParameterProperty\");\n }\n if (decorators.length) {\n left.decorators = decorators;\n }\n return elt;\n }\n isSimpleParameter(node) {\n return node.type === \"TSParameterProperty\" && super.isSimpleParameter(node.parameter) || super.isSimpleParameter(node);\n }\n tsDisallowOptionalPattern(node) {\n for (const param of node.params) {\n if (param.type !== \"Identifier\" && param.optional && !this.state.isAmbientContext) {\n this.raise(TSErrors.PatternIsOptional, param);\n }\n }\n }\n setArrowFunctionParameters(node, params, trailingCommaLoc) {\n super.setArrowFunctionParameters(node, params, trailingCommaLoc);\n this.tsDisallowOptionalPattern(node);\n }\n parseFunctionBodyAndFinish(node, type, isMethod = false) {\n if (this.match(14)) {\n node.returnType = this.tsParseTypeOrTypePredicateAnnotation(14);\n }\n const bodilessType = type === \"FunctionDeclaration\" ? \"TSDeclareFunction\" : type === \"ClassMethod\" || type === \"ClassPrivateMethod\" ? \"TSDeclareMethod\" : undefined;\n if (bodilessType && !this.match(5) && this.isLineTerminator()) {\n return this.finishNode(node, bodilessType);\n }\n if (bodilessType === \"TSDeclareFunction\" && this.state.isAmbientContext) {\n this.raise(TSErrors.DeclareFunctionHasImplementation, node);\n if (node.declare) {\n return super.parseFunctionBodyAndFinish(node, bodilessType, isMethod);\n }\n }\n this.tsDisallowOptionalPattern(node);\n return super.parseFunctionBodyAndFinish(node, type, isMethod);\n }\n registerFunctionStatementId(node) {\n if (!node.body && node.id) {\n this.checkIdentifier(node.id, 1024);\n } else {\n super.registerFunctionStatementId(node);\n }\n }\n tsCheckForInvalidTypeCasts(items) {\n items.forEach(node => {\n if ((node == null ? void 0 : node.type) === \"TSTypeCastExpression\") {\n this.raise(TSErrors.UnexpectedTypeAnnotation, node.typeAnnotation);\n }\n });\n }\n toReferencedList(exprList, isInParens) {\n this.tsCheckForInvalidTypeCasts(exprList);\n return exprList;\n }\n parseArrayLike(close, isTuple, refExpressionErrors) {\n const node = super.parseArrayLike(close, isTuple, refExpressionErrors);\n if (node.type === \"ArrayExpression\") {\n this.tsCheckForInvalidTypeCasts(node.elements);\n }\n return node;\n }\n parseSubscript(base, startLoc, noCalls, state) {\n if (!this.hasPrecedingLineBreak() && this.match(35)) {\n this.state.canStartJSXElement = false;\n this.next();\n const nonNullExpression = this.startNodeAt(startLoc);\n nonNullExpression.expression = base;\n return this.finishNode(nonNullExpression, \"TSNonNullExpression\");\n }\n let isOptionalCall = false;\n if (this.match(18) && this.lookaheadCharCode() === 60) {\n if (noCalls) {\n state.stop = true;\n return base;\n }\n state.optionalChainMember = isOptionalCall = true;\n this.next();\n }\n if (this.match(47) || this.match(51)) {\n let missingParenErrorLoc;\n const result = this.tsTryParseAndCatch(() => {\n if (!noCalls && this.atPossibleAsyncArrow(base)) {\n const asyncArrowFn = this.tsTryParseGenericAsyncArrowFunction(startLoc);\n if (asyncArrowFn) {\n state.stop = true;\n return asyncArrowFn;\n }\n }\n const typeArguments = this.tsParseTypeArgumentsInExpression();\n if (!typeArguments) return;\n if (isOptionalCall && !this.match(10)) {\n missingParenErrorLoc = this.state.curPosition();\n return;\n }\n if (tokenIsTemplate(this.state.type)) {\n const result = super.parseTaggedTemplateExpression(base, startLoc, state);\n result.typeParameters = typeArguments;\n return result;\n }\n if (!noCalls && this.eat(10)) {\n const node = this.startNodeAt(startLoc);\n node.callee = base;\n node.arguments = this.parseCallExpressionArguments();\n this.tsCheckForInvalidTypeCasts(node.arguments);\n node.typeParameters = typeArguments;\n if (state.optionalChainMember) {\n node.optional = isOptionalCall;\n }\n return this.finishCallExpression(node, state.optionalChainMember);\n }\n const tokenType = this.state.type;\n if (tokenType === 48 || tokenType === 52 || tokenType !== 10 && tokenType !== 93 && tokenType !== 120 && tokenCanStartExpression(tokenType) && !this.hasPrecedingLineBreak()) {\n return;\n }\n const node = this.startNodeAt(startLoc);\n node.expression = base;\n node.typeParameters = typeArguments;\n return this.finishNode(node, \"TSInstantiationExpression\");\n });\n if (missingParenErrorLoc) {\n this.unexpected(missingParenErrorLoc, 10);\n }\n if (result) {\n if (result.type === \"TSInstantiationExpression\") {\n if (this.match(16) || this.match(18) && this.lookaheadCharCode() !== 40) {\n this.raise(TSErrors.InvalidPropertyAccessAfterInstantiationExpression, this.state.startLoc);\n }\n if (!this.match(16) && !this.match(18)) {\n result.expression = super.stopParseSubscript(base, state);\n }\n }\n return result;\n }\n }\n return super.parseSubscript(base, startLoc, noCalls, state);\n }\n parseNewCallee(node) {\n var _callee$extra;\n super.parseNewCallee(node);\n const {\n callee\n } = node;\n if (callee.type === \"TSInstantiationExpression\" && !((_callee$extra = callee.extra) != null && _callee$extra.parenthesized)) {\n node.typeParameters = callee.typeParameters;\n node.callee = callee.expression;\n }\n }\n parseExprOp(left, leftStartLoc, minPrec) {\n let isSatisfies;\n if (tokenOperatorPrecedence(58) > minPrec && !this.hasPrecedingLineBreak() && (this.isContextual(93) || (isSatisfies = this.isContextual(120)))) {\n const node = this.startNodeAt(leftStartLoc);\n node.expression = left;\n node.typeAnnotation = this.tsInType(() => {\n this.next();\n if (this.match(75)) {\n if (isSatisfies) {\n this.raise(Errors.UnexpectedKeyword, this.state.startLoc, {\n keyword: \"const\"\n });\n }\n return this.tsParseTypeReference();\n }\n return this.tsParseType();\n });\n this.finishNode(node, isSatisfies ? \"TSSatisfiesExpression\" : \"TSAsExpression\");\n this.reScan_lt_gt();\n return this.parseExprOp(node, leftStartLoc, minPrec);\n }\n return super.parseExprOp(left, leftStartLoc, minPrec);\n }\n checkReservedWord(word, startLoc, checkKeywords, isBinding) {\n if (!this.state.isAmbientContext) {\n super.checkReservedWord(word, startLoc, checkKeywords, isBinding);\n }\n }\n checkImportReflection(node) {\n super.checkImportReflection(node);\n if (node.module && node.importKind !== \"value\") {\n this.raise(TSErrors.ImportReflectionHasImportType, node.specifiers[0].loc.start);\n }\n }\n checkDuplicateExports() {}\n isPotentialImportPhase(isExport) {\n if (super.isPotentialImportPhase(isExport)) return true;\n if (this.isContextual(130)) {\n const ch = this.lookaheadCharCode();\n return isExport ? ch === 123 || ch === 42 : ch !== 61;\n }\n return !isExport && this.isContextual(87);\n }\n applyImportPhase(node, isExport, phase, loc) {\n super.applyImportPhase(node, isExport, phase, loc);\n if (isExport) {\n node.exportKind = phase === \"type\" ? \"type\" : \"value\";\n } else {\n node.importKind = phase === \"type\" || phase === \"typeof\" ? phase : \"value\";\n }\n }\n parseImport(node) {\n if (this.match(134)) {\n node.importKind = \"value\";\n return super.parseImport(node);\n }\n let importNode;\n if (tokenIsIdentifier(this.state.type) && this.lookaheadCharCode() === 61) {\n node.importKind = \"value\";\n return this.tsParseImportEqualsDeclaration(node);\n } else if (this.isContextual(130)) {\n const maybeDefaultIdentifier = this.parseMaybeImportPhase(node, false);\n if (this.lookaheadCharCode() === 61) {\n return this.tsParseImportEqualsDeclaration(node, maybeDefaultIdentifier);\n } else {\n importNode = super.parseImportSpecifiersAndAfter(node, maybeDefaultIdentifier);\n }\n } else {\n importNode = super.parseImport(node);\n }\n if (importNode.importKind === \"type\" && importNode.specifiers.length > 1 && importNode.specifiers[0].type === \"ImportDefaultSpecifier\") {\n this.raise(TSErrors.TypeImportCannotSpecifyDefaultAndNamed, importNode);\n }\n return importNode;\n }\n parseExport(node, decorators) {\n if (this.match(83)) {\n const nodeImportEquals = node;\n this.next();\n let maybeDefaultIdentifier = null;\n if (this.isContextual(130) && this.isPotentialImportPhase(false)) {\n maybeDefaultIdentifier = this.parseMaybeImportPhase(nodeImportEquals, false);\n } else {\n nodeImportEquals.importKind = \"value\";\n }\n const declaration = this.tsParseImportEqualsDeclaration(nodeImportEquals, maybeDefaultIdentifier, true);\n return declaration;\n } else if (this.eat(29)) {\n const assign = node;\n assign.expression = super.parseExpression();\n this.semicolon();\n this.sawUnambiguousESM = true;\n return this.finishNode(assign, \"TSExportAssignment\");\n } else if (this.eatContextual(93)) {\n const decl = node;\n this.expectContextual(128);\n decl.id = this.parseIdentifier();\n this.semicolon();\n return this.finishNode(decl, \"TSNamespaceExportDeclaration\");\n } else {\n return super.parseExport(node, decorators);\n }\n }\n isAbstractClass() {\n return this.isContextual(124) && this.isLookaheadContextual(\"class\");\n }\n parseExportDefaultExpression() {\n if (this.isAbstractClass()) {\n const cls = this.startNode();\n this.next();\n cls.abstract = true;\n return this.parseClass(cls, true, true);\n }\n if (this.match(129)) {\n const result = this.tsParseInterfaceDeclaration(this.startNode());\n if (result) return result;\n }\n return super.parseExportDefaultExpression();\n }\n parseVarStatement(node, kind, allowMissingInitializer = false) {\n const {\n isAmbientContext\n } = this.state;\n const declaration = super.parseVarStatement(node, kind, allowMissingInitializer || isAmbientContext);\n if (!isAmbientContext) return declaration;\n if (!node.declare && (kind === \"using\" || kind === \"await using\")) {\n this.raiseOverwrite(TSErrors.UsingDeclarationInAmbientContext, node, kind);\n return declaration;\n }\n for (const {\n id,\n init\n } of declaration.declarations) {\n if (!init) continue;\n if (kind === \"var\" || kind === \"let\" || !!id.typeAnnotation) {\n this.raise(TSErrors.InitializerNotAllowedInAmbientContext, init);\n } else if (!isValidAmbientConstInitializer(init, this.hasPlugin(\"estree\"))) {\n this.raise(TSErrors.ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference, init);\n }\n }\n return declaration;\n }\n parseStatementContent(flags, decorators) {\n if (!this.state.containsEsc) {\n switch (this.state.type) {\n case 75:\n {\n if (this.isLookaheadContextual(\"enum\")) {\n const node = this.startNode();\n this.expect(75);\n return this.tsParseEnumDeclaration(node, {\n const: true\n });\n }\n break;\n }\n case 124:\n case 125:\n {\n if (this.nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine()) {\n const token = this.state.type;\n const node = this.startNode();\n this.next();\n const declaration = token === 125 ? this.tsTryParseDeclare(node) : this.tsParseAbstractDeclaration(node, decorators);\n if (declaration) {\n if (token === 125) {\n declaration.declare = true;\n }\n return declaration;\n } else {\n node.expression = this.createIdentifier(this.startNodeAt(node.loc.start), token === 125 ? \"declare\" : \"abstract\");\n this.semicolon(false);\n return this.finishNode(node, \"ExpressionStatement\");\n }\n }\n break;\n }\n case 126:\n return this.tsParseEnumDeclaration(this.startNode());\n case 112:\n {\n const nextCh = this.lookaheadCharCode();\n if (nextCh === 123) {\n const node = this.startNode();\n return this.tsParseAmbientExternalModuleDeclaration(node);\n }\n break;\n }\n case 129:\n {\n const result = this.tsParseInterfaceDeclaration(this.startNode());\n if (result) return result;\n break;\n }\n case 127:\n {\n if (this.nextTokenIsIdentifierOrStringLiteralOnSameLine()) {\n const node = this.startNode();\n this.next();\n return this.tsParseDeclaration(node, 127, false, decorators);\n }\n break;\n }\n case 128:\n {\n if (this.nextTokenIsIdentifierOnSameLine()) {\n const node = this.startNode();\n this.next();\n return this.tsParseDeclaration(node, 128, false, decorators);\n }\n break;\n }\n case 130:\n {\n if (this.nextTokenIsIdentifierOnSameLine()) {\n const node = this.startNode();\n this.next();\n return this.tsParseTypeAliasDeclaration(node);\n }\n break;\n }\n }\n }\n return super.parseStatementContent(flags, decorators);\n }\n parseAccessModifier() {\n return this.tsParseModifier([\"public\", \"protected\", \"private\"]);\n }\n tsHasSomeModifiers(member, modifiers) {\n return modifiers.some(modifier => {\n if (tsIsAccessModifier(modifier)) {\n return member.accessibility === modifier;\n }\n return !!member[modifier];\n });\n }\n tsIsStartOfStaticBlocks() {\n return this.isContextual(106) && this.lookaheadCharCode() === 123;\n }\n parseClassMember(classBody, member, state) {\n const modifiers = [\"declare\", \"private\", \"public\", \"protected\", \"override\", \"abstract\", \"readonly\", \"static\"];\n this.tsParseModifiers({\n allowedModifiers: modifiers,\n disallowedModifiers: [\"in\", \"out\"],\n stopOnStartOfClassStaticBlock: true,\n errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions\n }, member);\n const callParseClassMemberWithIsStatic = () => {\n if (this.tsIsStartOfStaticBlocks()) {\n this.next();\n this.next();\n if (this.tsHasSomeModifiers(member, modifiers)) {\n this.raise(TSErrors.StaticBlockCannotHaveModifier, this.state.curPosition());\n }\n super.parseClassStaticBlock(classBody, member);\n } else {\n this.parseClassMemberWithIsStatic(classBody, member, state, !!member.static);\n }\n };\n if (member.declare) {\n this.tsInAmbientContext(callParseClassMemberWithIsStatic);\n } else {\n callParseClassMemberWithIsStatic();\n }\n }\n parseClassMemberWithIsStatic(classBody, member, state, isStatic) {\n const idx = this.tsTryParseIndexSignature(member);\n if (idx) {\n classBody.body.push(idx);\n if (member.abstract) {\n this.raise(TSErrors.IndexSignatureHasAbstract, member);\n }\n if (member.accessibility) {\n this.raise(TSErrors.IndexSignatureHasAccessibility, member, {\n modifier: member.accessibility\n });\n }\n if (member.declare) {\n this.raise(TSErrors.IndexSignatureHasDeclare, member);\n }\n if (member.override) {\n this.raise(TSErrors.IndexSignatureHasOverride, member);\n }\n return;\n }\n if (!this.state.inAbstractClass && member.abstract) {\n this.raise(TSErrors.NonAbstractClassHasAbstractMethod, member);\n }\n if (member.override) {\n if (!state.hadSuperClass) {\n this.raise(TSErrors.OverrideNotInSubClass, member);\n }\n }\n super.parseClassMemberWithIsStatic(classBody, member, state, isStatic);\n }\n parsePostMemberNameModifiers(methodOrProp) {\n const optional = this.eat(17);\n if (optional) methodOrProp.optional = true;\n if (methodOrProp.readonly && this.match(10)) {\n this.raise(TSErrors.ClassMethodHasReadonly, methodOrProp);\n }\n if (methodOrProp.declare && this.match(10)) {\n this.raise(TSErrors.ClassMethodHasDeclare, methodOrProp);\n }\n }\n shouldParseExportDeclaration() {\n if (this.tsIsDeclarationStart()) return true;\n return super.shouldParseExportDeclaration();\n }\n parseConditional(expr, startLoc, refExpressionErrors) {\n if (!this.match(17)) return expr;\n if (this.state.maybeInArrowParameters) {\n const nextCh = this.lookaheadCharCode();\n if (nextCh === 44 || nextCh === 61 || nextCh === 58 || nextCh === 41) {\n this.setOptionalParametersError(refExpressionErrors);\n return expr;\n }\n }\n return super.parseConditional(expr, startLoc, refExpressionErrors);\n }\n parseParenItem(node, startLoc) {\n const newNode = super.parseParenItem(node, startLoc);\n if (this.eat(17)) {\n newNode.optional = true;\n this.resetEndLocation(node);\n }\n if (this.match(14)) {\n const typeCastNode = this.startNodeAt(startLoc);\n typeCastNode.expression = node;\n typeCastNode.typeAnnotation = this.tsParseTypeAnnotation();\n return this.finishNode(typeCastNode, \"TSTypeCastExpression\");\n }\n return node;\n }\n parseExportDeclaration(node) {\n if (!this.state.isAmbientContext && this.isContextual(125)) {\n return this.tsInAmbientContext(() => this.parseExportDeclaration(node));\n }\n const startLoc = this.state.startLoc;\n const isDeclare = this.eatContextual(125);\n if (isDeclare && (this.isContextual(125) || !this.shouldParseExportDeclaration())) {\n throw this.raise(TSErrors.ExpectedAmbientAfterExportDeclare, this.state.startLoc);\n }\n const isIdentifier = tokenIsIdentifier(this.state.type);\n const declaration = isIdentifier && this.tsTryParseExportDeclaration() || super.parseExportDeclaration(node);\n if (!declaration) return null;\n if (declaration.type === \"TSInterfaceDeclaration\" || declaration.type === \"TSTypeAliasDeclaration\" || isDeclare) {\n node.exportKind = \"type\";\n }\n if (isDeclare && declaration.type !== \"TSImportEqualsDeclaration\") {\n this.resetStartLocation(declaration, startLoc);\n declaration.declare = true;\n }\n return declaration;\n }\n parseClassId(node, isStatement, optionalId, bindingType) {\n if ((!isStatement || optionalId) && this.isContextual(113)) {\n return;\n }\n super.parseClassId(node, isStatement, optionalId, node.declare ? 1024 : 8331);\n const typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);\n if (typeParameters) node.typeParameters = typeParameters;\n }\n parseClassPropertyAnnotation(node) {\n if (!node.optional) {\n if (this.eat(35)) {\n node.definite = true;\n } else if (this.eat(17)) {\n node.optional = true;\n }\n }\n const type = this.tsTryParseTypeAnnotation();\n if (type) node.typeAnnotation = type;\n }\n parseClassProperty(node) {\n this.parseClassPropertyAnnotation(node);\n if (this.state.isAmbientContext && !(node.readonly && !node.typeAnnotation) && this.match(29)) {\n this.raise(TSErrors.DeclareClassFieldHasInitializer, this.state.startLoc);\n }\n if (node.abstract && this.match(29)) {\n const {\n key\n } = node;\n this.raise(TSErrors.AbstractPropertyHasInitializer, this.state.startLoc, {\n propertyName: key.type === \"Identifier\" && !node.computed ? key.name : `[${this.input.slice(this.offsetToSourcePos(key.start), this.offsetToSourcePos(key.end))}]`\n });\n }\n return super.parseClassProperty(node);\n }\n parseClassPrivateProperty(node) {\n if (node.abstract) {\n this.raise(TSErrors.PrivateElementHasAbstract, node);\n }\n if (node.accessibility) {\n this.raise(TSErrors.PrivateElementHasAccessibility, node, {\n modifier: node.accessibility\n });\n }\n this.parseClassPropertyAnnotation(node);\n return super.parseClassPrivateProperty(node);\n }\n parseClassAccessorProperty(node) {\n this.parseClassPropertyAnnotation(node);\n if (node.optional) {\n this.raise(TSErrors.AccessorCannotBeOptional, node);\n }\n return super.parseClassAccessorProperty(node);\n }\n pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) {\n const typeParameters = this.tsTryParseTypeParameters(this.tsParseConstModifier);\n if (typeParameters && isConstructor) {\n this.raise(TSErrors.ConstructorHasTypeParameters, typeParameters);\n }\n const {\n declare = false,\n kind\n } = method;\n if (declare && (kind === \"get\" || kind === \"set\")) {\n this.raise(TSErrors.DeclareAccessor, method, {\n kind\n });\n }\n if (typeParameters) method.typeParameters = typeParameters;\n super.pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper);\n }\n pushClassPrivateMethod(classBody, method, isGenerator, isAsync) {\n const typeParameters = this.tsTryParseTypeParameters(this.tsParseConstModifier);\n if (typeParameters) method.typeParameters = typeParameters;\n super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync);\n }\n declareClassPrivateMethodInScope(node, kind) {\n if (node.type === \"TSDeclareMethod\") return;\n if (node.type === \"MethodDefinition\" && node.value.body == null) {\n return;\n }\n super.declareClassPrivateMethodInScope(node, kind);\n }\n parseClassSuper(node) {\n super.parseClassSuper(node);\n if (node.superClass) {\n if (node.superClass.type === \"TSInstantiationExpression\") {\n const tsInstantiationExpression = node.superClass;\n const superClass = tsInstantiationExpression.expression;\n this.takeSurroundingComments(superClass, superClass.start, superClass.end);\n const superTypeArguments = tsInstantiationExpression.typeParameters;\n this.takeSurroundingComments(superTypeArguments, superTypeArguments.start, superTypeArguments.end);\n node.superClass = superClass;\n node.superTypeParameters = superTypeArguments;\n } else if (this.match(47) || this.match(51)) {\n node.superTypeParameters = this.tsParseTypeArgumentsInExpression();\n }\n }\n if (this.eatContextual(113)) {\n node.implements = this.tsParseHeritageClause(\"implements\");\n }\n }\n parseObjPropValue(prop, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors) {\n const typeParameters = this.tsTryParseTypeParameters(this.tsParseConstModifier);\n if (typeParameters) prop.typeParameters = typeParameters;\n return super.parseObjPropValue(prop, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors);\n }\n parseFunctionParams(node, isConstructor) {\n const typeParameters = this.tsTryParseTypeParameters(this.tsParseConstModifier);\n if (typeParameters) node.typeParameters = typeParameters;\n super.parseFunctionParams(node, isConstructor);\n }\n parseVarId(decl, kind) {\n super.parseVarId(decl, kind);\n if (decl.id.type === \"Identifier\" && !this.hasPrecedingLineBreak() && this.eat(35)) {\n decl.definite = true;\n }\n const type = this.tsTryParseTypeAnnotation();\n if (type) {\n decl.id.typeAnnotation = type;\n this.resetEndLocation(decl.id);\n }\n }\n parseAsyncArrowFromCallExpression(node, call) {\n if (this.match(14)) {\n node.returnType = this.tsParseTypeAnnotation();\n }\n return super.parseAsyncArrowFromCallExpression(node, call);\n }\n parseMaybeAssign(refExpressionErrors, afterLeftParse) {\n var _jsx, _jsx2, _typeCast, _jsx3, _typeCast2;\n let state;\n let jsx;\n let typeCast;\n if (this.hasPlugin(\"jsx\") && (this.match(143) || this.match(47))) {\n state = this.state.clone();\n jsx = this.tryParse(() => super.parseMaybeAssign(refExpressionErrors, afterLeftParse), state);\n if (!jsx.error) return jsx.node;\n const {\n context\n } = this.state;\n const currentContext = context[context.length - 1];\n if (currentContext === types.j_oTag || currentContext === types.j_expr) {\n context.pop();\n }\n }\n if (!((_jsx = jsx) != null && _jsx.error) && !this.match(47)) {\n return super.parseMaybeAssign(refExpressionErrors, afterLeftParse);\n }\n if (!state || state === this.state) state = this.state.clone();\n let typeParameters;\n const arrow = this.tryParse(abort => {\n var _expr$extra, _typeParameters;\n typeParameters = this.tsParseTypeParameters(this.tsParseConstModifier);\n const expr = super.parseMaybeAssign(refExpressionErrors, afterLeftParse);\n if (expr.type !== \"ArrowFunctionExpression\" || (_expr$extra = expr.extra) != null && _expr$extra.parenthesized) {\n abort();\n }\n if (((_typeParameters = typeParameters) == null ? void 0 : _typeParameters.params.length) !== 0) {\n this.resetStartLocationFromNode(expr, typeParameters);\n }\n expr.typeParameters = typeParameters;\n return expr;\n }, state);\n if (!arrow.error && !arrow.aborted) {\n if (typeParameters) this.reportReservedArrowTypeParam(typeParameters);\n return arrow.node;\n }\n if (!jsx) {\n assert(!this.hasPlugin(\"jsx\"));\n typeCast = this.tryParse(() => super.parseMaybeAssign(refExpressionErrors, afterLeftParse), state);\n if (!typeCast.error) return typeCast.node;\n }\n if ((_jsx2 = jsx) != null && _jsx2.node) {\n this.state = jsx.failState;\n return jsx.node;\n }\n if (arrow.node) {\n this.state = arrow.failState;\n if (typeParameters) this.reportReservedArrowTypeParam(typeParameters);\n return arrow.node;\n }\n if ((_typeCast = typeCast) != null && _typeCast.node) {\n this.state = typeCast.failState;\n return typeCast.node;\n }\n throw ((_jsx3 = jsx) == null ? void 0 : _jsx3.error) || arrow.error || ((_typeCast2 = typeCast) == null ? void 0 : _typeCast2.error);\n }\n reportReservedArrowTypeParam(node) {\n var _node$extra2;\n if (node.params.length === 1 && !node.params[0].constraint && !((_node$extra2 = node.extra) != null && _node$extra2.trailingComma) && this.getPluginOption(\"typescript\", \"disallowAmbiguousJSXLike\")) {\n this.raise(TSErrors.ReservedArrowTypeParam, node);\n }\n }\n parseMaybeUnary(refExpressionErrors, sawUnary) {\n if (!this.hasPlugin(\"jsx\") && this.match(47)) {\n return this.tsParseTypeAssertion();\n }\n return super.parseMaybeUnary(refExpressionErrors, sawUnary);\n }\n parseArrow(node) {\n if (this.match(14)) {\n const result = this.tryParse(abort => {\n const returnType = this.tsParseTypeOrTypePredicateAnnotation(14);\n if (this.canInsertSemicolon() || !this.match(19)) abort();\n return returnType;\n });\n if (result.aborted) return;\n if (!result.thrown) {\n if (result.error) this.state = result.failState;\n node.returnType = result.node;\n }\n }\n return super.parseArrow(node);\n }\n parseFunctionParamType(param) {\n if (this.eat(17)) {\n param.optional = true;\n }\n const type = this.tsTryParseTypeAnnotation();\n if (type) param.typeAnnotation = type;\n this.resetEndLocation(param);\n return param;\n }\n isAssignable(node, isBinding) {\n switch (node.type) {\n case \"TSTypeCastExpression\":\n return this.isAssignable(node.expression, isBinding);\n case \"TSParameterProperty\":\n return true;\n default:\n return super.isAssignable(node, isBinding);\n }\n }\n toAssignable(node, isLHS = false) {\n switch (node.type) {\n case \"ParenthesizedExpression\":\n this.toAssignableParenthesizedExpression(node, isLHS);\n break;\n case \"TSAsExpression\":\n case \"TSSatisfiesExpression\":\n case \"TSNonNullExpression\":\n case \"TSTypeAssertion\":\n if (isLHS) {\n this.expressionScope.recordArrowParameterBindingError(TSErrors.UnexpectedTypeCastInParameter, node);\n } else {\n this.raise(TSErrors.UnexpectedTypeCastInParameter, node);\n }\n this.toAssignable(node.expression, isLHS);\n break;\n case \"AssignmentExpression\":\n if (!isLHS && node.left.type === \"TSTypeCastExpression\") {\n node.left = this.typeCastToParameter(node.left);\n }\n default:\n super.toAssignable(node, isLHS);\n }\n }\n toAssignableParenthesizedExpression(node, isLHS) {\n switch (node.expression.type) {\n case \"TSAsExpression\":\n case \"TSSatisfiesExpression\":\n case \"TSNonNullExpression\":\n case \"TSTypeAssertion\":\n case \"ParenthesizedExpression\":\n this.toAssignable(node.expression, isLHS);\n break;\n default:\n super.toAssignable(node, isLHS);\n }\n }\n checkToRestConversion(node, allowPattern) {\n switch (node.type) {\n case \"TSAsExpression\":\n case \"TSSatisfiesExpression\":\n case \"TSTypeAssertion\":\n case \"TSNonNullExpression\":\n this.checkToRestConversion(node.expression, false);\n break;\n default:\n super.checkToRestConversion(node, allowPattern);\n }\n }\n isValidLVal(type, disallowCallExpression, isUnparenthesizedInAssign, binding) {\n switch (type) {\n case \"TSTypeCastExpression\":\n return true;\n case \"TSParameterProperty\":\n return \"parameter\";\n case \"TSNonNullExpression\":\n return \"expression\";\n case \"TSAsExpression\":\n case \"TSSatisfiesExpression\":\n case \"TSTypeAssertion\":\n return (binding !== 64 || !isUnparenthesizedInAssign) && [\"expression\", true];\n default:\n return super.isValidLVal(type, disallowCallExpression, isUnparenthesizedInAssign, binding);\n }\n }\n parseBindingAtom() {\n if (this.state.type === 78) {\n return this.parseIdentifier(true);\n }\n return super.parseBindingAtom();\n }\n parseMaybeDecoratorArguments(expr, startLoc) {\n if (this.match(47) || this.match(51)) {\n const typeArguments = this.tsParseTypeArgumentsInExpression();\n if (this.match(10)) {\n const call = super.parseMaybeDecoratorArguments(expr, startLoc);\n call.typeParameters = typeArguments;\n return call;\n }\n this.unexpected(null, 10);\n }\n return super.parseMaybeDecoratorArguments(expr, startLoc);\n }\n checkCommaAfterRest(close) {\n if (this.state.isAmbientContext && this.match(12) && this.lookaheadCharCode() === close) {\n this.next();\n return false;\n }\n return super.checkCommaAfterRest(close);\n }\n isClassMethod() {\n return this.match(47) || super.isClassMethod();\n }\n isClassProperty() {\n return this.match(35) || this.match(14) || super.isClassProperty();\n }\n parseMaybeDefault(startLoc, left) {\n const node = super.parseMaybeDefault(startLoc, left);\n if (node.type === \"AssignmentPattern\" && node.typeAnnotation && node.right.start < node.typeAnnotation.start) {\n this.raise(TSErrors.TypeAnnotationAfterAssign, node.typeAnnotation);\n }\n return node;\n }\n getTokenFromCode(code) {\n if (this.state.inType) {\n if (code === 62) {\n this.finishOp(48, 1);\n return;\n }\n if (code === 60) {\n this.finishOp(47, 1);\n return;\n }\n }\n super.getTokenFromCode(code);\n }\n reScan_lt_gt() {\n const {\n type\n } = this.state;\n if (type === 47) {\n this.state.pos -= 1;\n this.readToken_lt();\n } else if (type === 48) {\n this.state.pos -= 1;\n this.readToken_gt();\n }\n }\n reScan_lt() {\n const {\n type\n } = this.state;\n if (type === 51) {\n this.state.pos -= 2;\n this.finishOp(47, 1);\n return 47;\n }\n return type;\n }\n toAssignableListItem(exprList, index, isLHS) {\n const node = exprList[index];\n if (node.type === \"TSTypeCastExpression\") {\n exprList[index] = this.typeCastToParameter(node);\n }\n super.toAssignableListItem(exprList, index, isLHS);\n }\n typeCastToParameter(node) {\n node.expression.typeAnnotation = node.typeAnnotation;\n this.resetEndLocation(node.expression, node.typeAnnotation.loc.end);\n return node.expression;\n }\n shouldParseArrow(params) {\n if (this.match(14)) {\n return params.every(expr => this.isAssignable(expr, true));\n }\n return super.shouldParseArrow(params);\n }\n shouldParseAsyncArrow() {\n return this.match(14) || super.shouldParseAsyncArrow();\n }\n canHaveLeadingDecorator() {\n return super.canHaveLeadingDecorator() || this.isAbstractClass();\n }\n jsxParseOpeningElementAfterName(node) {\n if (this.match(47) || this.match(51)) {\n const typeArguments = this.tsTryParseAndCatch(() => this.tsParseTypeArgumentsInExpression());\n if (typeArguments) {\n node.typeParameters = typeArguments;\n }\n }\n return super.jsxParseOpeningElementAfterName(node);\n }\n getGetterSetterExpectedParamCount(method) {\n const baseCount = super.getGetterSetterExpectedParamCount(method);\n const params = this.getObjectOrClassMethodParams(method);\n const firstParam = params[0];\n const hasContextParam = firstParam && this.isThisParam(firstParam);\n return hasContextParam ? baseCount + 1 : baseCount;\n }\n parseCatchClauseParam() {\n const param = super.parseCatchClauseParam();\n const type = this.tsTryParseTypeAnnotation();\n if (type) {\n param.typeAnnotation = type;\n this.resetEndLocation(param);\n }\n return param;\n }\n tsInAmbientContext(cb) {\n const {\n isAmbientContext: oldIsAmbientContext,\n strict: oldStrict\n } = this.state;\n this.state.isAmbientContext = true;\n this.state.strict = false;\n try {\n return cb();\n } finally {\n this.state.isAmbientContext = oldIsAmbientContext;\n this.state.strict = oldStrict;\n }\n }\n parseClass(node, isStatement, optionalId) {\n const oldInAbstractClass = this.state.inAbstractClass;\n this.state.inAbstractClass = !!node.abstract;\n try {\n return super.parseClass(node, isStatement, optionalId);\n } finally {\n this.state.inAbstractClass = oldInAbstractClass;\n }\n }\n tsParseAbstractDeclaration(node, decorators) {\n if (this.match(80)) {\n node.abstract = true;\n return this.maybeTakeDecorators(decorators, this.parseClass(node, true, false));\n } else if (this.isContextual(129)) {\n if (!this.hasFollowingLineBreak()) {\n node.abstract = true;\n this.raise(TSErrors.NonClassMethodPropertyHasAbstractModifier, node);\n return this.tsParseInterfaceDeclaration(node);\n } else {\n return null;\n }\n }\n throw this.unexpected(null, 80);\n }\n parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope) {\n const method = super.parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope);\n if (method.abstract || method.type === \"TSAbstractMethodDefinition\") {\n const hasEstreePlugin = this.hasPlugin(\"estree\");\n const methodFn = hasEstreePlugin ? method.value : method;\n if (methodFn.body) {\n const {\n key\n } = method;\n this.raise(TSErrors.AbstractMethodHasImplementation, method, {\n methodName: key.type === \"Identifier\" && !method.computed ? key.name : `[${this.input.slice(this.offsetToSourcePos(key.start), this.offsetToSourcePos(key.end))}]`\n });\n }\n }\n return method;\n }\n tsParseTypeParameterName() {\n const typeName = this.parseIdentifier();\n return typeName.name;\n }\n shouldParseAsAmbientContext() {\n return !!this.getPluginOption(\"typescript\", \"dts\");\n }\n parse() {\n if (this.shouldParseAsAmbientContext()) {\n this.state.isAmbientContext = true;\n }\n return super.parse();\n }\n getExpression() {\n if (this.shouldParseAsAmbientContext()) {\n this.state.isAmbientContext = true;\n }\n return super.getExpression();\n }\n parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) {\n if (!isString && isMaybeTypeOnly) {\n this.parseTypeOnlyImportExportSpecifier(node, false, isInTypeExport);\n return this.finishNode(node, \"ExportSpecifier\");\n }\n node.exportKind = \"value\";\n return super.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly);\n }\n parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly, bindingType) {\n if (!importedIsString && isMaybeTypeOnly) {\n this.parseTypeOnlyImportExportSpecifier(specifier, true, isInTypeOnlyImport);\n return this.finishNode(specifier, \"ImportSpecifier\");\n }\n specifier.importKind = \"value\";\n return super.parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly, isInTypeOnlyImport ? 4098 : 4096);\n }\n parseTypeOnlyImportExportSpecifier(node, isImport, isInTypeOnlyImportExport) {\n const leftOfAsKey = isImport ? \"imported\" : \"local\";\n const rightOfAsKey = isImport ? \"local\" : \"exported\";\n let leftOfAs = node[leftOfAsKey];\n let rightOfAs;\n let hasTypeSpecifier = false;\n let canParseAsKeyword = true;\n const loc = leftOfAs.loc.start;\n if (this.isContextual(93)) {\n const firstAs = this.parseIdentifier();\n if (this.isContextual(93)) {\n const secondAs = this.parseIdentifier();\n if (tokenIsKeywordOrIdentifier(this.state.type)) {\n hasTypeSpecifier = true;\n leftOfAs = firstAs;\n rightOfAs = isImport ? this.parseIdentifier() : this.parseModuleExportName();\n canParseAsKeyword = false;\n } else {\n rightOfAs = secondAs;\n canParseAsKeyword = false;\n }\n } else if (tokenIsKeywordOrIdentifier(this.state.type)) {\n canParseAsKeyword = false;\n rightOfAs = isImport ? this.parseIdentifier() : this.parseModuleExportName();\n } else {\n hasTypeSpecifier = true;\n leftOfAs = firstAs;\n }\n } else if (tokenIsKeywordOrIdentifier(this.state.type)) {\n hasTypeSpecifier = true;\n if (isImport) {\n leftOfAs = this.parseIdentifier(true);\n if (!this.isContextual(93)) {\n this.checkReservedWord(leftOfAs.name, leftOfAs.loc.start, true, true);\n }\n } else {\n leftOfAs = this.parseModuleExportName();\n }\n }\n if (hasTypeSpecifier && isInTypeOnlyImportExport) {\n this.raise(isImport ? TSErrors.TypeModifierIsUsedInTypeImports : TSErrors.TypeModifierIsUsedInTypeExports, loc);\n }\n node[leftOfAsKey] = leftOfAs;\n node[rightOfAsKey] = rightOfAs;\n const kindKey = isImport ? \"importKind\" : \"exportKind\";\n node[kindKey] = hasTypeSpecifier ? \"type\" : \"value\";\n if (canParseAsKeyword && this.eatContextual(93)) {\n node[rightOfAsKey] = isImport ? this.parseIdentifier() : this.parseModuleExportName();\n }\n if (!node[rightOfAsKey]) {\n node[rightOfAsKey] = this.cloneIdentifier(node[leftOfAsKey]);\n }\n if (isImport) {\n this.checkIdentifier(node[rightOfAsKey], hasTypeSpecifier ? 4098 : 4096);\n }\n }\n fillOptionalPropertiesForTSESLint(node) {\n var _node$directive, _node$decorators, _node$optional, _node$typeAnnotation, _node$accessibility, _node$decorators2, _node$override, _node$readonly, _node$static, _node$declare, _node$returnType, _node$typeParameters, _node$optional2, _node$optional3, _node$accessibility2, _node$readonly2, _node$static2, _node$declare2, _node$definite, _node$readonly3, _node$typeAnnotation2, _node$accessibility3, _node$decorators3, _node$override2, _node$optional4, _node$id, _node$abstract, _node$declare3, _node$decorators4, _node$implements, _node$superTypeArgume, _node$typeParameters2, _node$declare4, _node$definite2, _node$const, _node$declare5, _node$computed, _node$qualifier, _node$options, _node$declare6, _node$extends, _node$optional5, _node$readonly4, _node$declare7, _node$global, _node$const2, _node$in, _node$out;\n switch (node.type) {\n case \"ExpressionStatement\":\n (_node$directive = node.directive) != null ? _node$directive : node.directive = undefined;\n return;\n case \"RestElement\":\n node.value = undefined;\n case \"Identifier\":\n case \"ArrayPattern\":\n case \"AssignmentPattern\":\n case \"ObjectPattern\":\n (_node$decorators = node.decorators) != null ? _node$decorators : node.decorators = [];\n (_node$optional = node.optional) != null ? _node$optional : node.optional = false;\n (_node$typeAnnotation = node.typeAnnotation) != null ? _node$typeAnnotation : node.typeAnnotation = undefined;\n return;\n case \"TSParameterProperty\":\n (_node$accessibility = node.accessibility) != null ? _node$accessibility : node.accessibility = undefined;\n (_node$decorators2 = node.decorators) != null ? _node$decorators2 : node.decorators = [];\n (_node$override = node.override) != null ? _node$override : node.override = false;\n (_node$readonly = node.readonly) != null ? _node$readonly : node.readonly = false;\n (_node$static = node.static) != null ? _node$static : node.static = false;\n return;\n case \"TSEmptyBodyFunctionExpression\":\n node.body = null;\n case \"TSDeclareFunction\":\n case \"FunctionDeclaration\":\n case \"FunctionExpression\":\n case \"ClassMethod\":\n case \"ClassPrivateMethod\":\n (_node$declare = node.declare) != null ? _node$declare : node.declare = false;\n (_node$returnType = node.returnType) != null ? _node$returnType : node.returnType = undefined;\n (_node$typeParameters = node.typeParameters) != null ? _node$typeParameters : node.typeParameters = undefined;\n return;\n case \"Property\":\n (_node$optional2 = node.optional) != null ? _node$optional2 : node.optional = false;\n return;\n case \"TSMethodSignature\":\n case \"TSPropertySignature\":\n (_node$optional3 = node.optional) != null ? _node$optional3 : node.optional = false;\n case \"TSIndexSignature\":\n (_node$accessibility2 = node.accessibility) != null ? _node$accessibility2 : node.accessibility = undefined;\n (_node$readonly2 = node.readonly) != null ? _node$readonly2 : node.readonly = false;\n (_node$static2 = node.static) != null ? _node$static2 : node.static = false;\n return;\n case \"TSAbstractPropertyDefinition\":\n case \"PropertyDefinition\":\n case \"TSAbstractAccessorProperty\":\n case \"AccessorProperty\":\n (_node$declare2 = node.declare) != null ? _node$declare2 : node.declare = false;\n (_node$definite = node.definite) != null ? _node$definite : node.definite = false;\n (_node$readonly3 = node.readonly) != null ? _node$readonly3 : node.readonly = false;\n (_node$typeAnnotation2 = node.typeAnnotation) != null ? _node$typeAnnotation2 : node.typeAnnotation = undefined;\n case \"TSAbstractMethodDefinition\":\n case \"MethodDefinition\":\n (_node$accessibility3 = node.accessibility) != null ? _node$accessibility3 : node.accessibility = undefined;\n (_node$decorators3 = node.decorators) != null ? _node$decorators3 : node.decorators = [];\n (_node$override2 = node.override) != null ? _node$override2 : node.override = false;\n (_node$optional4 = node.optional) != null ? _node$optional4 : node.optional = false;\n return;\n case \"ClassExpression\":\n (_node$id = node.id) != null ? _node$id : node.id = null;\n case \"ClassDeclaration\":\n (_node$abstract = node.abstract) != null ? _node$abstract : node.abstract = false;\n (_node$declare3 = node.declare) != null ? _node$declare3 : node.declare = false;\n (_node$decorators4 = node.decorators) != null ? _node$decorators4 : node.decorators = [];\n (_node$implements = node.implements) != null ? _node$implements : node.implements = [];\n (_node$superTypeArgume = node.superTypeArguments) != null ? _node$superTypeArgume : node.superTypeArguments = undefined;\n (_node$typeParameters2 = node.typeParameters) != null ? _node$typeParameters2 : node.typeParameters = undefined;\n return;\n case \"TSTypeAliasDeclaration\":\n case \"VariableDeclaration\":\n (_node$declare4 = node.declare) != null ? _node$declare4 : node.declare = false;\n return;\n case \"VariableDeclarator\":\n (_node$definite2 = node.definite) != null ? _node$definite2 : node.definite = false;\n return;\n case \"TSEnumDeclaration\":\n (_node$const = node.const) != null ? _node$const : node.const = false;\n (_node$declare5 = node.declare) != null ? _node$declare5 : node.declare = false;\n return;\n case \"TSEnumMember\":\n (_node$computed = node.computed) != null ? _node$computed : node.computed = false;\n return;\n case \"TSImportType\":\n (_node$qualifier = node.qualifier) != null ? _node$qualifier : node.qualifier = null;\n (_node$options = node.options) != null ? _node$options : node.options = null;\n return;\n case \"TSInterfaceDeclaration\":\n (_node$declare6 = node.declare) != null ? _node$declare6 : node.declare = false;\n (_node$extends = node.extends) != null ? _node$extends : node.extends = [];\n return;\n case \"TSMappedType\":\n (_node$optional5 = node.optional) != null ? _node$optional5 : node.optional = false;\n (_node$readonly4 = node.readonly) != null ? _node$readonly4 : node.readonly = undefined;\n return;\n case \"TSModuleDeclaration\":\n (_node$declare7 = node.declare) != null ? _node$declare7 : node.declare = false;\n (_node$global = node.global) != null ? _node$global : node.global = node.kind === \"global\";\n return;\n case \"TSTypeParameter\":\n (_node$const2 = node.const) != null ? _node$const2 : node.const = false;\n (_node$in = node.in) != null ? _node$in : node.in = false;\n (_node$out = node.out) != null ? _node$out : node.out = false;\n return;\n }\n }\n chStartsBindingIdentifierAndNotRelationalOperator(ch, pos) {\n if (isIdentifierStart(ch)) {\n keywordAndTSRelationalOperator.lastIndex = pos;\n if (keywordAndTSRelationalOperator.test(this.input)) {\n const endCh = this.codePointAtPos(keywordAndTSRelationalOperator.lastIndex);\n if (!isIdentifierChar(endCh) && endCh !== 92) {\n return false;\n }\n }\n return true;\n } else if (ch === 92) {\n return true;\n } else {\n return false;\n }\n }\n nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine() {\n const next = this.nextTokenInLineStart();\n const nextCh = this.codePointAtPos(next);\n return this.chStartsBindingIdentifierAndNotRelationalOperator(nextCh, next);\n }\n nextTokenIsIdentifierOrStringLiteralOnSameLine() {\n const next = this.nextTokenInLineStart();\n const nextCh = this.codePointAtPos(next);\n return this.chStartsBindingIdentifier(nextCh, next) || nextCh === 34 || nextCh === 39;\n }\n};\nfunction isPossiblyLiteralEnum(expression) {\n if (expression.type !== \"MemberExpression\") return false;\n const {\n computed,\n property\n } = expression;\n if (computed && property.type !== \"StringLiteral\" && (property.type !== \"TemplateLiteral\" || property.expressions.length > 0)) {\n return false;\n }\n return isUncomputedMemberExpressionChain(expression.object);\n}\nfunction isValidAmbientConstInitializer(expression, estree) {\n var _expression$extra;\n const {\n type\n } = expression;\n if ((_expression$extra = expression.extra) != null && _expression$extra.parenthesized) {\n return false;\n }\n if (estree) {\n if (type === \"Literal\") {\n const {\n value\n } = expression;\n if (typeof value === \"string\" || typeof value === \"boolean\") {\n return true;\n }\n }\n } else {\n if (type === \"StringLiteral\" || type === \"BooleanLiteral\") {\n return true;\n }\n }\n if (isNumber(expression, estree) || isNegativeNumber(expression, estree)) {\n return true;\n }\n if (type === \"TemplateLiteral\" && expression.expressions.length === 0) {\n return true;\n }\n if (isPossiblyLiteralEnum(expression)) {\n return true;\n }\n return false;\n}\nfunction isNumber(expression, estree) {\n if (estree) {\n return expression.type === \"Literal\" && (typeof expression.value === \"number\" || \"bigint\" in expression);\n }\n return expression.type === \"NumericLiteral\" || expression.type === \"BigIntLiteral\";\n}\nfunction isNegativeNumber(expression, estree) {\n if (expression.type === \"UnaryExpression\") {\n const {\n operator,\n argument\n } = expression;\n if (operator === \"-\" && isNumber(argument, estree)) {\n return true;\n }\n }\n return false;\n}\nfunction isUncomputedMemberExpressionChain(expression) {\n if (expression.type === \"Identifier\") return true;\n if (expression.type !== \"MemberExpression\" || expression.computed) {\n return false;\n }\n return isUncomputedMemberExpressionChain(expression.object);\n}\nconst PlaceholderErrors = ParseErrorEnum`placeholders`({\n ClassNameIsRequired: \"A class name is required.\",\n UnexpectedSpace: \"Unexpected space in placeholder.\"\n});\nvar placeholders = superClass => class PlaceholdersParserMixin extends superClass {\n parsePlaceholder(expectedNode) {\n if (this.match(133)) {\n const node = this.startNode();\n this.next();\n this.assertNoSpace();\n node.name = super.parseIdentifier(true);\n this.assertNoSpace();\n this.expect(133);\n return this.finishPlaceholder(node, expectedNode);\n }\n }\n finishPlaceholder(node, expectedNode) {\n let placeholder = node;\n if (!placeholder.expectedNode || !placeholder.type) {\n placeholder = this.finishNode(placeholder, \"Placeholder\");\n }\n placeholder.expectedNode = expectedNode;\n return placeholder;\n }\n getTokenFromCode(code) {\n if (code === 37 && this.input.charCodeAt(this.state.pos + 1) === 37) {\n this.finishOp(133, 2);\n } else {\n super.getTokenFromCode(code);\n }\n }\n parseExprAtom(refExpressionErrors) {\n return this.parsePlaceholder(\"Expression\") || super.parseExprAtom(refExpressionErrors);\n }\n parseIdentifier(liberal) {\n return this.parsePlaceholder(\"Identifier\") || super.parseIdentifier(liberal);\n }\n checkReservedWord(word, startLoc, checkKeywords, isBinding) {\n if (word !== undefined) {\n super.checkReservedWord(word, startLoc, checkKeywords, isBinding);\n }\n }\n cloneIdentifier(node) {\n const cloned = super.cloneIdentifier(node);\n if (cloned.type === \"Placeholder\") {\n cloned.expectedNode = node.expectedNode;\n }\n return cloned;\n }\n cloneStringLiteral(node) {\n if (node.type === \"Placeholder\") {\n return this.cloneIdentifier(node);\n }\n return super.cloneStringLiteral(node);\n }\n parseBindingAtom() {\n return this.parsePlaceholder(\"Pattern\") || super.parseBindingAtom();\n }\n isValidLVal(type, disallowCallExpression, isParenthesized, binding) {\n return type === \"Placeholder\" || super.isValidLVal(type, disallowCallExpression, isParenthesized, binding);\n }\n toAssignable(node, isLHS) {\n if (node && node.type === \"Placeholder\" && node.expectedNode === \"Expression\") {\n node.expectedNode = \"Pattern\";\n } else {\n super.toAssignable(node, isLHS);\n }\n }\n chStartsBindingIdentifier(ch, pos) {\n if (super.chStartsBindingIdentifier(ch, pos)) {\n return true;\n }\n const next = this.nextTokenStart();\n if (this.input.charCodeAt(next) === 37 && this.input.charCodeAt(next + 1) === 37) {\n return true;\n }\n return false;\n }\n verifyBreakContinue(node, isBreak) {\n var _node$label;\n if (((_node$label = node.label) == null ? void 0 : _node$label.type) === \"Placeholder\") return;\n super.verifyBreakContinue(node, isBreak);\n }\n parseExpressionStatement(node, expr) {\n var _expr$extra;\n if (expr.type !== \"Placeholder\" || (_expr$extra = expr.extra) != null && _expr$extra.parenthesized) {\n return super.parseExpressionStatement(node, expr);\n }\n if (this.match(14)) {\n const stmt = node;\n stmt.label = this.finishPlaceholder(expr, \"Identifier\");\n this.next();\n stmt.body = super.parseStatementOrSloppyAnnexBFunctionDeclaration();\n return this.finishNode(stmt, \"LabeledStatement\");\n }\n this.semicolon();\n const stmtPlaceholder = node;\n stmtPlaceholder.name = expr.name;\n return this.finishPlaceholder(stmtPlaceholder, \"Statement\");\n }\n parseBlock(allowDirectives, createNewLexicalScope, afterBlockParse) {\n return this.parsePlaceholder(\"BlockStatement\") || super.parseBlock(allowDirectives, createNewLexicalScope, afterBlockParse);\n }\n parseFunctionId(requireId) {\n return this.parsePlaceholder(\"Identifier\") || super.parseFunctionId(requireId);\n }\n parseClass(node, isStatement, optionalId) {\n const type = isStatement ? \"ClassDeclaration\" : \"ClassExpression\";\n this.next();\n const oldStrict = this.state.strict;\n const placeholder = this.parsePlaceholder(\"Identifier\");\n if (placeholder) {\n if (this.match(81) || this.match(133) || this.match(5)) {\n node.id = placeholder;\n } else if (optionalId || !isStatement) {\n node.id = null;\n node.body = this.finishPlaceholder(placeholder, \"ClassBody\");\n return this.finishNode(node, type);\n } else {\n throw this.raise(PlaceholderErrors.ClassNameIsRequired, this.state.startLoc);\n }\n } else {\n this.parseClassId(node, isStatement, optionalId);\n }\n super.parseClassSuper(node);\n node.body = this.parsePlaceholder(\"ClassBody\") || super.parseClassBody(!!node.superClass, oldStrict);\n return this.finishNode(node, type);\n }\n parseExport(node, decorators) {\n const placeholder = this.parsePlaceholder(\"Identifier\");\n if (!placeholder) return super.parseExport(node, decorators);\n const node2 = node;\n if (!this.isContextual(98) && !this.match(12)) {\n node2.specifiers = [];\n node2.source = null;\n node2.declaration = this.finishPlaceholder(placeholder, \"Declaration\");\n return this.finishNode(node2, \"ExportNamedDeclaration\");\n }\n this.expectPlugin(\"exportDefaultFrom\");\n const specifier = this.startNode();\n specifier.exported = placeholder;\n node2.specifiers = [this.finishNode(specifier, \"ExportDefaultSpecifier\")];\n return super.parseExport(node2, decorators);\n }\n isExportDefaultSpecifier() {\n if (this.match(65)) {\n const next = this.nextTokenStart();\n if (this.isUnparsedContextual(next, \"from\")) {\n if (this.input.startsWith(tokenLabelName(133), this.nextTokenStartSince(next + 4))) {\n return true;\n }\n }\n }\n return super.isExportDefaultSpecifier();\n }\n maybeParseExportDefaultSpecifier(node, maybeDefaultIdentifier) {\n var _specifiers;\n if ((_specifiers = node.specifiers) != null && _specifiers.length) {\n return true;\n }\n return super.maybeParseExportDefaultSpecifier(node, maybeDefaultIdentifier);\n }\n checkExport(node) {\n const {\n specifiers\n } = node;\n if (specifiers != null && specifiers.length) {\n node.specifiers = specifiers.filter(node => node.exported.type === \"Placeholder\");\n }\n super.checkExport(node);\n node.specifiers = specifiers;\n }\n parseImport(node) {\n const placeholder = this.parsePlaceholder(\"Identifier\");\n if (!placeholder) return super.parseImport(node);\n node.specifiers = [];\n if (!this.isContextual(98) && !this.match(12)) {\n node.source = this.finishPlaceholder(placeholder, \"StringLiteral\");\n this.semicolon();\n return this.finishNode(node, \"ImportDeclaration\");\n }\n const specifier = this.startNodeAtNode(placeholder);\n specifier.local = placeholder;\n node.specifiers.push(this.finishNode(specifier, \"ImportDefaultSpecifier\"));\n if (this.eat(12)) {\n const hasStarImport = this.maybeParseStarImportSpecifier(node);\n if (!hasStarImport) this.parseNamedImportSpecifiers(node);\n }\n this.expectContextual(98);\n node.source = this.parseImportSource();\n this.semicolon();\n return this.finishNode(node, \"ImportDeclaration\");\n }\n parseImportSource() {\n return this.parsePlaceholder(\"StringLiteral\") || super.parseImportSource();\n }\n assertNoSpace() {\n if (this.state.start > this.offsetToSourcePos(this.state.lastTokEndLoc.index)) {\n this.raise(PlaceholderErrors.UnexpectedSpace, this.state.lastTokEndLoc);\n }\n }\n};\nvar v8intrinsic = superClass => class V8IntrinsicMixin extends superClass {\n parseV8Intrinsic() {\n if (this.match(54)) {\n const v8IntrinsicStartLoc = this.state.startLoc;\n const node = this.startNode();\n this.next();\n if (tokenIsIdentifier(this.state.type)) {\n const name = this.parseIdentifierName();\n const identifier = this.createIdentifier(node, name);\n this.castNodeTo(identifier, \"V8IntrinsicIdentifier\");\n if (this.match(10)) {\n return identifier;\n }\n }\n this.unexpected(v8IntrinsicStartLoc);\n }\n }\n parseExprAtom(refExpressionErrors) {\n return this.parseV8Intrinsic() || super.parseExprAtom(refExpressionErrors);\n }\n};\nconst PIPELINE_PROPOSALS = [\"minimal\", \"fsharp\", \"hack\", \"smart\"];\nconst TOPIC_TOKENS = [\"^^\", \"@@\", \"^\", \"%\", \"#\"];\nfunction validatePlugins(pluginsMap) {\n if (pluginsMap.has(\"decorators\")) {\n if (pluginsMap.has(\"decorators-legacy\")) {\n throw new Error(\"Cannot use the decorators and decorators-legacy plugin together\");\n }\n const decoratorsBeforeExport = pluginsMap.get(\"decorators\").decoratorsBeforeExport;\n if (decoratorsBeforeExport != null && typeof decoratorsBeforeExport !== \"boolean\") {\n throw new Error(\"'decoratorsBeforeExport' must be a boolean, if specified.\");\n }\n const allowCallParenthesized = pluginsMap.get(\"decorators\").allowCallParenthesized;\n if (allowCallParenthesized != null && typeof allowCallParenthesized !== \"boolean\") {\n throw new Error(\"'allowCallParenthesized' must be a boolean.\");\n }\n }\n if (pluginsMap.has(\"flow\") && pluginsMap.has(\"typescript\")) {\n throw new Error(\"Cannot combine flow and typescript plugins.\");\n }\n if (pluginsMap.has(\"placeholders\") && pluginsMap.has(\"v8intrinsic\")) {\n throw new Error(\"Cannot combine placeholders and v8intrinsic plugins.\");\n }\n if (pluginsMap.has(\"pipelineOperator\")) {\n var _pluginsMap$get2;\n const proposal = pluginsMap.get(\"pipelineOperator\").proposal;\n if (!PIPELINE_PROPOSALS.includes(proposal)) {\n const proposalList = PIPELINE_PROPOSALS.map(p => `\"${p}\"`).join(\", \");\n throw new Error(`\"pipelineOperator\" requires \"proposal\" option whose value must be one of: ${proposalList}.`);\n }\n if (proposal === \"hack\") {\n var _pluginsMap$get;\n if (pluginsMap.has(\"placeholders\")) {\n throw new Error(\"Cannot combine placeholders plugin and Hack-style pipes.\");\n }\n if (pluginsMap.has(\"v8intrinsic\")) {\n throw new Error(\"Cannot combine v8intrinsic plugin and Hack-style pipes.\");\n }\n const topicToken = pluginsMap.get(\"pipelineOperator\").topicToken;\n if (!TOPIC_TOKENS.includes(topicToken)) {\n const tokenList = TOPIC_TOKENS.map(t => `\"${t}\"`).join(\", \");\n throw new Error(`\"pipelineOperator\" in \"proposal\": \"hack\" mode also requires a \"topicToken\" option whose value must be one of: ${tokenList}.`);\n }\n if (topicToken === \"#\" && ((_pluginsMap$get = pluginsMap.get(\"recordAndTuple\")) == null ? void 0 : _pluginsMap$get.syntaxType) === \"hash\") {\n throw new Error(`Plugin conflict between \\`[\"pipelineOperator\", { proposal: \"hack\", topicToken: \"#\" }]\\` and \\`${JSON.stringify([\"recordAndTuple\", pluginsMap.get(\"recordAndTuple\")])}\\`.`);\n }\n } else if (proposal === \"smart\" && ((_pluginsMap$get2 = pluginsMap.get(\"recordAndTuple\")) == null ? void 0 : _pluginsMap$get2.syntaxType) === \"hash\") {\n throw new Error(`Plugin conflict between \\`[\"pipelineOperator\", { proposal: \"smart\" }]\\` and \\`${JSON.stringify([\"recordAndTuple\", pluginsMap.get(\"recordAndTuple\")])}\\`.`);\n }\n }\n if (pluginsMap.has(\"moduleAttributes\")) {\n if (pluginsMap.has(\"deprecatedImportAssert\") || pluginsMap.has(\"importAssertions\")) {\n throw new Error(\"Cannot combine importAssertions, deprecatedImportAssert and moduleAttributes plugins.\");\n }\n const moduleAttributesVersionPluginOption = pluginsMap.get(\"moduleAttributes\").version;\n if (moduleAttributesVersionPluginOption !== \"may-2020\") {\n throw new Error(\"The 'moduleAttributes' plugin requires a 'version' option,\" + \" representing the last proposal update. Currently, the\" + \" only supported value is 'may-2020'.\");\n }\n }\n if (pluginsMap.has(\"importAssertions\")) {\n if (pluginsMap.has(\"deprecatedImportAssert\")) {\n throw new Error(\"Cannot combine importAssertions and deprecatedImportAssert plugins.\");\n }\n }\n if (pluginsMap.has(\"deprecatedImportAssert\")) ;else if (pluginsMap.has(\"importAttributes\") && pluginsMap.get(\"importAttributes\").deprecatedAssertSyntax) {\n pluginsMap.set(\"deprecatedImportAssert\", {});\n }\n if (pluginsMap.has(\"recordAndTuple\")) {\n const syntaxType = pluginsMap.get(\"recordAndTuple\").syntaxType;\n if (syntaxType != null) {\n const RECORD_AND_TUPLE_SYNTAX_TYPES = [\"hash\", \"bar\"];\n if (!RECORD_AND_TUPLE_SYNTAX_TYPES.includes(syntaxType)) {\n throw new Error(\"The 'syntaxType' option of the 'recordAndTuple' plugin must be one of: \" + RECORD_AND_TUPLE_SYNTAX_TYPES.map(p => `'${p}'`).join(\", \"));\n }\n }\n }\n if (pluginsMap.has(\"asyncDoExpressions\") && !pluginsMap.has(\"doExpressions\")) {\n const error = new Error(\"'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.\");\n error.missingPlugins = \"doExpressions\";\n throw error;\n }\n if (pluginsMap.has(\"optionalChainingAssign\") && pluginsMap.get(\"optionalChainingAssign\").version !== \"2023-07\") {\n throw new Error(\"The 'optionalChainingAssign' plugin requires a 'version' option,\" + \" representing the last proposal update. Currently, the\" + \" only supported value is '2023-07'.\");\n }\n if (pluginsMap.has(\"discardBinding\") && pluginsMap.get(\"discardBinding\").syntaxType !== \"void\") {\n throw new Error(\"The 'discardBinding' plugin requires a 'syntaxType' option. Currently the only supported value is 'void'.\");\n }\n}\nconst mixinPlugins = {\n estree,\n jsx,\n flow,\n typescript,\n v8intrinsic,\n placeholders\n};\nconst mixinPluginNames = Object.keys(mixinPlugins);\nclass ExpressionParser extends LValParser {\n checkProto(prop, isRecord, sawProto, refExpressionErrors) {\n if (prop.type === \"SpreadElement\" || this.isObjectMethod(prop) || prop.computed || prop.shorthand) {\n return sawProto;\n }\n const key = prop.key;\n const name = key.type === \"Identifier\" ? key.name : key.value;\n if (name === \"__proto__\") {\n if (isRecord) {\n this.raise(Errors.RecordNoProto, key);\n return true;\n }\n if (sawProto) {\n if (refExpressionErrors) {\n if (refExpressionErrors.doubleProtoLoc === null) {\n refExpressionErrors.doubleProtoLoc = key.loc.start;\n }\n } else {\n this.raise(Errors.DuplicateProto, key);\n }\n }\n return true;\n }\n return sawProto;\n }\n shouldExitDescending(expr, potentialArrowAt) {\n return expr.type === \"ArrowFunctionExpression\" && this.offsetToSourcePos(expr.start) === potentialArrowAt;\n }\n getExpression() {\n this.enterInitialScopes();\n this.nextToken();\n if (this.match(140)) {\n throw this.raise(Errors.ParseExpressionEmptyInput, this.state.startLoc);\n }\n const expr = this.parseExpression();\n if (!this.match(140)) {\n throw this.raise(Errors.ParseExpressionExpectsEOF, this.state.startLoc, {\n unexpected: this.input.codePointAt(this.state.start)\n });\n }\n this.finalizeRemainingComments();\n expr.comments = this.comments;\n expr.errors = this.state.errors;\n if (this.optionFlags & 256) {\n expr.tokens = this.tokens;\n }\n return expr;\n }\n parseExpression(disallowIn, refExpressionErrors) {\n if (disallowIn) {\n return this.disallowInAnd(() => this.parseExpressionBase(refExpressionErrors));\n }\n return this.allowInAnd(() => this.parseExpressionBase(refExpressionErrors));\n }\n parseExpressionBase(refExpressionErrors) {\n const startLoc = this.state.startLoc;\n const expr = this.parseMaybeAssign(refExpressionErrors);\n if (this.match(12)) {\n const node = this.startNodeAt(startLoc);\n node.expressions = [expr];\n while (this.eat(12)) {\n node.expressions.push(this.parseMaybeAssign(refExpressionErrors));\n }\n this.toReferencedList(node.expressions);\n return this.finishNode(node, \"SequenceExpression\");\n }\n return expr;\n }\n parseMaybeAssignDisallowIn(refExpressionErrors, afterLeftParse) {\n return this.disallowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse));\n }\n parseMaybeAssignAllowIn(refExpressionErrors, afterLeftParse) {\n return this.allowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse));\n }\n setOptionalParametersError(refExpressionErrors) {\n refExpressionErrors.optionalParametersLoc = this.state.startLoc;\n }\n parseMaybeAssign(refExpressionErrors, afterLeftParse) {\n const startLoc = this.state.startLoc;\n const isYield = this.isContextual(108);\n if (isYield) {\n if (this.prodParam.hasYield) {\n this.next();\n let left = this.parseYield(startLoc);\n if (afterLeftParse) {\n left = afterLeftParse.call(this, left, startLoc);\n }\n return left;\n }\n }\n let ownExpressionErrors;\n if (refExpressionErrors) {\n ownExpressionErrors = false;\n } else {\n refExpressionErrors = new ExpressionErrors();\n ownExpressionErrors = true;\n }\n const {\n type\n } = this.state;\n if (type === 10 || tokenIsIdentifier(type)) {\n this.state.potentialArrowAt = this.state.start;\n }\n let left = this.parseMaybeConditional(refExpressionErrors);\n if (afterLeftParse) {\n left = afterLeftParse.call(this, left, startLoc);\n }\n if (tokenIsAssignment(this.state.type)) {\n const node = this.startNodeAt(startLoc);\n const operator = this.state.value;\n node.operator = operator;\n if (this.match(29)) {\n this.toAssignable(left, true);\n node.left = left;\n const startIndex = startLoc.index;\n if (refExpressionErrors.doubleProtoLoc != null && refExpressionErrors.doubleProtoLoc.index >= startIndex) {\n refExpressionErrors.doubleProtoLoc = null;\n }\n if (refExpressionErrors.shorthandAssignLoc != null && refExpressionErrors.shorthandAssignLoc.index >= startIndex) {\n refExpressionErrors.shorthandAssignLoc = null;\n }\n if (refExpressionErrors.privateKeyLoc != null && refExpressionErrors.privateKeyLoc.index >= startIndex) {\n this.checkDestructuringPrivate(refExpressionErrors);\n refExpressionErrors.privateKeyLoc = null;\n }\n if (refExpressionErrors.voidPatternLoc != null && refExpressionErrors.voidPatternLoc.index >= startIndex) {\n refExpressionErrors.voidPatternLoc = null;\n }\n } else {\n node.left = left;\n }\n this.next();\n node.right = this.parseMaybeAssign();\n this.checkLVal(left, this.finishNode(node, \"AssignmentExpression\"), undefined, undefined, undefined, undefined, operator === \"||=\" || operator === \"&&=\" || operator === \"??=\");\n return node;\n } else if (ownExpressionErrors) {\n this.checkExpressionErrors(refExpressionErrors, true);\n }\n if (isYield) {\n const {\n type\n } = this.state;\n const startsExpr = this.hasPlugin(\"v8intrinsic\") ? tokenCanStartExpression(type) : tokenCanStartExpression(type) && !this.match(54);\n if (startsExpr && !this.isAmbiguousPrefixOrIdentifier()) {\n this.raiseOverwrite(Errors.YieldNotInGeneratorFunction, startLoc);\n return this.parseYield(startLoc);\n }\n }\n return left;\n }\n parseMaybeConditional(refExpressionErrors) {\n const startLoc = this.state.startLoc;\n const potentialArrowAt = this.state.potentialArrowAt;\n const expr = this.parseExprOps(refExpressionErrors);\n if (this.shouldExitDescending(expr, potentialArrowAt)) {\n return expr;\n }\n return this.parseConditional(expr, startLoc, refExpressionErrors);\n }\n parseConditional(expr, startLoc, refExpressionErrors) {\n if (this.eat(17)) {\n const node = this.startNodeAt(startLoc);\n node.test = expr;\n node.consequent = this.parseMaybeAssignAllowIn();\n this.expect(14);\n node.alternate = this.parseMaybeAssign();\n return this.finishNode(node, \"ConditionalExpression\");\n }\n return expr;\n }\n parseMaybeUnaryOrPrivate(refExpressionErrors) {\n return this.match(139) ? this.parsePrivateName() : this.parseMaybeUnary(refExpressionErrors);\n }\n parseExprOps(refExpressionErrors) {\n const startLoc = this.state.startLoc;\n const potentialArrowAt = this.state.potentialArrowAt;\n const expr = this.parseMaybeUnaryOrPrivate(refExpressionErrors);\n if (this.shouldExitDescending(expr, potentialArrowAt)) {\n return expr;\n }\n return this.parseExprOp(expr, startLoc, -1);\n }\n parseExprOp(left, leftStartLoc, minPrec) {\n if (this.isPrivateName(left)) {\n const value = this.getPrivateNameSV(left);\n if (minPrec >= tokenOperatorPrecedence(58) || !this.prodParam.hasIn || !this.match(58)) {\n this.raise(Errors.PrivateInExpectedIn, left, {\n identifierName: value\n });\n }\n this.classScope.usePrivateName(value, left.loc.start);\n }\n const op = this.state.type;\n if (tokenIsOperator(op) && (this.prodParam.hasIn || !this.match(58))) {\n let prec = tokenOperatorPrecedence(op);\n if (prec > minPrec) {\n if (op === 39) {\n this.expectPlugin(\"pipelineOperator\");\n if (this.state.inFSharpPipelineDirectBody) {\n return left;\n }\n this.checkPipelineAtInfixOperator(left, leftStartLoc);\n }\n const node = this.startNodeAt(leftStartLoc);\n node.left = left;\n node.operator = this.state.value;\n const logical = op === 41 || op === 42;\n const coalesce = op === 40;\n if (coalesce) {\n prec = tokenOperatorPrecedence(42);\n }\n this.next();\n if (op === 39 && this.hasPlugin([\"pipelineOperator\", {\n proposal: \"minimal\"\n }])) {\n if (this.state.type === 96 && this.prodParam.hasAwait) {\n throw this.raise(Errors.UnexpectedAwaitAfterPipelineBody, this.state.startLoc);\n }\n }\n node.right = this.parseExprOpRightExpr(op, prec);\n const finishedNode = this.finishNode(node, logical || coalesce ? \"LogicalExpression\" : \"BinaryExpression\");\n const nextOp = this.state.type;\n if (coalesce && (nextOp === 41 || nextOp === 42) || logical && nextOp === 40) {\n throw this.raise(Errors.MixingCoalesceWithLogical, this.state.startLoc);\n }\n return this.parseExprOp(finishedNode, leftStartLoc, minPrec);\n }\n }\n return left;\n }\n parseExprOpRightExpr(op, prec) {\n const startLoc = this.state.startLoc;\n switch (op) {\n case 39:\n switch (this.getPluginOption(\"pipelineOperator\", \"proposal\")) {\n case \"hack\":\n return this.withTopicBindingContext(() => {\n return this.parseHackPipeBody();\n });\n case \"fsharp\":\n return this.withSoloAwaitPermittingContext(() => {\n return this.parseFSharpPipelineBody(prec);\n });\n }\n if (this.getPluginOption(\"pipelineOperator\", \"proposal\") === \"smart\") {\n return this.withTopicBindingContext(() => {\n if (this.prodParam.hasYield && this.isContextual(108)) {\n throw this.raise(Errors.PipeBodyIsTighter, this.state.startLoc);\n }\n return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(op, prec), startLoc);\n });\n }\n default:\n return this.parseExprOpBaseRightExpr(op, prec);\n }\n }\n parseExprOpBaseRightExpr(op, prec) {\n const startLoc = this.state.startLoc;\n return this.parseExprOp(this.parseMaybeUnaryOrPrivate(), startLoc, tokenIsRightAssociative(op) ? prec - 1 : prec);\n }\n parseHackPipeBody() {\n var _body$extra;\n const {\n startLoc\n } = this.state;\n const body = this.parseMaybeAssign();\n const requiredParentheses = UnparenthesizedPipeBodyDescriptions.has(body.type);\n if (requiredParentheses && !((_body$extra = body.extra) != null && _body$extra.parenthesized)) {\n this.raise(Errors.PipeUnparenthesizedBody, startLoc, {\n type: body.type\n });\n }\n if (!this.topicReferenceWasUsedInCurrentContext()) {\n this.raise(Errors.PipeTopicUnused, startLoc);\n }\n return body;\n }\n checkExponentialAfterUnary(node) {\n if (this.match(57)) {\n this.raise(Errors.UnexpectedTokenUnaryExponentiation, node.argument);\n }\n }\n parseMaybeUnary(refExpressionErrors, sawUnary) {\n const startLoc = this.state.startLoc;\n const isAwait = this.isContextual(96);\n if (isAwait && this.recordAwaitIfAllowed()) {\n this.next();\n const expr = this.parseAwait(startLoc);\n if (!sawUnary) this.checkExponentialAfterUnary(expr);\n return expr;\n }\n const update = this.match(34);\n const node = this.startNode();\n if (tokenIsPrefix(this.state.type)) {\n node.operator = this.state.value;\n node.prefix = true;\n if (this.match(72)) {\n this.expectPlugin(\"throwExpressions\");\n }\n const isDelete = this.match(89);\n this.next();\n node.argument = this.parseMaybeUnary(null, true);\n this.checkExpressionErrors(refExpressionErrors, true);\n if (this.state.strict && isDelete) {\n const arg = node.argument;\n if (arg.type === \"Identifier\") {\n this.raise(Errors.StrictDelete, node);\n } else if (this.hasPropertyAsPrivateName(arg)) {\n this.raise(Errors.DeletePrivateField, node);\n }\n }\n if (!update) {\n if (!sawUnary) {\n this.checkExponentialAfterUnary(node);\n }\n return this.finishNode(node, \"UnaryExpression\");\n }\n }\n const expr = this.parseUpdate(node, update, refExpressionErrors);\n if (isAwait) {\n const {\n type\n } = this.state;\n const startsExpr = this.hasPlugin(\"v8intrinsic\") ? tokenCanStartExpression(type) : tokenCanStartExpression(type) && !this.match(54);\n if (startsExpr && !this.isAmbiguousPrefixOrIdentifier()) {\n this.raiseOverwrite(Errors.AwaitNotInAsyncContext, startLoc);\n return this.parseAwait(startLoc);\n }\n }\n return expr;\n }\n parseUpdate(node, update, refExpressionErrors) {\n if (update) {\n const updateExpressionNode = node;\n this.checkLVal(updateExpressionNode.argument, this.finishNode(updateExpressionNode, \"UpdateExpression\"));\n return node;\n }\n const startLoc = this.state.startLoc;\n let expr = this.parseExprSubscripts(refExpressionErrors);\n if (this.checkExpressionErrors(refExpressionErrors, false)) return expr;\n while (tokenIsPostfix(this.state.type) && !this.canInsertSemicolon()) {\n const node = this.startNodeAt(startLoc);\n node.operator = this.state.value;\n node.prefix = false;\n node.argument = expr;\n this.next();\n this.checkLVal(expr, expr = this.finishNode(node, \"UpdateExpression\"));\n }\n return expr;\n }\n parseExprSubscripts(refExpressionErrors) {\n const startLoc = this.state.startLoc;\n const potentialArrowAt = this.state.potentialArrowAt;\n const expr = this.parseExprAtom(refExpressionErrors);\n if (this.shouldExitDescending(expr, potentialArrowAt)) {\n return expr;\n }\n return this.parseSubscripts(expr, startLoc);\n }\n parseSubscripts(base, startLoc, noCalls) {\n const state = {\n optionalChainMember: false,\n maybeAsyncArrow: this.atPossibleAsyncArrow(base),\n stop: false\n };\n do {\n base = this.parseSubscript(base, startLoc, noCalls, state);\n state.maybeAsyncArrow = false;\n } while (!state.stop);\n return base;\n }\n parseSubscript(base, startLoc, noCalls, state) {\n const {\n type\n } = this.state;\n if (!noCalls && type === 15) {\n return this.parseBind(base, startLoc, noCalls, state);\n } else if (tokenIsTemplate(type)) {\n return this.parseTaggedTemplateExpression(base, startLoc, state);\n }\n let optional = false;\n if (type === 18) {\n if (noCalls) {\n this.raise(Errors.OptionalChainingNoNew, this.state.startLoc);\n if (this.lookaheadCharCode() === 40) {\n return this.stopParseSubscript(base, state);\n }\n }\n state.optionalChainMember = optional = true;\n this.next();\n }\n if (!noCalls && this.match(10)) {\n return this.parseCoverCallAndAsyncArrowHead(base, startLoc, state, optional);\n } else {\n const computed = this.eat(0);\n if (computed || optional || this.eat(16)) {\n return this.parseMember(base, startLoc, state, computed, optional);\n } else {\n return this.stopParseSubscript(base, state);\n }\n }\n }\n stopParseSubscript(base, state) {\n state.stop = true;\n return base;\n }\n parseMember(base, startLoc, state, computed, optional) {\n const node = this.startNodeAt(startLoc);\n node.object = base;\n node.computed = computed;\n if (computed) {\n node.property = this.parseExpression();\n this.expect(3);\n } else if (this.match(139)) {\n if (base.type === \"Super\") {\n this.raise(Errors.SuperPrivateField, startLoc);\n }\n this.classScope.usePrivateName(this.state.value, this.state.startLoc);\n node.property = this.parsePrivateName();\n } else {\n node.property = this.parseIdentifier(true);\n }\n if (state.optionalChainMember) {\n node.optional = optional;\n return this.finishNode(node, \"OptionalMemberExpression\");\n } else {\n return this.finishNode(node, \"MemberExpression\");\n }\n }\n parseBind(base, startLoc, noCalls, state) {\n const node = this.startNodeAt(startLoc);\n node.object = base;\n this.next();\n node.callee = this.parseNoCallExpr();\n state.stop = true;\n return this.parseSubscripts(this.finishNode(node, \"BindExpression\"), startLoc, noCalls);\n }\n parseCoverCallAndAsyncArrowHead(base, startLoc, state, optional) {\n const oldMaybeInArrowParameters = this.state.maybeInArrowParameters;\n let refExpressionErrors = null;\n this.state.maybeInArrowParameters = true;\n this.next();\n const node = this.startNodeAt(startLoc);\n node.callee = base;\n const {\n maybeAsyncArrow,\n optionalChainMember\n } = state;\n if (maybeAsyncArrow) {\n this.expressionScope.enter(newAsyncArrowScope());\n refExpressionErrors = new ExpressionErrors();\n }\n if (optionalChainMember) {\n node.optional = optional;\n }\n if (optional) {\n node.arguments = this.parseCallExpressionArguments();\n } else {\n node.arguments = this.parseCallExpressionArguments(base.type !== \"Super\", node, refExpressionErrors);\n }\n let finishedNode = this.finishCallExpression(node, optionalChainMember);\n if (maybeAsyncArrow && this.shouldParseAsyncArrow() && !optional) {\n state.stop = true;\n this.checkDestructuringPrivate(refExpressionErrors);\n this.expressionScope.validateAsPattern();\n this.expressionScope.exit();\n finishedNode = this.parseAsyncArrowFromCallExpression(this.startNodeAt(startLoc), finishedNode);\n } else {\n if (maybeAsyncArrow) {\n this.checkExpressionErrors(refExpressionErrors, true);\n this.expressionScope.exit();\n }\n this.toReferencedArguments(finishedNode);\n }\n this.state.maybeInArrowParameters = oldMaybeInArrowParameters;\n return finishedNode;\n }\n toReferencedArguments(node, isParenthesizedExpr) {\n this.toReferencedListDeep(node.arguments, isParenthesizedExpr);\n }\n parseTaggedTemplateExpression(base, startLoc, state) {\n const node = this.startNodeAt(startLoc);\n node.tag = base;\n node.quasi = this.parseTemplate(true);\n if (state.optionalChainMember) {\n this.raise(Errors.OptionalChainingNoTemplate, startLoc);\n }\n return this.finishNode(node, \"TaggedTemplateExpression\");\n }\n atPossibleAsyncArrow(base) {\n return base.type === \"Identifier\" && base.name === \"async\" && this.state.lastTokEndLoc.index === base.end && !this.canInsertSemicolon() && base.end - base.start === 5 && this.offsetToSourcePos(base.start) === this.state.potentialArrowAt;\n }\n finishCallExpression(node, optional) {\n if (node.callee.type === \"Import\") {\n if (node.arguments.length === 0 || node.arguments.length > 2) {\n this.raise(Errors.ImportCallArity, node);\n } else {\n for (const arg of node.arguments) {\n if (arg.type === \"SpreadElement\") {\n this.raise(Errors.ImportCallSpreadArgument, arg);\n }\n }\n }\n }\n return this.finishNode(node, optional ? \"OptionalCallExpression\" : \"CallExpression\");\n }\n parseCallExpressionArguments(allowPlaceholder, nodeForExtra, refExpressionErrors) {\n const elts = [];\n let first = true;\n const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;\n this.state.inFSharpPipelineDirectBody = false;\n while (!this.eat(11)) {\n if (first) {\n first = false;\n } else {\n this.expect(12);\n if (this.match(11)) {\n if (nodeForExtra) {\n this.addTrailingCommaExtraToNode(nodeForExtra);\n }\n this.next();\n break;\n }\n }\n elts.push(this.parseExprListItem(11, false, refExpressionErrors, allowPlaceholder));\n }\n this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody;\n return elts;\n }\n shouldParseAsyncArrow() {\n return this.match(19) && !this.canInsertSemicolon();\n }\n parseAsyncArrowFromCallExpression(node, call) {\n var _call$extra;\n this.resetPreviousNodeTrailingComments(call);\n this.expect(19);\n this.parseArrowExpression(node, call.arguments, true, (_call$extra = call.extra) == null ? void 0 : _call$extra.trailingCommaLoc);\n if (call.innerComments) {\n setInnerComments(node, call.innerComments);\n }\n if (call.callee.trailingComments) {\n setInnerComments(node, call.callee.trailingComments);\n }\n return node;\n }\n parseNoCallExpr() {\n const startLoc = this.state.startLoc;\n return this.parseSubscripts(this.parseExprAtom(), startLoc, true);\n }\n parseExprAtom(refExpressionErrors) {\n let node;\n let decorators = null;\n const {\n type\n } = this.state;\n switch (type) {\n case 79:\n return this.parseSuper();\n case 83:\n node = this.startNode();\n this.next();\n if (this.match(16)) {\n return this.parseImportMetaPropertyOrPhaseCall(node);\n }\n if (this.match(10)) {\n if (this.optionFlags & 512) {\n return this.parseImportCall(node);\n } else {\n return this.finishNode(node, \"Import\");\n }\n } else {\n this.raise(Errors.UnsupportedImport, this.state.lastTokStartLoc);\n return this.finishNode(node, \"Import\");\n }\n case 78:\n node = this.startNode();\n this.next();\n return this.finishNode(node, \"ThisExpression\");\n case 90:\n {\n return this.parseDo(this.startNode(), false);\n }\n case 56:\n case 31:\n {\n this.readRegexp();\n return this.parseRegExpLiteral(this.state.value);\n }\n case 135:\n return this.parseNumericLiteral(this.state.value);\n case 136:\n return this.parseBigIntLiteral(this.state.value);\n case 134:\n return this.parseStringLiteral(this.state.value);\n case 84:\n return this.parseNullLiteral();\n case 85:\n return this.parseBooleanLiteral(true);\n case 86:\n return this.parseBooleanLiteral(false);\n case 10:\n {\n const canBeArrow = this.state.potentialArrowAt === this.state.start;\n return this.parseParenAndDistinguishExpression(canBeArrow);\n }\n case 0:\n {\n return this.parseArrayLike(3, false, refExpressionErrors);\n }\n case 5:\n {\n return this.parseObjectLike(8, false, false, refExpressionErrors);\n }\n case 68:\n return this.parseFunctionOrFunctionSent();\n case 26:\n decorators = this.parseDecorators();\n case 80:\n return this.parseClass(this.maybeTakeDecorators(decorators, this.startNode()), false);\n case 77:\n return this.parseNewOrNewTarget();\n case 25:\n case 24:\n return this.parseTemplate(false);\n case 15:\n {\n node = this.startNode();\n this.next();\n node.object = null;\n const callee = node.callee = this.parseNoCallExpr();\n if (callee.type === \"MemberExpression\") {\n return this.finishNode(node, \"BindExpression\");\n } else {\n throw this.raise(Errors.UnsupportedBind, callee);\n }\n }\n case 139:\n {\n this.raise(Errors.PrivateInExpectedIn, this.state.startLoc, {\n identifierName: this.state.value\n });\n return this.parsePrivateName();\n }\n case 33:\n {\n return this.parseTopicReferenceThenEqualsSign(54, \"%\");\n }\n case 32:\n {\n return this.parseTopicReferenceThenEqualsSign(44, \"^\");\n }\n case 37:\n case 38:\n {\n return this.parseTopicReference(\"hack\");\n }\n case 44:\n case 54:\n case 27:\n {\n const pipeProposal = this.getPluginOption(\"pipelineOperator\", \"proposal\");\n if (pipeProposal) {\n return this.parseTopicReference(pipeProposal);\n }\n throw this.unexpected();\n }\n case 47:\n {\n const lookaheadCh = this.input.codePointAt(this.nextTokenStart());\n if (isIdentifierStart(lookaheadCh) || lookaheadCh === 62) {\n throw this.expectOnePlugin([\"jsx\", \"flow\", \"typescript\"]);\n }\n throw this.unexpected();\n }\n default:\n if (type === 137) {\n return this.parseDecimalLiteral(this.state.value);\n } else if (type === 2 || type === 1) {\n return this.parseArrayLike(this.state.type === 2 ? 4 : 3, true);\n } else if (type === 6 || type === 7) {\n return this.parseObjectLike(this.state.type === 6 ? 9 : 8, false, true);\n }\n if (tokenIsIdentifier(type)) {\n if (this.isContextual(127) && this.lookaheadInLineCharCode() === 123) {\n return this.parseModuleExpression();\n }\n const canBeArrow = this.state.potentialArrowAt === this.state.start;\n const containsEsc = this.state.containsEsc;\n const id = this.parseIdentifier();\n if (!containsEsc && id.name === \"async\" && !this.canInsertSemicolon()) {\n const {\n type\n } = this.state;\n if (type === 68) {\n this.resetPreviousNodeTrailingComments(id);\n this.next();\n return this.parseAsyncFunctionExpression(this.startNodeAtNode(id));\n } else if (tokenIsIdentifier(type)) {\n if (canBeArrow && this.lookaheadCharCode() === 61) {\n return this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(id));\n } else {\n return id;\n }\n } else if (type === 90) {\n this.resetPreviousNodeTrailingComments(id);\n return this.parseDo(this.startNodeAtNode(id), true);\n }\n }\n if (canBeArrow && this.match(19) && !this.canInsertSemicolon()) {\n this.next();\n return this.parseArrowExpression(this.startNodeAtNode(id), [id], false);\n }\n return id;\n } else {\n throw this.unexpected();\n }\n }\n }\n parseTopicReferenceThenEqualsSign(topicTokenType, topicTokenValue) {\n const pipeProposal = this.getPluginOption(\"pipelineOperator\", \"proposal\");\n if (pipeProposal) {\n this.state.type = topicTokenType;\n this.state.value = topicTokenValue;\n this.state.pos--;\n this.state.end--;\n this.state.endLoc = createPositionWithColumnOffset(this.state.endLoc, -1);\n return this.parseTopicReference(pipeProposal);\n }\n throw this.unexpected();\n }\n parseTopicReference(pipeProposal) {\n const node = this.startNode();\n const startLoc = this.state.startLoc;\n const tokenType = this.state.type;\n this.next();\n return this.finishTopicReference(node, startLoc, pipeProposal, tokenType);\n }\n finishTopicReference(node, startLoc, pipeProposal, tokenType) {\n if (this.testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType)) {\n if (pipeProposal === \"hack\") {\n if (!this.topicReferenceIsAllowedInCurrentContext()) {\n this.raise(Errors.PipeTopicUnbound, startLoc);\n }\n this.registerTopicReference();\n return this.finishNode(node, \"TopicReference\");\n } else {\n if (!this.topicReferenceIsAllowedInCurrentContext()) {\n this.raise(Errors.PrimaryTopicNotAllowed, startLoc);\n }\n this.registerTopicReference();\n return this.finishNode(node, \"PipelinePrimaryTopicReference\");\n }\n } else {\n throw this.raise(Errors.PipeTopicUnconfiguredToken, startLoc, {\n token: tokenLabelName(tokenType)\n });\n }\n }\n testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType) {\n switch (pipeProposal) {\n case \"hack\":\n {\n return this.hasPlugin([\"pipelineOperator\", {\n topicToken: tokenLabelName(tokenType)\n }]);\n }\n case \"smart\":\n return tokenType === 27;\n default:\n throw this.raise(Errors.PipeTopicRequiresHackPipes, startLoc);\n }\n }\n parseAsyncArrowUnaryFunction(node) {\n this.prodParam.enter(functionFlags(true, this.prodParam.hasYield));\n const params = [this.parseIdentifier()];\n this.prodParam.exit();\n if (this.hasPrecedingLineBreak()) {\n this.raise(Errors.LineTerminatorBeforeArrow, this.state.curPosition());\n }\n this.expect(19);\n return this.parseArrowExpression(node, params, true);\n }\n parseDo(node, isAsync) {\n this.expectPlugin(\"doExpressions\");\n if (isAsync) {\n this.expectPlugin(\"asyncDoExpressions\");\n }\n node.async = isAsync;\n this.next();\n const oldLabels = this.state.labels;\n this.state.labels = [];\n if (isAsync) {\n this.prodParam.enter(2);\n node.body = this.parseBlock();\n this.prodParam.exit();\n } else {\n node.body = this.parseBlock();\n }\n this.state.labels = oldLabels;\n return this.finishNode(node, \"DoExpression\");\n }\n parseSuper() {\n const node = this.startNode();\n this.next();\n if (this.match(10) && !this.scope.allowDirectSuper) {\n if (!(this.optionFlags & 16)) {\n this.raise(Errors.SuperNotAllowed, node);\n }\n } else if (!this.scope.allowSuper) {\n if (!(this.optionFlags & 16)) {\n this.raise(Errors.UnexpectedSuper, node);\n }\n }\n if (!this.match(10) && !this.match(0) && !this.match(16)) {\n this.raise(Errors.UnsupportedSuper, node);\n }\n return this.finishNode(node, \"Super\");\n }\n parsePrivateName() {\n const node = this.startNode();\n const id = this.startNodeAt(createPositionWithColumnOffset(this.state.startLoc, 1));\n const name = this.state.value;\n this.next();\n node.id = this.createIdentifier(id, name);\n return this.finishNode(node, \"PrivateName\");\n }\n parseFunctionOrFunctionSent() {\n const node = this.startNode();\n this.next();\n if (this.prodParam.hasYield && this.match(16)) {\n const meta = this.createIdentifier(this.startNodeAtNode(node), \"function\");\n this.next();\n if (this.match(103)) {\n this.expectPlugin(\"functionSent\");\n } else if (!this.hasPlugin(\"functionSent\")) {\n this.unexpected();\n }\n return this.parseMetaProperty(node, meta, \"sent\");\n }\n return this.parseFunction(node);\n }\n parseMetaProperty(node, meta, propertyName) {\n node.meta = meta;\n const containsEsc = this.state.containsEsc;\n node.property = this.parseIdentifier(true);\n if (node.property.name !== propertyName || containsEsc) {\n this.raise(Errors.UnsupportedMetaProperty, node.property, {\n target: meta.name,\n onlyValidPropertyName: propertyName\n });\n }\n return this.finishNode(node, \"MetaProperty\");\n }\n parseImportMetaPropertyOrPhaseCall(node) {\n this.next();\n if (this.isContextual(105) || this.isContextual(97)) {\n const isSource = this.isContextual(105);\n this.expectPlugin(isSource ? \"sourcePhaseImports\" : \"deferredImportEvaluation\");\n this.next();\n node.phase = isSource ? \"source\" : \"defer\";\n return this.parseImportCall(node);\n } else {\n const id = this.createIdentifierAt(this.startNodeAtNode(node), \"import\", this.state.lastTokStartLoc);\n if (this.isContextual(101)) {\n if (!this.inModule) {\n this.raise(Errors.ImportMetaOutsideModule, id);\n }\n this.sawUnambiguousESM = true;\n }\n return this.parseMetaProperty(node, id, \"meta\");\n }\n }\n parseLiteralAtNode(value, type, node) {\n this.addExtra(node, \"rawValue\", value);\n this.addExtra(node, \"raw\", this.input.slice(this.offsetToSourcePos(node.start), this.state.end));\n node.value = value;\n this.next();\n return this.finishNode(node, type);\n }\n parseLiteral(value, type) {\n const node = this.startNode();\n return this.parseLiteralAtNode(value, type, node);\n }\n parseStringLiteral(value) {\n return this.parseLiteral(value, \"StringLiteral\");\n }\n parseNumericLiteral(value) {\n return this.parseLiteral(value, \"NumericLiteral\");\n }\n parseBigIntLiteral(value) {\n return this.parseLiteral(value, \"BigIntLiteral\");\n }\n parseDecimalLiteral(value) {\n return this.parseLiteral(value, \"DecimalLiteral\");\n }\n parseRegExpLiteral(value) {\n const node = this.startNode();\n this.addExtra(node, \"raw\", this.input.slice(this.offsetToSourcePos(node.start), this.state.end));\n node.pattern = value.pattern;\n node.flags = value.flags;\n this.next();\n return this.finishNode(node, \"RegExpLiteral\");\n }\n parseBooleanLiteral(value) {\n const node = this.startNode();\n node.value = value;\n this.next();\n return this.finishNode(node, \"BooleanLiteral\");\n }\n parseNullLiteral() {\n const node = this.startNode();\n this.next();\n return this.finishNode(node, \"NullLiteral\");\n }\n parseParenAndDistinguishExpression(canBeArrow) {\n const startLoc = this.state.startLoc;\n let val;\n this.next();\n this.expressionScope.enter(newArrowHeadScope());\n const oldMaybeInArrowParameters = this.state.maybeInArrowParameters;\n const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;\n this.state.maybeInArrowParameters = true;\n this.state.inFSharpPipelineDirectBody = false;\n const innerStartLoc = this.state.startLoc;\n const exprList = [];\n const refExpressionErrors = new ExpressionErrors();\n let first = true;\n let spreadStartLoc;\n let optionalCommaStartLoc;\n while (!this.match(11)) {\n if (first) {\n first = false;\n } else {\n this.expect(12, refExpressionErrors.optionalParametersLoc === null ? null : refExpressionErrors.optionalParametersLoc);\n if (this.match(11)) {\n optionalCommaStartLoc = this.state.startLoc;\n break;\n }\n }\n if (this.match(21)) {\n const spreadNodeStartLoc = this.state.startLoc;\n spreadStartLoc = this.state.startLoc;\n exprList.push(this.parseParenItem(this.parseRestBinding(), spreadNodeStartLoc));\n if (!this.checkCommaAfterRest(41)) {\n break;\n }\n } else {\n exprList.push(this.parseMaybeAssignAllowInOrVoidPattern(11, refExpressionErrors, this.parseParenItem));\n }\n }\n const innerEndLoc = this.state.lastTokEndLoc;\n this.expect(11);\n this.state.maybeInArrowParameters = oldMaybeInArrowParameters;\n this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody;\n let arrowNode = this.startNodeAt(startLoc);\n if (canBeArrow && this.shouldParseArrow(exprList) && (arrowNode = this.parseArrow(arrowNode))) {\n this.checkDestructuringPrivate(refExpressionErrors);\n this.expressionScope.validateAsPattern();\n this.expressionScope.exit();\n this.parseArrowExpression(arrowNode, exprList, false);\n return arrowNode;\n }\n this.expressionScope.exit();\n if (!exprList.length) {\n this.unexpected(this.state.lastTokStartLoc);\n }\n if (optionalCommaStartLoc) this.unexpected(optionalCommaStartLoc);\n if (spreadStartLoc) this.unexpected(spreadStartLoc);\n this.checkExpressionErrors(refExpressionErrors, true);\n this.toReferencedListDeep(exprList, true);\n if (exprList.length > 1) {\n val = this.startNodeAt(innerStartLoc);\n val.expressions = exprList;\n this.finishNode(val, \"SequenceExpression\");\n this.resetEndLocation(val, innerEndLoc);\n } else {\n val = exprList[0];\n }\n return this.wrapParenthesis(startLoc, val);\n }\n wrapParenthesis(startLoc, expression) {\n if (!(this.optionFlags & 1024)) {\n this.addExtra(expression, \"parenthesized\", true);\n this.addExtra(expression, \"parenStart\", startLoc.index);\n this.takeSurroundingComments(expression, startLoc.index, this.state.lastTokEndLoc.index);\n return expression;\n }\n const parenExpression = this.startNodeAt(startLoc);\n parenExpression.expression = expression;\n return this.finishNode(parenExpression, \"ParenthesizedExpression\");\n }\n shouldParseArrow(params) {\n return !this.canInsertSemicolon();\n }\n parseArrow(node) {\n if (this.eat(19)) {\n return node;\n }\n }\n parseParenItem(node, startLoc) {\n return node;\n }\n parseNewOrNewTarget() {\n const node = this.startNode();\n this.next();\n if (this.match(16)) {\n const meta = this.createIdentifier(this.startNodeAtNode(node), \"new\");\n this.next();\n const metaProp = this.parseMetaProperty(node, meta, \"target\");\n if (!this.scope.allowNewTarget) {\n this.raise(Errors.UnexpectedNewTarget, metaProp);\n }\n return metaProp;\n }\n return this.parseNew(node);\n }\n parseNew(node) {\n this.parseNewCallee(node);\n if (this.eat(10)) {\n const args = this.parseExprList(11);\n this.toReferencedList(args);\n node.arguments = args;\n } else {\n node.arguments = [];\n }\n return this.finishNode(node, \"NewExpression\");\n }\n parseNewCallee(node) {\n const isImport = this.match(83);\n const callee = this.parseNoCallExpr();\n node.callee = callee;\n if (isImport && (callee.type === \"Import\" || callee.type === \"ImportExpression\")) {\n this.raise(Errors.ImportCallNotNewExpression, callee);\n }\n }\n parseTemplateElement(isTagged) {\n const {\n start,\n startLoc,\n end,\n value\n } = this.state;\n const elemStart = start + 1;\n const elem = this.startNodeAt(createPositionWithColumnOffset(startLoc, 1));\n if (value === null) {\n if (!isTagged) {\n this.raise(Errors.InvalidEscapeSequenceTemplate, createPositionWithColumnOffset(this.state.firstInvalidTemplateEscapePos, 1));\n }\n }\n const isTail = this.match(24);\n const endOffset = isTail ? -1 : -2;\n const elemEnd = end + endOffset;\n elem.value = {\n raw: this.input.slice(elemStart, elemEnd).replace(/\\r\\n?/g, \"\\n\"),\n cooked: value === null ? null : value.slice(1, endOffset)\n };\n elem.tail = isTail;\n this.next();\n const finishedNode = this.finishNode(elem, \"TemplateElement\");\n this.resetEndLocation(finishedNode, createPositionWithColumnOffset(this.state.lastTokEndLoc, endOffset));\n return finishedNode;\n }\n parseTemplate(isTagged) {\n const node = this.startNode();\n let curElt = this.parseTemplateElement(isTagged);\n const quasis = [curElt];\n const substitutions = [];\n while (!curElt.tail) {\n substitutions.push(this.parseTemplateSubstitution());\n this.readTemplateContinuation();\n quasis.push(curElt = this.parseTemplateElement(isTagged));\n }\n node.expressions = substitutions;\n node.quasis = quasis;\n return this.finishNode(node, \"TemplateLiteral\");\n }\n parseTemplateSubstitution() {\n return this.parseExpression();\n }\n parseObjectLike(close, isPattern, isRecord, refExpressionErrors) {\n if (isRecord) {\n this.expectPlugin(\"recordAndTuple\");\n }\n const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;\n this.state.inFSharpPipelineDirectBody = false;\n let sawProto = false;\n let first = true;\n const node = this.startNode();\n node.properties = [];\n this.next();\n while (!this.match(close)) {\n if (first) {\n first = false;\n } else {\n this.expect(12);\n if (this.match(close)) {\n this.addTrailingCommaExtraToNode(node);\n break;\n }\n }\n let prop;\n if (isPattern) {\n prop = this.parseBindingProperty();\n } else {\n prop = this.parsePropertyDefinition(refExpressionErrors);\n sawProto = this.checkProto(prop, isRecord, sawProto, refExpressionErrors);\n }\n if (isRecord && !this.isObjectProperty(prop) && prop.type !== \"SpreadElement\") {\n this.raise(Errors.InvalidRecordProperty, prop);\n }\n if (prop.shorthand) {\n this.addExtra(prop, \"shorthand\", true);\n }\n node.properties.push(prop);\n }\n this.next();\n this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody;\n let type = \"ObjectExpression\";\n if (isPattern) {\n type = \"ObjectPattern\";\n } else if (isRecord) {\n type = \"RecordExpression\";\n }\n return this.finishNode(node, type);\n }\n addTrailingCommaExtraToNode(node) {\n this.addExtra(node, \"trailingComma\", this.state.lastTokStartLoc.index);\n this.addExtra(node, \"trailingCommaLoc\", this.state.lastTokStartLoc, false);\n }\n maybeAsyncOrAccessorProp(prop) {\n return !prop.computed && prop.key.type === \"Identifier\" && (this.isLiteralPropertyName() || this.match(0) || this.match(55));\n }\n parsePropertyDefinition(refExpressionErrors) {\n let decorators = [];\n if (this.match(26)) {\n if (this.hasPlugin(\"decorators\")) {\n this.raise(Errors.UnsupportedPropertyDecorator, this.state.startLoc);\n }\n while (this.match(26)) {\n decorators.push(this.parseDecorator());\n }\n }\n const prop = this.startNode();\n let isAsync = false;\n let isAccessor = false;\n let startLoc;\n if (this.match(21)) {\n if (decorators.length) this.unexpected();\n return this.parseSpread();\n }\n if (decorators.length) {\n prop.decorators = decorators;\n decorators = [];\n }\n prop.method = false;\n if (refExpressionErrors) {\n startLoc = this.state.startLoc;\n }\n let isGenerator = this.eat(55);\n this.parsePropertyNamePrefixOperator(prop);\n const containsEsc = this.state.containsEsc;\n this.parsePropertyName(prop, refExpressionErrors);\n if (!isGenerator && !containsEsc && this.maybeAsyncOrAccessorProp(prop)) {\n const {\n key\n } = prop;\n const keyName = key.name;\n if (keyName === \"async\" && !this.hasPrecedingLineBreak()) {\n isAsync = true;\n this.resetPreviousNodeTrailingComments(key);\n isGenerator = this.eat(55);\n this.parsePropertyName(prop);\n }\n if (keyName === \"get\" || keyName === \"set\") {\n isAccessor = true;\n this.resetPreviousNodeTrailingComments(key);\n prop.kind = keyName;\n if (this.match(55)) {\n isGenerator = true;\n this.raise(Errors.AccessorIsGenerator, this.state.curPosition(), {\n kind: keyName\n });\n this.next();\n }\n this.parsePropertyName(prop);\n }\n }\n return this.parseObjPropValue(prop, startLoc, isGenerator, isAsync, false, isAccessor, refExpressionErrors);\n }\n getGetterSetterExpectedParamCount(method) {\n return method.kind === \"get\" ? 0 : 1;\n }\n getObjectOrClassMethodParams(method) {\n return method.params;\n }\n checkGetterSetterParams(method) {\n var _params;\n const paramCount = this.getGetterSetterExpectedParamCount(method);\n const params = this.getObjectOrClassMethodParams(method);\n if (params.length !== paramCount) {\n this.raise(method.kind === \"get\" ? Errors.BadGetterArity : Errors.BadSetterArity, method);\n }\n if (method.kind === \"set\" && ((_params = params[params.length - 1]) == null ? void 0 : _params.type) === \"RestElement\") {\n this.raise(Errors.BadSetterRestParameter, method);\n }\n }\n parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) {\n if (isAccessor) {\n const finishedProp = this.parseMethod(prop, isGenerator, false, false, false, \"ObjectMethod\");\n this.checkGetterSetterParams(finishedProp);\n return finishedProp;\n }\n if (isAsync || isGenerator || this.match(10)) {\n if (isPattern) this.unexpected();\n prop.kind = \"method\";\n prop.method = true;\n return this.parseMethod(prop, isGenerator, isAsync, false, false, \"ObjectMethod\");\n }\n }\n parseObjectProperty(prop, startLoc, isPattern, refExpressionErrors) {\n prop.shorthand = false;\n if (this.eat(14)) {\n prop.value = isPattern ? this.parseMaybeDefault(this.state.startLoc) : this.parseMaybeAssignAllowInOrVoidPattern(8, refExpressionErrors);\n return this.finishObjectProperty(prop);\n }\n if (!prop.computed && prop.key.type === \"Identifier\") {\n this.checkReservedWord(prop.key.name, prop.key.loc.start, true, false);\n if (isPattern) {\n prop.value = this.parseMaybeDefault(startLoc, this.cloneIdentifier(prop.key));\n } else if (this.match(29)) {\n const shorthandAssignLoc = this.state.startLoc;\n if (refExpressionErrors != null) {\n if (refExpressionErrors.shorthandAssignLoc === null) {\n refExpressionErrors.shorthandAssignLoc = shorthandAssignLoc;\n }\n } else {\n this.raise(Errors.InvalidCoverInitializedName, shorthandAssignLoc);\n }\n prop.value = this.parseMaybeDefault(startLoc, this.cloneIdentifier(prop.key));\n } else {\n prop.value = this.cloneIdentifier(prop.key);\n }\n prop.shorthand = true;\n return this.finishObjectProperty(prop);\n }\n }\n finishObjectProperty(node) {\n return this.finishNode(node, \"ObjectProperty\");\n }\n parseObjPropValue(prop, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors) {\n const node = this.parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) || this.parseObjectProperty(prop, startLoc, isPattern, refExpressionErrors);\n if (!node) this.unexpected();\n return node;\n }\n parsePropertyName(prop, refExpressionErrors) {\n if (this.eat(0)) {\n prop.computed = true;\n prop.key = this.parseMaybeAssignAllowIn();\n this.expect(3);\n } else {\n const {\n type,\n value\n } = this.state;\n let key;\n if (tokenIsKeywordOrIdentifier(type)) {\n key = this.parseIdentifier(true);\n } else {\n switch (type) {\n case 135:\n key = this.parseNumericLiteral(value);\n break;\n case 134:\n key = this.parseStringLiteral(value);\n break;\n case 136:\n key = this.parseBigIntLiteral(value);\n break;\n case 139:\n {\n const privateKeyLoc = this.state.startLoc;\n if (refExpressionErrors != null) {\n if (refExpressionErrors.privateKeyLoc === null) {\n refExpressionErrors.privateKeyLoc = privateKeyLoc;\n }\n } else {\n this.raise(Errors.UnexpectedPrivateField, privateKeyLoc);\n }\n key = this.parsePrivateName();\n break;\n }\n default:\n if (type === 137) {\n key = this.parseDecimalLiteral(value);\n break;\n }\n this.unexpected();\n }\n }\n prop.key = key;\n if (type !== 139) {\n prop.computed = false;\n }\n }\n }\n initFunction(node, isAsync) {\n node.id = null;\n node.generator = false;\n node.async = isAsync;\n }\n parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope = false) {\n this.initFunction(node, isAsync);\n node.generator = isGenerator;\n this.scope.enter(514 | 16 | (inClassScope ? 576 : 0) | (allowDirectSuper ? 32 : 0));\n this.prodParam.enter(functionFlags(isAsync, node.generator));\n this.parseFunctionParams(node, isConstructor);\n const finishedNode = this.parseFunctionBodyAndFinish(node, type, true);\n this.prodParam.exit();\n this.scope.exit();\n return finishedNode;\n }\n parseArrayLike(close, isTuple, refExpressionErrors) {\n if (isTuple) {\n this.expectPlugin(\"recordAndTuple\");\n }\n const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;\n this.state.inFSharpPipelineDirectBody = false;\n const node = this.startNode();\n this.next();\n node.elements = this.parseExprList(close, !isTuple, refExpressionErrors, node);\n this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody;\n return this.finishNode(node, isTuple ? \"TupleExpression\" : \"ArrayExpression\");\n }\n parseArrowExpression(node, params, isAsync, trailingCommaLoc) {\n this.scope.enter(514 | 4);\n let flags = functionFlags(isAsync, false);\n if (!this.match(5) && this.prodParam.hasIn) {\n flags |= 8;\n }\n this.prodParam.enter(flags);\n this.initFunction(node, isAsync);\n const oldMaybeInArrowParameters = this.state.maybeInArrowParameters;\n if (params) {\n this.state.maybeInArrowParameters = true;\n this.setArrowFunctionParameters(node, params, trailingCommaLoc);\n }\n this.state.maybeInArrowParameters = false;\n this.parseFunctionBody(node, true);\n this.prodParam.exit();\n this.scope.exit();\n this.state.maybeInArrowParameters = oldMaybeInArrowParameters;\n return this.finishNode(node, \"ArrowFunctionExpression\");\n }\n setArrowFunctionParameters(node, params, trailingCommaLoc) {\n this.toAssignableList(params, trailingCommaLoc, false);\n node.params = params;\n }\n parseFunctionBodyAndFinish(node, type, isMethod = false) {\n this.parseFunctionBody(node, false, isMethod);\n return this.finishNode(node, type);\n }\n parseFunctionBody(node, allowExpression, isMethod = false) {\n const isExpression = allowExpression && !this.match(5);\n this.expressionScope.enter(newExpressionScope());\n if (isExpression) {\n node.body = this.parseMaybeAssign();\n this.checkParams(node, false, allowExpression, false);\n } else {\n const oldStrict = this.state.strict;\n const oldLabels = this.state.labels;\n this.state.labels = [];\n this.prodParam.enter(this.prodParam.currentFlags() | 4);\n node.body = this.parseBlock(true, false, hasStrictModeDirective => {\n const nonSimple = !this.isSimpleParamList(node.params);\n if (hasStrictModeDirective && nonSimple) {\n this.raise(Errors.IllegalLanguageModeDirective, (node.kind === \"method\" || node.kind === \"constructor\") && !!node.key ? node.key.loc.end : node);\n }\n const strictModeChanged = !oldStrict && this.state.strict;\n this.checkParams(node, !this.state.strict && !allowExpression && !isMethod && !nonSimple, allowExpression, strictModeChanged);\n if (this.state.strict && node.id) {\n this.checkIdentifier(node.id, 65, strictModeChanged);\n }\n });\n this.prodParam.exit();\n this.state.labels = oldLabels;\n }\n this.expressionScope.exit();\n }\n isSimpleParameter(node) {\n return node.type === \"Identifier\";\n }\n isSimpleParamList(params) {\n for (let i = 0, len = params.length; i < len; i++) {\n if (!this.isSimpleParameter(params[i])) return false;\n }\n return true;\n }\n checkParams(node, allowDuplicates, isArrowFunction, strictModeChanged = true) {\n const checkClashes = !allowDuplicates && new Set();\n const formalParameters = {\n type: \"FormalParameters\"\n };\n for (const param of node.params) {\n this.checkLVal(param, formalParameters, 5, checkClashes, strictModeChanged);\n }\n }\n parseExprList(close, allowEmpty, refExpressionErrors, nodeForExtra) {\n const elts = [];\n let first = true;\n while (!this.eat(close)) {\n if (first) {\n first = false;\n } else {\n this.expect(12);\n if (this.match(close)) {\n if (nodeForExtra) {\n this.addTrailingCommaExtraToNode(nodeForExtra);\n }\n this.next();\n break;\n }\n }\n elts.push(this.parseExprListItem(close, allowEmpty, refExpressionErrors));\n }\n return elts;\n }\n parseExprListItem(close, allowEmpty, refExpressionErrors, allowPlaceholder) {\n let elt;\n if (this.match(12)) {\n if (!allowEmpty) {\n this.raise(Errors.UnexpectedToken, this.state.curPosition(), {\n unexpected: \",\"\n });\n }\n elt = null;\n } else if (this.match(21)) {\n const spreadNodeStartLoc = this.state.startLoc;\n elt = this.parseParenItem(this.parseSpread(refExpressionErrors), spreadNodeStartLoc);\n } else if (this.match(17)) {\n this.expectPlugin(\"partialApplication\");\n if (!allowPlaceholder) {\n this.raise(Errors.UnexpectedArgumentPlaceholder, this.state.startLoc);\n }\n const node = this.startNode();\n this.next();\n elt = this.finishNode(node, \"ArgumentPlaceholder\");\n } else {\n elt = this.parseMaybeAssignAllowInOrVoidPattern(close, refExpressionErrors, this.parseParenItem);\n }\n return elt;\n }\n parseIdentifier(liberal) {\n const node = this.startNode();\n const name = this.parseIdentifierName(liberal);\n return this.createIdentifier(node, name);\n }\n createIdentifier(node, name) {\n node.name = name;\n node.loc.identifierName = name;\n return this.finishNode(node, \"Identifier\");\n }\n createIdentifierAt(node, name, endLoc) {\n node.name = name;\n node.loc.identifierName = name;\n return this.finishNodeAt(node, \"Identifier\", endLoc);\n }\n parseIdentifierName(liberal) {\n let name;\n const {\n startLoc,\n type\n } = this.state;\n if (tokenIsKeywordOrIdentifier(type)) {\n name = this.state.value;\n } else {\n this.unexpected();\n }\n const tokenIsKeyword = tokenKeywordOrIdentifierIsKeyword(type);\n if (liberal) {\n if (tokenIsKeyword) {\n this.replaceToken(132);\n }\n } else {\n this.checkReservedWord(name, startLoc, tokenIsKeyword, false);\n }\n this.next();\n return name;\n }\n checkReservedWord(word, startLoc, checkKeywords, isBinding) {\n if (word.length > 10) {\n return;\n }\n if (!canBeReservedWord(word)) {\n return;\n }\n if (checkKeywords && isKeyword(word)) {\n this.raise(Errors.UnexpectedKeyword, startLoc, {\n keyword: word\n });\n return;\n }\n const reservedTest = !this.state.strict ? isReservedWord : isBinding ? isStrictBindReservedWord : isStrictReservedWord;\n if (reservedTest(word, this.inModule)) {\n this.raise(Errors.UnexpectedReservedWord, startLoc, {\n reservedWord: word\n });\n return;\n } else if (word === \"yield\") {\n if (this.prodParam.hasYield) {\n this.raise(Errors.YieldBindingIdentifier, startLoc);\n return;\n }\n } else if (word === \"await\") {\n if (this.prodParam.hasAwait) {\n this.raise(Errors.AwaitBindingIdentifier, startLoc);\n return;\n }\n if (this.scope.inStaticBlock) {\n this.raise(Errors.AwaitBindingIdentifierInStaticBlock, startLoc);\n return;\n }\n this.expressionScope.recordAsyncArrowParametersError(startLoc);\n } else if (word === \"arguments\") {\n if (this.scope.inClassAndNotInNonArrowFunction) {\n this.raise(Errors.ArgumentsInClass, startLoc);\n return;\n }\n }\n }\n recordAwaitIfAllowed() {\n const isAwaitAllowed = this.prodParam.hasAwait;\n if (isAwaitAllowed && !this.scope.inFunction) {\n this.state.hasTopLevelAwait = true;\n }\n return isAwaitAllowed;\n }\n parseAwait(startLoc) {\n const node = this.startNodeAt(startLoc);\n this.expressionScope.recordParameterInitializerError(Errors.AwaitExpressionFormalParameter, node);\n if (this.eat(55)) {\n this.raise(Errors.ObsoleteAwaitStar, node);\n }\n if (!this.scope.inFunction && !(this.optionFlags & 1)) {\n if (this.isAmbiguousPrefixOrIdentifier()) {\n this.ambiguousScriptDifferentAst = true;\n } else {\n this.sawUnambiguousESM = true;\n }\n }\n if (!this.state.soloAwait) {\n node.argument = this.parseMaybeUnary(null, true);\n }\n return this.finishNode(node, \"AwaitExpression\");\n }\n isAmbiguousPrefixOrIdentifier() {\n if (this.hasPrecedingLineBreak()) return true;\n const {\n type\n } = this.state;\n return type === 53 || type === 10 || type === 0 || tokenIsTemplate(type) || type === 102 && !this.state.containsEsc || type === 138 || type === 56 || this.hasPlugin(\"v8intrinsic\") && type === 54;\n }\n parseYield(startLoc) {\n const node = this.startNodeAt(startLoc);\n this.expressionScope.recordParameterInitializerError(Errors.YieldInParameter, node);\n let delegating = false;\n let argument = null;\n if (!this.hasPrecedingLineBreak()) {\n delegating = this.eat(55);\n switch (this.state.type) {\n case 13:\n case 140:\n case 8:\n case 11:\n case 3:\n case 9:\n case 14:\n case 12:\n if (!delegating) break;\n default:\n argument = this.parseMaybeAssign();\n }\n }\n node.delegate = delegating;\n node.argument = argument;\n return this.finishNode(node, \"YieldExpression\");\n }\n parseImportCall(node) {\n this.next();\n node.source = this.parseMaybeAssignAllowIn();\n node.options = null;\n if (this.eat(12)) {\n if (!this.match(11)) {\n node.options = this.parseMaybeAssignAllowIn();\n if (this.eat(12)) {\n this.addTrailingCommaExtraToNode(node.options);\n if (!this.match(11)) {\n do {\n this.parseMaybeAssignAllowIn();\n } while (this.eat(12) && !this.match(11));\n this.raise(Errors.ImportCallArity, node);\n }\n }\n } else {\n this.addTrailingCommaExtraToNode(node.source);\n }\n }\n this.expect(11);\n return this.finishNode(node, \"ImportExpression\");\n }\n checkPipelineAtInfixOperator(left, leftStartLoc) {\n if (this.hasPlugin([\"pipelineOperator\", {\n proposal: \"smart\"\n }])) {\n if (left.type === \"SequenceExpression\") {\n this.raise(Errors.PipelineHeadSequenceExpression, leftStartLoc);\n }\n }\n }\n parseSmartPipelineBodyInStyle(childExpr, startLoc) {\n if (this.isSimpleReference(childExpr)) {\n const bodyNode = this.startNodeAt(startLoc);\n bodyNode.callee = childExpr;\n return this.finishNode(bodyNode, \"PipelineBareFunction\");\n } else {\n const bodyNode = this.startNodeAt(startLoc);\n this.checkSmartPipeTopicBodyEarlyErrors(startLoc);\n bodyNode.expression = childExpr;\n return this.finishNode(bodyNode, \"PipelineTopicExpression\");\n }\n }\n isSimpleReference(expression) {\n switch (expression.type) {\n case \"MemberExpression\":\n return !expression.computed && this.isSimpleReference(expression.object);\n case \"Identifier\":\n return true;\n default:\n return false;\n }\n }\n checkSmartPipeTopicBodyEarlyErrors(startLoc) {\n if (this.match(19)) {\n throw this.raise(Errors.PipelineBodyNoArrow, this.state.startLoc);\n }\n if (!this.topicReferenceWasUsedInCurrentContext()) {\n this.raise(Errors.PipelineTopicUnused, startLoc);\n }\n }\n withTopicBindingContext(callback) {\n const outerContextTopicState = this.state.topicContext;\n this.state.topicContext = {\n maxNumOfResolvableTopics: 1,\n maxTopicIndex: null\n };\n try {\n return callback();\n } finally {\n this.state.topicContext = outerContextTopicState;\n }\n }\n withSmartMixTopicForbiddingContext(callback) {\n if (this.hasPlugin([\"pipelineOperator\", {\n proposal: \"smart\"\n }])) {\n const outerContextTopicState = this.state.topicContext;\n this.state.topicContext = {\n maxNumOfResolvableTopics: 0,\n maxTopicIndex: null\n };\n try {\n return callback();\n } finally {\n this.state.topicContext = outerContextTopicState;\n }\n } else {\n return callback();\n }\n }\n withSoloAwaitPermittingContext(callback) {\n const outerContextSoloAwaitState = this.state.soloAwait;\n this.state.soloAwait = true;\n try {\n return callback();\n } finally {\n this.state.soloAwait = outerContextSoloAwaitState;\n }\n }\n allowInAnd(callback) {\n const flags = this.prodParam.currentFlags();\n const prodParamToSet = 8 & ~flags;\n if (prodParamToSet) {\n this.prodParam.enter(flags | 8);\n try {\n return callback();\n } finally {\n this.prodParam.exit();\n }\n }\n return callback();\n }\n disallowInAnd(callback) {\n const flags = this.prodParam.currentFlags();\n const prodParamToClear = 8 & flags;\n if (prodParamToClear) {\n this.prodParam.enter(flags & ~8);\n try {\n return callback();\n } finally {\n this.prodParam.exit();\n }\n }\n return callback();\n }\n registerTopicReference() {\n this.state.topicContext.maxTopicIndex = 0;\n }\n topicReferenceIsAllowedInCurrentContext() {\n return this.state.topicContext.maxNumOfResolvableTopics >= 1;\n }\n topicReferenceWasUsedInCurrentContext() {\n return this.state.topicContext.maxTopicIndex != null && this.state.topicContext.maxTopicIndex >= 0;\n }\n parseFSharpPipelineBody(prec) {\n const startLoc = this.state.startLoc;\n this.state.potentialArrowAt = this.state.start;\n const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody;\n this.state.inFSharpPipelineDirectBody = true;\n const ret = this.parseExprOp(this.parseMaybeUnaryOrPrivate(), startLoc, prec);\n this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody;\n return ret;\n }\n parseModuleExpression() {\n this.expectPlugin(\"moduleBlocks\");\n const node = this.startNode();\n this.next();\n if (!this.match(5)) {\n this.unexpected(null, 5);\n }\n const program = this.startNodeAt(this.state.endLoc);\n this.next();\n const revertScopes = this.initializeScopes(true);\n this.enterInitialScopes();\n try {\n node.body = this.parseProgram(program, 8, \"module\");\n } finally {\n revertScopes();\n }\n return this.finishNode(node, \"ModuleExpression\");\n }\n parseVoidPattern(refExpressionErrors) {\n this.expectPlugin(\"discardBinding\");\n const node = this.startNode();\n if (refExpressionErrors != null) {\n refExpressionErrors.voidPatternLoc = this.state.startLoc;\n }\n this.next();\n return this.finishNode(node, \"VoidPattern\");\n }\n parseMaybeAssignAllowInOrVoidPattern(close, refExpressionErrors, afterLeftParse) {\n if (refExpressionErrors != null && this.match(88)) {\n const nextCode = this.lookaheadCharCode();\n if (nextCode === 44 || nextCode === (close === 3 ? 93 : close === 8 ? 125 : 41) || nextCode === 61) {\n return this.parseMaybeDefault(this.state.startLoc, this.parseVoidPattern(refExpressionErrors));\n }\n }\n return this.parseMaybeAssignAllowIn(refExpressionErrors, afterLeftParse);\n }\n parsePropertyNamePrefixOperator(prop) {}\n}\nconst loopLabel = {\n kind: 1\n },\n switchLabel = {\n kind: 2\n };\nconst loneSurrogate = /[\\uD800-\\uDFFF]/u;\nconst keywordRelationalOperator = /in(?:stanceof)?/y;\nfunction babel7CompatTokens(tokens, input, startIndex) {\n for (let i = 0; i < tokens.length; i++) {\n const token = tokens[i];\n const {\n type\n } = token;\n if (typeof type === \"number\") {\n if (type === 139) {\n const {\n loc,\n start,\n value,\n end\n } = token;\n const hashEndPos = start + 1;\n const hashEndLoc = createPositionWithColumnOffset(loc.start, 1);\n tokens.splice(i, 1, new Token({\n type: getExportedToken(27),\n value: \"#\",\n start: start,\n end: hashEndPos,\n startLoc: loc.start,\n endLoc: hashEndLoc\n }), new Token({\n type: getExportedToken(132),\n value: value,\n start: hashEndPos,\n end: end,\n startLoc: hashEndLoc,\n endLoc: loc.end\n }));\n i++;\n continue;\n }\n if (tokenIsTemplate(type)) {\n const {\n loc,\n start,\n value,\n end\n } = token;\n const backquoteEnd = start + 1;\n const backquoteEndLoc = createPositionWithColumnOffset(loc.start, 1);\n let startToken;\n if (input.charCodeAt(start - startIndex) === 96) {\n startToken = new Token({\n type: getExportedToken(22),\n value: \"`\",\n start: start,\n end: backquoteEnd,\n startLoc: loc.start,\n endLoc: backquoteEndLoc\n });\n } else {\n startToken = new Token({\n type: getExportedToken(8),\n value: \"}\",\n start: start,\n end: backquoteEnd,\n startLoc: loc.start,\n endLoc: backquoteEndLoc\n });\n }\n let templateValue, templateElementEnd, templateElementEndLoc, endToken;\n if (type === 24) {\n templateElementEnd = end - 1;\n templateElementEndLoc = createPositionWithColumnOffset(loc.end, -1);\n templateValue = value === null ? null : value.slice(1, -1);\n endToken = new Token({\n type: getExportedToken(22),\n value: \"`\",\n start: templateElementEnd,\n end: end,\n startLoc: templateElementEndLoc,\n endLoc: loc.end\n });\n } else {\n templateElementEnd = end - 2;\n templateElementEndLoc = createPositionWithColumnOffset(loc.end, -2);\n templateValue = value === null ? null : value.slice(1, -2);\n endToken = new Token({\n type: getExportedToken(23),\n value: \"${\",\n start: templateElementEnd,\n end: end,\n startLoc: templateElementEndLoc,\n endLoc: loc.end\n });\n }\n tokens.splice(i, 1, startToken, new Token({\n type: getExportedToken(20),\n value: templateValue,\n start: backquoteEnd,\n end: templateElementEnd,\n startLoc: backquoteEndLoc,\n endLoc: templateElementEndLoc\n }), endToken);\n i += 2;\n continue;\n }\n token.type = getExportedToken(type);\n }\n }\n return tokens;\n}\nclass StatementParser extends ExpressionParser {\n parseTopLevel(file, program) {\n file.program = this.parseProgram(program, 140, this.options.sourceType === \"module\" ? \"module\" : \"script\");\n file.comments = this.comments;\n if (this.optionFlags & 256) {\n file.tokens = babel7CompatTokens(this.tokens, this.input, this.startIndex);\n }\n return this.finishNode(file, \"File\");\n }\n parseProgram(program, end, sourceType) {\n program.sourceType = sourceType;\n program.interpreter = this.parseInterpreterDirective();\n this.parseBlockBody(program, true, true, end);\n if (this.inModule) {\n if (!(this.optionFlags & 64) && this.scope.undefinedExports.size > 0) {\n for (const [localName, at] of Array.from(this.scope.undefinedExports)) {\n this.raise(Errors.ModuleExportUndefined, at, {\n localName\n });\n }\n }\n this.addExtra(program, \"topLevelAwait\", this.state.hasTopLevelAwait);\n }\n let finishedProgram;\n if (end === 140) {\n finishedProgram = this.finishNode(program, \"Program\");\n } else {\n finishedProgram = this.finishNodeAt(program, \"Program\", createPositionWithColumnOffset(this.state.startLoc, -1));\n }\n return finishedProgram;\n }\n stmtToDirective(stmt) {\n const directive = this.castNodeTo(stmt, \"Directive\");\n const directiveLiteral = this.castNodeTo(stmt.expression, \"DirectiveLiteral\");\n const expressionValue = directiveLiteral.value;\n const raw = this.input.slice(this.offsetToSourcePos(directiveLiteral.start), this.offsetToSourcePos(directiveLiteral.end));\n const val = directiveLiteral.value = raw.slice(1, -1);\n this.addExtra(directiveLiteral, \"raw\", raw);\n this.addExtra(directiveLiteral, \"rawValue\", val);\n this.addExtra(directiveLiteral, \"expressionValue\", expressionValue);\n directive.value = directiveLiteral;\n delete stmt.expression;\n return directive;\n }\n parseInterpreterDirective() {\n if (!this.match(28)) {\n return null;\n }\n const node = this.startNode();\n node.value = this.state.value;\n this.next();\n return this.finishNode(node, \"InterpreterDirective\");\n }\n isLet() {\n if (!this.isContextual(100)) {\n return false;\n }\n return this.hasFollowingBindingAtom();\n }\n isUsing() {\n if (!this.isContextual(107)) {\n return false;\n }\n return this.nextTokenIsIdentifierOnSameLine();\n }\n isForUsing() {\n if (!this.isContextual(107)) {\n return false;\n }\n const next = this.nextTokenInLineStart();\n const nextCh = this.codePointAtPos(next);\n if (this.isUnparsedContextual(next, \"of\")) {\n const nextCharAfterOf = this.lookaheadCharCodeSince(next + 2);\n if (nextCharAfterOf !== 61 && nextCharAfterOf !== 58 && nextCharAfterOf !== 59) {\n return false;\n }\n }\n if (this.chStartsBindingIdentifier(nextCh, next) || this.isUnparsedContextual(next, \"void\")) {\n return true;\n }\n return false;\n }\n nextTokenIsIdentifierOnSameLine() {\n const next = this.nextTokenInLineStart();\n const nextCh = this.codePointAtPos(next);\n return this.chStartsBindingIdentifier(nextCh, next);\n }\n isAwaitUsing() {\n if (!this.isContextual(96)) {\n return false;\n }\n let next = this.nextTokenInLineStart();\n if (this.isUnparsedContextual(next, \"using\")) {\n next = this.nextTokenInLineStartSince(next + 5);\n const nextCh = this.codePointAtPos(next);\n if (this.chStartsBindingIdentifier(nextCh, next)) {\n return true;\n }\n }\n return false;\n }\n chStartsBindingIdentifier(ch, pos) {\n if (isIdentifierStart(ch)) {\n keywordRelationalOperator.lastIndex = pos;\n if (keywordRelationalOperator.test(this.input)) {\n const endCh = this.codePointAtPos(keywordRelationalOperator.lastIndex);\n if (!isIdentifierChar(endCh) && endCh !== 92) {\n return false;\n }\n }\n return true;\n } else if (ch === 92) {\n return true;\n } else {\n return false;\n }\n }\n chStartsBindingPattern(ch) {\n return ch === 91 || ch === 123;\n }\n hasFollowingBindingAtom() {\n const next = this.nextTokenStart();\n const nextCh = this.codePointAtPos(next);\n return this.chStartsBindingPattern(nextCh) || this.chStartsBindingIdentifier(nextCh, next);\n }\n hasInLineFollowingBindingIdentifierOrBrace() {\n const next = this.nextTokenInLineStart();\n const nextCh = this.codePointAtPos(next);\n return nextCh === 123 || this.chStartsBindingIdentifier(nextCh, next);\n }\n allowsUsing() {\n return (this.scope.inModule || !this.scope.inTopLevel) && !this.scope.inBareCaseStatement;\n }\n parseModuleItem() {\n return this.parseStatementLike(1 | 2 | 4 | 8);\n }\n parseStatementListItem() {\n return this.parseStatementLike(2 | 4 | (!this.options.annexB || this.state.strict ? 0 : 8));\n }\n parseStatementOrSloppyAnnexBFunctionDeclaration(allowLabeledFunction = false) {\n let flags = 0;\n if (this.options.annexB && !this.state.strict) {\n flags |= 4;\n if (allowLabeledFunction) {\n flags |= 8;\n }\n }\n return this.parseStatementLike(flags);\n }\n parseStatement() {\n return this.parseStatementLike(0);\n }\n parseStatementLike(flags) {\n let decorators = null;\n if (this.match(26)) {\n decorators = this.parseDecorators(true);\n }\n return this.parseStatementContent(flags, decorators);\n }\n parseStatementContent(flags, decorators) {\n const startType = this.state.type;\n const node = this.startNode();\n const allowDeclaration = !!(flags & 2);\n const allowFunctionDeclaration = !!(flags & 4);\n const topLevel = flags & 1;\n switch (startType) {\n case 60:\n return this.parseBreakContinueStatement(node, true);\n case 63:\n return this.parseBreakContinueStatement(node, false);\n case 64:\n return this.parseDebuggerStatement(node);\n case 90:\n return this.parseDoWhileStatement(node);\n case 91:\n return this.parseForStatement(node);\n case 68:\n if (this.lookaheadCharCode() === 46) break;\n if (!allowFunctionDeclaration) {\n this.raise(this.state.strict ? Errors.StrictFunction : this.options.annexB ? Errors.SloppyFunctionAnnexB : Errors.SloppyFunction, this.state.startLoc);\n }\n return this.parseFunctionStatement(node, false, !allowDeclaration && allowFunctionDeclaration);\n case 80:\n if (!allowDeclaration) this.unexpected();\n return this.parseClass(this.maybeTakeDecorators(decorators, node), true);\n case 69:\n return this.parseIfStatement(node);\n case 70:\n return this.parseReturnStatement(node);\n case 71:\n return this.parseSwitchStatement(node);\n case 72:\n return this.parseThrowStatement(node);\n case 73:\n return this.parseTryStatement(node);\n case 96:\n if (this.isAwaitUsing()) {\n if (!this.allowsUsing()) {\n this.raise(Errors.UnexpectedUsingDeclaration, node);\n } else if (!allowDeclaration) {\n this.raise(Errors.UnexpectedLexicalDeclaration, node);\n } else if (!this.recordAwaitIfAllowed()) {\n this.raise(Errors.AwaitUsingNotInAsyncContext, node);\n }\n this.next();\n return this.parseVarStatement(node, \"await using\");\n }\n break;\n case 107:\n if (this.state.containsEsc || !this.hasInLineFollowingBindingIdentifierOrBrace()) {\n break;\n }\n if (!this.allowsUsing()) {\n this.raise(Errors.UnexpectedUsingDeclaration, this.state.startLoc);\n } else if (!allowDeclaration) {\n this.raise(Errors.UnexpectedLexicalDeclaration, this.state.startLoc);\n }\n return this.parseVarStatement(node, \"using\");\n case 100:\n {\n if (this.state.containsEsc) {\n break;\n }\n const next = this.nextTokenStart();\n const nextCh = this.codePointAtPos(next);\n if (nextCh !== 91) {\n if (!allowDeclaration && this.hasFollowingLineBreak()) break;\n if (!this.chStartsBindingIdentifier(nextCh, next) && nextCh !== 123) {\n break;\n }\n }\n }\n case 75:\n {\n if (!allowDeclaration) {\n this.raise(Errors.UnexpectedLexicalDeclaration, this.state.startLoc);\n }\n }\n case 74:\n {\n const kind = this.state.value;\n return this.parseVarStatement(node, kind);\n }\n case 92:\n return this.parseWhileStatement(node);\n case 76:\n return this.parseWithStatement(node);\n case 5:\n return this.parseBlock();\n case 13:\n return this.parseEmptyStatement(node);\n case 83:\n {\n const nextTokenCharCode = this.lookaheadCharCode();\n if (nextTokenCharCode === 40 || nextTokenCharCode === 46) {\n break;\n }\n }\n case 82:\n {\n if (!(this.optionFlags & 8) && !topLevel) {\n this.raise(Errors.UnexpectedImportExport, this.state.startLoc);\n }\n this.next();\n let result;\n if (startType === 83) {\n result = this.parseImport(node);\n } else {\n result = this.parseExport(node, decorators);\n }\n this.assertModuleNodeAllowed(result);\n return result;\n }\n default:\n {\n if (this.isAsyncFunction()) {\n if (!allowDeclaration) {\n this.raise(Errors.AsyncFunctionInSingleStatementContext, this.state.startLoc);\n }\n this.next();\n return this.parseFunctionStatement(node, true, !allowDeclaration && allowFunctionDeclaration);\n }\n }\n }\n const maybeName = this.state.value;\n const expr = this.parseExpression();\n if (tokenIsIdentifier(startType) && expr.type === \"Identifier\" && this.eat(14)) {\n return this.parseLabeledStatement(node, maybeName, expr, flags);\n } else {\n return this.parseExpressionStatement(node, expr, decorators);\n }\n }\n assertModuleNodeAllowed(node) {\n if (!(this.optionFlags & 8) && !this.inModule) {\n this.raise(Errors.ImportOutsideModule, node);\n }\n }\n decoratorsEnabledBeforeExport() {\n if (this.hasPlugin(\"decorators-legacy\")) return true;\n return this.hasPlugin(\"decorators\") && this.getPluginOption(\"decorators\", \"decoratorsBeforeExport\") !== false;\n }\n maybeTakeDecorators(maybeDecorators, classNode, exportNode) {\n if (maybeDecorators) {\n var _classNode$decorators;\n if ((_classNode$decorators = classNode.decorators) != null && _classNode$decorators.length) {\n if (typeof this.getPluginOption(\"decorators\", \"decoratorsBeforeExport\") !== \"boolean\") {\n this.raise(Errors.DecoratorsBeforeAfterExport, classNode.decorators[0]);\n }\n classNode.decorators.unshift(...maybeDecorators);\n } else {\n classNode.decorators = maybeDecorators;\n }\n this.resetStartLocationFromNode(classNode, maybeDecorators[0]);\n if (exportNode) this.resetStartLocationFromNode(exportNode, classNode);\n }\n return classNode;\n }\n canHaveLeadingDecorator() {\n return this.match(80);\n }\n parseDecorators(allowExport) {\n const decorators = [];\n do {\n decorators.push(this.parseDecorator());\n } while (this.match(26));\n if (this.match(82)) {\n if (!allowExport) {\n this.unexpected();\n }\n if (!this.decoratorsEnabledBeforeExport()) {\n this.raise(Errors.DecoratorExportClass, this.state.startLoc);\n }\n } else if (!this.canHaveLeadingDecorator()) {\n throw this.raise(Errors.UnexpectedLeadingDecorator, this.state.startLoc);\n }\n return decorators;\n }\n parseDecorator() {\n this.expectOnePlugin([\"decorators\", \"decorators-legacy\"]);\n const node = this.startNode();\n this.next();\n if (this.hasPlugin(\"decorators\")) {\n const startLoc = this.state.startLoc;\n let expr;\n if (this.match(10)) {\n const startLoc = this.state.startLoc;\n this.next();\n expr = this.parseExpression();\n this.expect(11);\n expr = this.wrapParenthesis(startLoc, expr);\n const paramsStartLoc = this.state.startLoc;\n node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);\n if (this.getPluginOption(\"decorators\", \"allowCallParenthesized\") === false && node.expression !== expr) {\n this.raise(Errors.DecoratorArgumentsOutsideParentheses, paramsStartLoc);\n }\n } else {\n expr = this.parseIdentifier(false);\n while (this.eat(16)) {\n const node = this.startNodeAt(startLoc);\n node.object = expr;\n if (this.match(139)) {\n this.classScope.usePrivateName(this.state.value, this.state.startLoc);\n node.property = this.parsePrivateName();\n } else {\n node.property = this.parseIdentifier(true);\n }\n node.computed = false;\n expr = this.finishNode(node, \"MemberExpression\");\n }\n node.expression = this.parseMaybeDecoratorArguments(expr, startLoc);\n }\n } else {\n node.expression = this.parseExprSubscripts();\n }\n return this.finishNode(node, \"Decorator\");\n }\n parseMaybeDecoratorArguments(expr, startLoc) {\n if (this.eat(10)) {\n const node = this.startNodeAt(startLoc);\n node.callee = expr;\n node.arguments = this.parseCallExpressionArguments();\n this.toReferencedList(node.arguments);\n return this.finishNode(node, \"CallExpression\");\n }\n return expr;\n }\n parseBreakContinueStatement(node, isBreak) {\n this.next();\n if (this.isLineTerminator()) {\n node.label = null;\n } else {\n node.label = this.parseIdentifier();\n this.semicolon();\n }\n this.verifyBreakContinue(node, isBreak);\n return this.finishNode(node, isBreak ? \"BreakStatement\" : \"ContinueStatement\");\n }\n verifyBreakContinue(node, isBreak) {\n let i;\n for (i = 0; i < this.state.labels.length; ++i) {\n const lab = this.state.labels[i];\n if (node.label == null || lab.name === node.label.name) {\n if (lab.kind != null && (isBreak || lab.kind === 1)) {\n break;\n }\n if (node.label && isBreak) break;\n }\n }\n if (i === this.state.labels.length) {\n const type = isBreak ? \"BreakStatement\" : \"ContinueStatement\";\n this.raise(Errors.IllegalBreakContinue, node, {\n type\n });\n }\n }\n parseDebuggerStatement(node) {\n this.next();\n this.semicolon();\n return this.finishNode(node, \"DebuggerStatement\");\n }\n parseHeaderExpression() {\n this.expect(10);\n const val = this.parseExpression();\n this.expect(11);\n return val;\n }\n parseDoWhileStatement(node) {\n this.next();\n this.state.labels.push(loopLabel);\n node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement());\n this.state.labels.pop();\n this.expect(92);\n node.test = this.parseHeaderExpression();\n this.eat(13);\n return this.finishNode(node, \"DoWhileStatement\");\n }\n parseForStatement(node) {\n this.next();\n this.state.labels.push(loopLabel);\n let awaitAt = null;\n if (this.isContextual(96) && this.recordAwaitIfAllowed()) {\n awaitAt = this.state.startLoc;\n this.next();\n }\n this.scope.enter(0);\n this.expect(10);\n if (this.match(13)) {\n if (awaitAt !== null) {\n this.unexpected(awaitAt);\n }\n return this.parseFor(node, null);\n }\n const startsWithLet = this.isContextual(100);\n {\n const startsWithAwaitUsing = this.isAwaitUsing();\n const starsWithUsingDeclaration = startsWithAwaitUsing || this.isForUsing();\n const isLetOrUsing = startsWithLet && this.hasFollowingBindingAtom() || starsWithUsingDeclaration;\n if (this.match(74) || this.match(75) || isLetOrUsing) {\n const initNode = this.startNode();\n let kind;\n if (startsWithAwaitUsing) {\n kind = \"await using\";\n if (!this.recordAwaitIfAllowed()) {\n this.raise(Errors.AwaitUsingNotInAsyncContext, this.state.startLoc);\n }\n this.next();\n } else {\n kind = this.state.value;\n }\n this.next();\n this.parseVar(initNode, true, kind);\n const init = this.finishNode(initNode, \"VariableDeclaration\");\n const isForIn = this.match(58);\n if (isForIn && starsWithUsingDeclaration) {\n this.raise(Errors.ForInUsing, init);\n }\n if ((isForIn || this.isContextual(102)) && init.declarations.length === 1) {\n return this.parseForIn(node, init, awaitAt);\n }\n if (awaitAt !== null) {\n this.unexpected(awaitAt);\n }\n return this.parseFor(node, init);\n }\n }\n const startsWithAsync = this.isContextual(95);\n const refExpressionErrors = new ExpressionErrors();\n const init = this.parseExpression(true, refExpressionErrors);\n const isForOf = this.isContextual(102);\n if (isForOf) {\n if (startsWithLet) {\n this.raise(Errors.ForOfLet, init);\n }\n if (awaitAt === null && startsWithAsync && init.type === \"Identifier\") {\n this.raise(Errors.ForOfAsync, init);\n }\n }\n if (isForOf || this.match(58)) {\n this.checkDestructuringPrivate(refExpressionErrors);\n this.toAssignable(init, true);\n const type = isForOf ? \"ForOfStatement\" : \"ForInStatement\";\n this.checkLVal(init, {\n type\n });\n return this.parseForIn(node, init, awaitAt);\n } else {\n this.checkExpressionErrors(refExpressionErrors, true);\n }\n if (awaitAt !== null) {\n this.unexpected(awaitAt);\n }\n return this.parseFor(node, init);\n }\n parseFunctionStatement(node, isAsync, isHangingDeclaration) {\n this.next();\n return this.parseFunction(node, 1 | (isHangingDeclaration ? 2 : 0) | (isAsync ? 8 : 0));\n }\n parseIfStatement(node) {\n this.next();\n node.test = this.parseHeaderExpression();\n node.consequent = this.parseStatementOrSloppyAnnexBFunctionDeclaration();\n node.alternate = this.eat(66) ? this.parseStatementOrSloppyAnnexBFunctionDeclaration() : null;\n return this.finishNode(node, \"IfStatement\");\n }\n parseReturnStatement(node) {\n if (!this.prodParam.hasReturn) {\n this.raise(Errors.IllegalReturn, this.state.startLoc);\n }\n this.next();\n if (this.isLineTerminator()) {\n node.argument = null;\n } else {\n node.argument = this.parseExpression();\n this.semicolon();\n }\n return this.finishNode(node, \"ReturnStatement\");\n }\n parseSwitchStatement(node) {\n this.next();\n node.discriminant = this.parseHeaderExpression();\n const cases = node.cases = [];\n this.expect(5);\n this.state.labels.push(switchLabel);\n this.scope.enter(256);\n let cur;\n for (let sawDefault; !this.match(8);) {\n if (this.match(61) || this.match(65)) {\n const isCase = this.match(61);\n if (cur) this.finishNode(cur, \"SwitchCase\");\n cases.push(cur = this.startNode());\n cur.consequent = [];\n this.next();\n if (isCase) {\n cur.test = this.parseExpression();\n } else {\n if (sawDefault) {\n this.raise(Errors.MultipleDefaultsInSwitch, this.state.lastTokStartLoc);\n }\n sawDefault = true;\n cur.test = null;\n }\n this.expect(14);\n } else {\n if (cur) {\n cur.consequent.push(this.parseStatementListItem());\n } else {\n this.unexpected();\n }\n }\n }\n this.scope.exit();\n if (cur) this.finishNode(cur, \"SwitchCase\");\n this.next();\n this.state.labels.pop();\n return this.finishNode(node, \"SwitchStatement\");\n }\n parseThrowStatement(node) {\n this.next();\n if (this.hasPrecedingLineBreak()) {\n this.raise(Errors.NewlineAfterThrow, this.state.lastTokEndLoc);\n }\n node.argument = this.parseExpression();\n this.semicolon();\n return this.finishNode(node, \"ThrowStatement\");\n }\n parseCatchClauseParam() {\n const param = this.parseBindingAtom();\n this.scope.enter(this.options.annexB && param.type === \"Identifier\" ? 8 : 0);\n this.checkLVal(param, {\n type: \"CatchClause\"\n }, 9);\n return param;\n }\n parseTryStatement(node) {\n this.next();\n node.block = this.parseBlock();\n node.handler = null;\n if (this.match(62)) {\n const clause = this.startNode();\n this.next();\n if (this.match(10)) {\n this.expect(10);\n clause.param = this.parseCatchClauseParam();\n this.expect(11);\n } else {\n clause.param = null;\n this.scope.enter(0);\n }\n clause.body = this.withSmartMixTopicForbiddingContext(() => this.parseBlock(false, false));\n this.scope.exit();\n node.handler = this.finishNode(clause, \"CatchClause\");\n }\n node.finalizer = this.eat(67) ? this.parseBlock() : null;\n if (!node.handler && !node.finalizer) {\n this.raise(Errors.NoCatchOrFinally, node);\n }\n return this.finishNode(node, \"TryStatement\");\n }\n parseVarStatement(node, kind, allowMissingInitializer = false) {\n this.next();\n this.parseVar(node, false, kind, allowMissingInitializer);\n this.semicolon();\n return this.finishNode(node, \"VariableDeclaration\");\n }\n parseWhileStatement(node) {\n this.next();\n node.test = this.parseHeaderExpression();\n this.state.labels.push(loopLabel);\n node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement());\n this.state.labels.pop();\n return this.finishNode(node, \"WhileStatement\");\n }\n parseWithStatement(node) {\n if (this.state.strict) {\n this.raise(Errors.StrictWith, this.state.startLoc);\n }\n this.next();\n node.object = this.parseHeaderExpression();\n node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement());\n return this.finishNode(node, \"WithStatement\");\n }\n parseEmptyStatement(node) {\n this.next();\n return this.finishNode(node, \"EmptyStatement\");\n }\n parseLabeledStatement(node, maybeName, expr, flags) {\n for (const label of this.state.labels) {\n if (label.name === maybeName) {\n this.raise(Errors.LabelRedeclaration, expr, {\n labelName: maybeName\n });\n }\n }\n const kind = tokenIsLoop(this.state.type) ? 1 : this.match(71) ? 2 : null;\n for (let i = this.state.labels.length - 1; i >= 0; i--) {\n const label = this.state.labels[i];\n if (label.statementStart === node.start) {\n label.statementStart = this.sourceToOffsetPos(this.state.start);\n label.kind = kind;\n } else {\n break;\n }\n }\n this.state.labels.push({\n name: maybeName,\n kind: kind,\n statementStart: this.sourceToOffsetPos(this.state.start)\n });\n node.body = flags & 8 ? this.parseStatementOrSloppyAnnexBFunctionDeclaration(true) : this.parseStatement();\n this.state.labels.pop();\n node.label = expr;\n return this.finishNode(node, \"LabeledStatement\");\n }\n parseExpressionStatement(node, expr, decorators) {\n node.expression = expr;\n this.semicolon();\n return this.finishNode(node, \"ExpressionStatement\");\n }\n parseBlock(allowDirectives = false, createNewLexicalScope = true, afterBlockParse) {\n const node = this.startNode();\n if (allowDirectives) {\n this.state.strictErrors.clear();\n }\n this.expect(5);\n if (createNewLexicalScope) {\n this.scope.enter(0);\n }\n this.parseBlockBody(node, allowDirectives, false, 8, afterBlockParse);\n if (createNewLexicalScope) {\n this.scope.exit();\n }\n return this.finishNode(node, \"BlockStatement\");\n }\n isValidDirective(stmt) {\n return stmt.type === \"ExpressionStatement\" && stmt.expression.type === \"StringLiteral\" && !stmt.expression.extra.parenthesized;\n }\n parseBlockBody(node, allowDirectives, topLevel, end, afterBlockParse) {\n const body = node.body = [];\n const directives = node.directives = [];\n this.parseBlockOrModuleBlockBody(body, allowDirectives ? directives : undefined, topLevel, end, afterBlockParse);\n }\n parseBlockOrModuleBlockBody(body, directives, topLevel, end, afterBlockParse) {\n const oldStrict = this.state.strict;\n let hasStrictModeDirective = false;\n let parsedNonDirective = false;\n while (!this.match(end)) {\n const stmt = topLevel ? this.parseModuleItem() : this.parseStatementListItem();\n if (directives && !parsedNonDirective) {\n if (this.isValidDirective(stmt)) {\n const directive = this.stmtToDirective(stmt);\n directives.push(directive);\n if (!hasStrictModeDirective && directive.value.value === \"use strict\") {\n hasStrictModeDirective = true;\n this.setStrict(true);\n }\n continue;\n }\n parsedNonDirective = true;\n this.state.strictErrors.clear();\n }\n body.push(stmt);\n }\n afterBlockParse == null || afterBlockParse.call(this, hasStrictModeDirective);\n if (!oldStrict) {\n this.setStrict(false);\n }\n this.next();\n }\n parseFor(node, init) {\n node.init = init;\n this.semicolon(false);\n node.test = this.match(13) ? null : this.parseExpression();\n this.semicolon(false);\n node.update = this.match(11) ? null : this.parseExpression();\n this.expect(11);\n node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement());\n this.scope.exit();\n this.state.labels.pop();\n return this.finishNode(node, \"ForStatement\");\n }\n parseForIn(node, init, awaitAt) {\n const isForIn = this.match(58);\n this.next();\n if (isForIn) {\n if (awaitAt !== null) this.unexpected(awaitAt);\n } else {\n node.await = awaitAt !== null;\n }\n if (init.type === \"VariableDeclaration\" && init.declarations[0].init != null && (!isForIn || !this.options.annexB || this.state.strict || init.kind !== \"var\" || init.declarations[0].id.type !== \"Identifier\")) {\n this.raise(Errors.ForInOfLoopInitializer, init, {\n type: isForIn ? \"ForInStatement\" : \"ForOfStatement\"\n });\n }\n if (init.type === \"AssignmentPattern\") {\n this.raise(Errors.InvalidLhs, init, {\n ancestor: {\n type: \"ForStatement\"\n }\n });\n }\n node.left = init;\n node.right = isForIn ? this.parseExpression() : this.parseMaybeAssignAllowIn();\n this.expect(11);\n node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement());\n this.scope.exit();\n this.state.labels.pop();\n return this.finishNode(node, isForIn ? \"ForInStatement\" : \"ForOfStatement\");\n }\n parseVar(node, isFor, kind, allowMissingInitializer = false) {\n const declarations = node.declarations = [];\n node.kind = kind;\n for (;;) {\n const decl = this.startNode();\n this.parseVarId(decl, kind);\n decl.init = !this.eat(29) ? null : isFor ? this.parseMaybeAssignDisallowIn() : this.parseMaybeAssignAllowIn();\n if (decl.init === null && !allowMissingInitializer) {\n if (decl.id.type !== \"Identifier\" && !(isFor && (this.match(58) || this.isContextual(102)))) {\n this.raise(Errors.DeclarationMissingInitializer, this.state.lastTokEndLoc, {\n kind: \"destructuring\"\n });\n } else if ((kind === \"const\" || kind === \"using\" || kind === \"await using\") && !(this.match(58) || this.isContextual(102))) {\n this.raise(Errors.DeclarationMissingInitializer, this.state.lastTokEndLoc, {\n kind\n });\n }\n }\n declarations.push(this.finishNode(decl, \"VariableDeclarator\"));\n if (!this.eat(12)) break;\n }\n return node;\n }\n parseVarId(decl, kind) {\n const id = this.parseBindingAtom();\n if (kind === \"using\" || kind === \"await using\") {\n if (id.type === \"ArrayPattern\" || id.type === \"ObjectPattern\") {\n this.raise(Errors.UsingDeclarationHasBindingPattern, id.loc.start);\n }\n } else {\n if (id.type === \"VoidPattern\") {\n this.raise(Errors.UnexpectedVoidPattern, id.loc.start);\n }\n }\n this.checkLVal(id, {\n type: \"VariableDeclarator\"\n }, kind === \"var\" ? 5 : 8201);\n decl.id = id;\n }\n parseAsyncFunctionExpression(node) {\n return this.parseFunction(node, 8);\n }\n parseFunction(node, flags = 0) {\n const hangingDeclaration = flags & 2;\n const isDeclaration = !!(flags & 1);\n const requireId = isDeclaration && !(flags & 4);\n const isAsync = !!(flags & 8);\n this.initFunction(node, isAsync);\n if (this.match(55)) {\n if (hangingDeclaration) {\n this.raise(Errors.GeneratorInSingleStatementContext, this.state.startLoc);\n }\n this.next();\n node.generator = true;\n }\n if (isDeclaration) {\n node.id = this.parseFunctionId(requireId);\n }\n const oldMaybeInArrowParameters = this.state.maybeInArrowParameters;\n this.state.maybeInArrowParameters = false;\n this.scope.enter(514);\n this.prodParam.enter(functionFlags(isAsync, node.generator));\n if (!isDeclaration) {\n node.id = this.parseFunctionId();\n }\n this.parseFunctionParams(node, false);\n this.withSmartMixTopicForbiddingContext(() => {\n this.parseFunctionBodyAndFinish(node, isDeclaration ? \"FunctionDeclaration\" : \"FunctionExpression\");\n });\n this.prodParam.exit();\n this.scope.exit();\n if (isDeclaration && !hangingDeclaration) {\n this.registerFunctionStatementId(node);\n }\n this.state.maybeInArrowParameters = oldMaybeInArrowParameters;\n return node;\n }\n parseFunctionId(requireId) {\n return requireId || tokenIsIdentifier(this.state.type) ? this.parseIdentifier() : null;\n }\n parseFunctionParams(node, isConstructor) {\n this.expect(10);\n this.expressionScope.enter(newParameterDeclarationScope());\n node.params = this.parseBindingList(11, 41, 2 | (isConstructor ? 4 : 0));\n this.expressionScope.exit();\n }\n registerFunctionStatementId(node) {\n if (!node.id) return;\n this.scope.declareName(node.id.name, !this.options.annexB || this.state.strict || node.generator || node.async ? this.scope.treatFunctionsAsVar ? 5 : 8201 : 17, node.id.loc.start);\n }\n parseClass(node, isStatement, optionalId) {\n this.next();\n const oldStrict = this.state.strict;\n this.state.strict = true;\n this.parseClassId(node, isStatement, optionalId);\n this.parseClassSuper(node);\n node.body = this.parseClassBody(!!node.superClass, oldStrict);\n return this.finishNode(node, isStatement ? \"ClassDeclaration\" : \"ClassExpression\");\n }\n isClassProperty() {\n return this.match(29) || this.match(13) || this.match(8);\n }\n isClassMethod() {\n return this.match(10);\n }\n nameIsConstructor(key) {\n return key.type === \"Identifier\" && key.name === \"constructor\" || key.type === \"StringLiteral\" && key.value === \"constructor\";\n }\n isNonstaticConstructor(method) {\n return !method.computed && !method.static && this.nameIsConstructor(method.key);\n }\n parseClassBody(hadSuperClass, oldStrict) {\n this.classScope.enter();\n const state = {\n hadConstructor: false,\n hadSuperClass\n };\n let decorators = [];\n const classBody = this.startNode();\n classBody.body = [];\n this.expect(5);\n this.withSmartMixTopicForbiddingContext(() => {\n while (!this.match(8)) {\n if (this.eat(13)) {\n if (decorators.length > 0) {\n throw this.raise(Errors.DecoratorSemicolon, this.state.lastTokEndLoc);\n }\n continue;\n }\n if (this.match(26)) {\n decorators.push(this.parseDecorator());\n continue;\n }\n const member = this.startNode();\n if (decorators.length) {\n member.decorators = decorators;\n this.resetStartLocationFromNode(member, decorators[0]);\n decorators = [];\n }\n this.parseClassMember(classBody, member, state);\n if (member.kind === \"constructor\" && member.decorators && member.decorators.length > 0) {\n this.raise(Errors.DecoratorConstructor, member);\n }\n }\n });\n this.state.strict = oldStrict;\n this.next();\n if (decorators.length) {\n throw this.raise(Errors.TrailingDecorator, this.state.startLoc);\n }\n this.classScope.exit();\n return this.finishNode(classBody, \"ClassBody\");\n }\n parseClassMemberFromModifier(classBody, member) {\n const key = this.parseIdentifier(true);\n if (this.isClassMethod()) {\n const method = member;\n method.kind = \"method\";\n method.computed = false;\n method.key = key;\n method.static = false;\n this.pushClassMethod(classBody, method, false, false, false, false);\n return true;\n } else if (this.isClassProperty()) {\n const prop = member;\n prop.computed = false;\n prop.key = key;\n prop.static = false;\n classBody.body.push(this.parseClassProperty(prop));\n return true;\n }\n this.resetPreviousNodeTrailingComments(key);\n return false;\n }\n parseClassMember(classBody, member, state) {\n const isStatic = this.isContextual(106);\n if (isStatic) {\n if (this.parseClassMemberFromModifier(classBody, member)) {\n return;\n }\n if (this.eat(5)) {\n this.parseClassStaticBlock(classBody, member);\n return;\n }\n }\n this.parseClassMemberWithIsStatic(classBody, member, state, isStatic);\n }\n parseClassMemberWithIsStatic(classBody, member, state, isStatic) {\n const publicMethod = member;\n const privateMethod = member;\n const publicProp = member;\n const privateProp = member;\n const accessorProp = member;\n const method = publicMethod;\n const publicMember = publicMethod;\n member.static = isStatic;\n this.parsePropertyNamePrefixOperator(member);\n if (this.eat(55)) {\n method.kind = \"method\";\n const isPrivateName = this.match(139);\n this.parseClassElementName(method);\n this.parsePostMemberNameModifiers(method);\n if (isPrivateName) {\n this.pushClassPrivateMethod(classBody, privateMethod, true, false);\n return;\n }\n if (this.isNonstaticConstructor(publicMethod)) {\n this.raise(Errors.ConstructorIsGenerator, publicMethod.key);\n }\n this.pushClassMethod(classBody, publicMethod, true, false, false, false);\n return;\n }\n const isContextual = !this.state.containsEsc && tokenIsIdentifier(this.state.type);\n const key = this.parseClassElementName(member);\n const maybeContextualKw = isContextual ? key.name : null;\n const isPrivate = this.isPrivateName(key);\n const maybeQuestionTokenStartLoc = this.state.startLoc;\n this.parsePostMemberNameModifiers(publicMember);\n if (this.isClassMethod()) {\n method.kind = \"method\";\n if (isPrivate) {\n this.pushClassPrivateMethod(classBody, privateMethod, false, false);\n return;\n }\n const isConstructor = this.isNonstaticConstructor(publicMethod);\n let allowsDirectSuper = false;\n if (isConstructor) {\n publicMethod.kind = \"constructor\";\n if (state.hadConstructor && !this.hasPlugin(\"typescript\")) {\n this.raise(Errors.DuplicateConstructor, key);\n }\n if (isConstructor && this.hasPlugin(\"typescript\") && member.override) {\n this.raise(Errors.OverrideOnConstructor, key);\n }\n state.hadConstructor = true;\n allowsDirectSuper = state.hadSuperClass;\n }\n this.pushClassMethod(classBody, publicMethod, false, false, isConstructor, allowsDirectSuper);\n } else if (this.isClassProperty()) {\n if (isPrivate) {\n this.pushClassPrivateProperty(classBody, privateProp);\n } else {\n this.pushClassProperty(classBody, publicProp);\n }\n } else if (maybeContextualKw === \"async\" && !this.isLineTerminator()) {\n this.resetPreviousNodeTrailingComments(key);\n const isGenerator = this.eat(55);\n if (publicMember.optional) {\n this.unexpected(maybeQuestionTokenStartLoc);\n }\n method.kind = \"method\";\n const isPrivate = this.match(139);\n this.parseClassElementName(method);\n this.parsePostMemberNameModifiers(publicMember);\n if (isPrivate) {\n this.pushClassPrivateMethod(classBody, privateMethod, isGenerator, true);\n } else {\n if (this.isNonstaticConstructor(publicMethod)) {\n this.raise(Errors.ConstructorIsAsync, publicMethod.key);\n }\n this.pushClassMethod(classBody, publicMethod, isGenerator, true, false, false);\n }\n } else if ((maybeContextualKw === \"get\" || maybeContextualKw === \"set\") && !(this.match(55) && this.isLineTerminator())) {\n this.resetPreviousNodeTrailingComments(key);\n method.kind = maybeContextualKw;\n const isPrivate = this.match(139);\n this.parseClassElementName(publicMethod);\n if (isPrivate) {\n this.pushClassPrivateMethod(classBody, privateMethod, false, false);\n } else {\n if (this.isNonstaticConstructor(publicMethod)) {\n this.raise(Errors.ConstructorIsAccessor, publicMethod.key);\n }\n this.pushClassMethod(classBody, publicMethod, false, false, false, false);\n }\n this.checkGetterSetterParams(publicMethod);\n } else if (maybeContextualKw === \"accessor\" && !this.isLineTerminator()) {\n this.expectPlugin(\"decoratorAutoAccessors\");\n this.resetPreviousNodeTrailingComments(key);\n const isPrivate = this.match(139);\n this.parseClassElementName(publicProp);\n this.pushClassAccessorProperty(classBody, accessorProp, isPrivate);\n } else if (this.isLineTerminator()) {\n if (isPrivate) {\n this.pushClassPrivateProperty(classBody, privateProp);\n } else {\n this.pushClassProperty(classBody, publicProp);\n }\n } else {\n this.unexpected();\n }\n }\n parseClassElementName(member) {\n const {\n type,\n value\n } = this.state;\n if ((type === 132 || type === 134) && member.static && value === \"prototype\") {\n this.raise(Errors.StaticPrototype, this.state.startLoc);\n }\n if (type === 139) {\n if (value === \"constructor\") {\n this.raise(Errors.ConstructorClassPrivateField, this.state.startLoc);\n }\n const key = this.parsePrivateName();\n member.key = key;\n return key;\n }\n this.parsePropertyName(member);\n return member.key;\n }\n parseClassStaticBlock(classBody, member) {\n var _member$decorators;\n this.scope.enter(576 | 128 | 16);\n const oldLabels = this.state.labels;\n this.state.labels = [];\n this.prodParam.enter(0);\n const body = member.body = [];\n this.parseBlockOrModuleBlockBody(body, undefined, false, 8);\n this.prodParam.exit();\n this.scope.exit();\n this.state.labels = oldLabels;\n classBody.body.push(this.finishNode(member, \"StaticBlock\"));\n if ((_member$decorators = member.decorators) != null && _member$decorators.length) {\n this.raise(Errors.DecoratorStaticBlock, member);\n }\n }\n pushClassProperty(classBody, prop) {\n if (!prop.computed && this.nameIsConstructor(prop.key)) {\n this.raise(Errors.ConstructorClassField, prop.key);\n }\n classBody.body.push(this.parseClassProperty(prop));\n }\n pushClassPrivateProperty(classBody, prop) {\n const node = this.parseClassPrivateProperty(prop);\n classBody.body.push(node);\n this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), 0, node.key.loc.start);\n }\n pushClassAccessorProperty(classBody, prop, isPrivate) {\n if (!isPrivate && !prop.computed && this.nameIsConstructor(prop.key)) {\n this.raise(Errors.ConstructorClassField, prop.key);\n }\n const node = this.parseClassAccessorProperty(prop);\n classBody.body.push(node);\n if (isPrivate) {\n this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), 0, node.key.loc.start);\n }\n }\n pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) {\n classBody.body.push(this.parseMethod(method, isGenerator, isAsync, isConstructor, allowsDirectSuper, \"ClassMethod\", true));\n }\n pushClassPrivateMethod(classBody, method, isGenerator, isAsync) {\n const node = this.parseMethod(method, isGenerator, isAsync, false, false, \"ClassPrivateMethod\", true);\n classBody.body.push(node);\n const kind = node.kind === \"get\" ? node.static ? 6 : 2 : node.kind === \"set\" ? node.static ? 5 : 1 : 0;\n this.declareClassPrivateMethodInScope(node, kind);\n }\n declareClassPrivateMethodInScope(node, kind) {\n this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), kind, node.key.loc.start);\n }\n parsePostMemberNameModifiers(methodOrProp) {}\n parseClassPrivateProperty(node) {\n this.parseInitializer(node);\n this.semicolon();\n return this.finishNode(node, \"ClassPrivateProperty\");\n }\n parseClassProperty(node) {\n this.parseInitializer(node);\n this.semicolon();\n return this.finishNode(node, \"ClassProperty\");\n }\n parseClassAccessorProperty(node) {\n this.parseInitializer(node);\n this.semicolon();\n return this.finishNode(node, \"ClassAccessorProperty\");\n }\n parseInitializer(node) {\n this.scope.enter(576 | 16);\n this.expressionScope.enter(newExpressionScope());\n this.prodParam.enter(0);\n node.value = this.eat(29) ? this.parseMaybeAssignAllowIn() : null;\n this.expressionScope.exit();\n this.prodParam.exit();\n this.scope.exit();\n }\n parseClassId(node, isStatement, optionalId, bindingType = 8331) {\n if (tokenIsIdentifier(this.state.type)) {\n node.id = this.parseIdentifier();\n if (isStatement) {\n this.declareNameFromIdentifier(node.id, bindingType);\n }\n } else {\n if (optionalId || !isStatement) {\n node.id = null;\n } else {\n throw this.raise(Errors.MissingClassName, this.state.startLoc);\n }\n }\n }\n parseClassSuper(node) {\n node.superClass = this.eat(81) ? this.parseExprSubscripts() : null;\n }\n parseExport(node, decorators) {\n const maybeDefaultIdentifier = this.parseMaybeImportPhase(node, true);\n const hasDefault = this.maybeParseExportDefaultSpecifier(node, maybeDefaultIdentifier);\n const parseAfterDefault = !hasDefault || this.eat(12);\n const hasStar = parseAfterDefault && this.eatExportStar(node);\n const hasNamespace = hasStar && this.maybeParseExportNamespaceSpecifier(node);\n const parseAfterNamespace = parseAfterDefault && (!hasNamespace || this.eat(12));\n const isFromRequired = hasDefault || hasStar;\n if (hasStar && !hasNamespace) {\n if (hasDefault) this.unexpected();\n if (decorators) {\n throw this.raise(Errors.UnsupportedDecoratorExport, node);\n }\n this.parseExportFrom(node, true);\n this.sawUnambiguousESM = true;\n return this.finishNode(node, \"ExportAllDeclaration\");\n }\n const hasSpecifiers = this.maybeParseExportNamedSpecifiers(node);\n if (hasDefault && parseAfterDefault && !hasStar && !hasSpecifiers) {\n this.unexpected(null, 5);\n }\n if (hasNamespace && parseAfterNamespace) {\n this.unexpected(null, 98);\n }\n let hasDeclaration;\n if (isFromRequired || hasSpecifiers) {\n hasDeclaration = false;\n if (decorators) {\n throw this.raise(Errors.UnsupportedDecoratorExport, node);\n }\n this.parseExportFrom(node, isFromRequired);\n } else {\n hasDeclaration = this.maybeParseExportDeclaration(node);\n }\n if (isFromRequired || hasSpecifiers || hasDeclaration) {\n var _node2$declaration;\n const node2 = node;\n this.checkExport(node2, true, false, !!node2.source);\n if (((_node2$declaration = node2.declaration) == null ? void 0 : _node2$declaration.type) === \"ClassDeclaration\") {\n this.maybeTakeDecorators(decorators, node2.declaration, node2);\n } else if (decorators) {\n throw this.raise(Errors.UnsupportedDecoratorExport, node);\n }\n this.sawUnambiguousESM = true;\n return this.finishNode(node2, \"ExportNamedDeclaration\");\n }\n if (this.eat(65)) {\n const node2 = node;\n const decl = this.parseExportDefaultExpression();\n node2.declaration = decl;\n if (decl.type === \"ClassDeclaration\") {\n this.maybeTakeDecorators(decorators, decl, node2);\n } else if (decorators) {\n throw this.raise(Errors.UnsupportedDecoratorExport, node);\n }\n this.checkExport(node2, true, true);\n this.sawUnambiguousESM = true;\n return this.finishNode(node2, \"ExportDefaultDeclaration\");\n }\n throw this.unexpected(null, 5);\n }\n eatExportStar(node) {\n return this.eat(55);\n }\n maybeParseExportDefaultSpecifier(node, maybeDefaultIdentifier) {\n if (maybeDefaultIdentifier || this.isExportDefaultSpecifier()) {\n this.expectPlugin(\"exportDefaultFrom\", maybeDefaultIdentifier == null ? void 0 : maybeDefaultIdentifier.loc.start);\n const id = maybeDefaultIdentifier || this.parseIdentifier(true);\n const specifier = this.startNodeAtNode(id);\n specifier.exported = id;\n node.specifiers = [this.finishNode(specifier, \"ExportDefaultSpecifier\")];\n return true;\n }\n return false;\n }\n maybeParseExportNamespaceSpecifier(node) {\n if (this.isContextual(93)) {\n var _ref, _ref$specifiers;\n (_ref$specifiers = (_ref = node).specifiers) != null ? _ref$specifiers : _ref.specifiers = [];\n const specifier = this.startNodeAt(this.state.lastTokStartLoc);\n this.next();\n specifier.exported = this.parseModuleExportName();\n node.specifiers.push(this.finishNode(specifier, \"ExportNamespaceSpecifier\"));\n return true;\n }\n return false;\n }\n maybeParseExportNamedSpecifiers(node) {\n if (this.match(5)) {\n const node2 = node;\n if (!node2.specifiers) node2.specifiers = [];\n const isTypeExport = node2.exportKind === \"type\";\n node2.specifiers.push(...this.parseExportSpecifiers(isTypeExport));\n node2.source = null;\n if (this.hasPlugin(\"importAssertions\")) {\n node2.assertions = [];\n } else {\n node2.attributes = [];\n }\n node2.declaration = null;\n return true;\n }\n return false;\n }\n maybeParseExportDeclaration(node) {\n if (this.shouldParseExportDeclaration()) {\n node.specifiers = [];\n node.source = null;\n if (this.hasPlugin(\"importAssertions\")) {\n node.assertions = [];\n } else {\n node.attributes = [];\n }\n node.declaration = this.parseExportDeclaration(node);\n return true;\n }\n return false;\n }\n isAsyncFunction() {\n if (!this.isContextual(95)) return false;\n const next = this.nextTokenInLineStart();\n return this.isUnparsedContextual(next, \"function\");\n }\n parseExportDefaultExpression() {\n const expr = this.startNode();\n if (this.match(68)) {\n this.next();\n return this.parseFunction(expr, 1 | 4);\n } else if (this.isAsyncFunction()) {\n this.next();\n this.next();\n return this.parseFunction(expr, 1 | 4 | 8);\n }\n if (this.match(80)) {\n return this.parseClass(expr, true, true);\n }\n if (this.match(26)) {\n if (this.hasPlugin(\"decorators\") && this.getPluginOption(\"decorators\", \"decoratorsBeforeExport\") === true) {\n this.raise(Errors.DecoratorBeforeExport, this.state.startLoc);\n }\n return this.parseClass(this.maybeTakeDecorators(this.parseDecorators(false), this.startNode()), true, true);\n }\n if (this.match(75) || this.match(74) || this.isLet() || this.isUsing() || this.isAwaitUsing()) {\n throw this.raise(Errors.UnsupportedDefaultExport, this.state.startLoc);\n }\n const res = this.parseMaybeAssignAllowIn();\n this.semicolon();\n return res;\n }\n parseExportDeclaration(node) {\n if (this.match(80)) {\n const node = this.parseClass(this.startNode(), true, false);\n return node;\n }\n return this.parseStatementListItem();\n }\n isExportDefaultSpecifier() {\n const {\n type\n } = this.state;\n if (tokenIsIdentifier(type)) {\n if (type === 95 && !this.state.containsEsc || type === 100) {\n return false;\n }\n if ((type === 130 || type === 129) && !this.state.containsEsc) {\n const next = this.nextTokenStart();\n const nextChar = this.input.charCodeAt(next);\n if (nextChar === 123 || this.chStartsBindingIdentifier(nextChar, next) && !this.input.startsWith(\"from\", next)) {\n this.expectOnePlugin([\"flow\", \"typescript\"]);\n return false;\n }\n }\n } else if (!this.match(65)) {\n return false;\n }\n const next = this.nextTokenStart();\n const hasFrom = this.isUnparsedContextual(next, \"from\");\n if (this.input.charCodeAt(next) === 44 || tokenIsIdentifier(this.state.type) && hasFrom) {\n return true;\n }\n if (this.match(65) && hasFrom) {\n const nextAfterFrom = this.input.charCodeAt(this.nextTokenStartSince(next + 4));\n return nextAfterFrom === 34 || nextAfterFrom === 39;\n }\n return false;\n }\n parseExportFrom(node, expect) {\n if (this.eatContextual(98)) {\n node.source = this.parseImportSource();\n this.checkExport(node);\n this.maybeParseImportAttributes(node);\n this.checkJSONModuleImport(node);\n } else if (expect) {\n this.unexpected();\n }\n this.semicolon();\n }\n shouldParseExportDeclaration() {\n const {\n type\n } = this.state;\n if (type === 26) {\n this.expectOnePlugin([\"decorators\", \"decorators-legacy\"]);\n if (this.hasPlugin(\"decorators\")) {\n if (this.getPluginOption(\"decorators\", \"decoratorsBeforeExport\") === true) {\n this.raise(Errors.DecoratorBeforeExport, this.state.startLoc);\n }\n return true;\n }\n }\n if (this.isUsing()) {\n this.raise(Errors.UsingDeclarationExport, this.state.startLoc);\n return true;\n }\n if (this.isAwaitUsing()) {\n this.raise(Errors.UsingDeclarationExport, this.state.startLoc);\n return true;\n }\n return type === 74 || type === 75 || type === 68 || type === 80 || this.isLet() || this.isAsyncFunction();\n }\n checkExport(node, checkNames, isDefault, isFrom) {\n if (checkNames) {\n var _node$specifiers;\n if (isDefault) {\n this.checkDuplicateExports(node, \"default\");\n if (this.hasPlugin(\"exportDefaultFrom\")) {\n var _declaration$extra;\n const declaration = node.declaration;\n if (declaration.type === \"Identifier\" && declaration.name === \"from\" && declaration.end - declaration.start === 4 && !((_declaration$extra = declaration.extra) != null && _declaration$extra.parenthesized)) {\n this.raise(Errors.ExportDefaultFromAsIdentifier, declaration);\n }\n }\n } else if ((_node$specifiers = node.specifiers) != null && _node$specifiers.length) {\n for (const specifier of node.specifiers) {\n const {\n exported\n } = specifier;\n const exportName = exported.type === \"Identifier\" ? exported.name : exported.value;\n this.checkDuplicateExports(specifier, exportName);\n if (!isFrom && specifier.local) {\n const {\n local\n } = specifier;\n if (local.type !== \"Identifier\") {\n this.raise(Errors.ExportBindingIsString, specifier, {\n localName: local.value,\n exportName\n });\n } else {\n this.checkReservedWord(local.name, local.loc.start, true, false);\n this.scope.checkLocalExport(local);\n }\n }\n }\n } else if (node.declaration) {\n const decl = node.declaration;\n if (decl.type === \"FunctionDeclaration\" || decl.type === \"ClassDeclaration\") {\n const {\n id\n } = decl;\n if (!id) throw new Error(\"Assertion failure\");\n this.checkDuplicateExports(node, id.name);\n } else if (decl.type === \"VariableDeclaration\") {\n for (const declaration of decl.declarations) {\n this.checkDeclaration(declaration.id);\n }\n }\n }\n }\n }\n checkDeclaration(node) {\n if (node.type === \"Identifier\") {\n this.checkDuplicateExports(node, node.name);\n } else if (node.type === \"ObjectPattern\") {\n for (const prop of node.properties) {\n this.checkDeclaration(prop);\n }\n } else if (node.type === \"ArrayPattern\") {\n for (const elem of node.elements) {\n if (elem) {\n this.checkDeclaration(elem);\n }\n }\n } else if (node.type === \"ObjectProperty\") {\n this.checkDeclaration(node.value);\n } else if (node.type === \"RestElement\") {\n this.checkDeclaration(node.argument);\n } else if (node.type === \"AssignmentPattern\") {\n this.checkDeclaration(node.left);\n }\n }\n checkDuplicateExports(node, exportName) {\n if (this.exportedIdentifiers.has(exportName)) {\n if (exportName === \"default\") {\n this.raise(Errors.DuplicateDefaultExport, node);\n } else {\n this.raise(Errors.DuplicateExport, node, {\n exportName\n });\n }\n }\n this.exportedIdentifiers.add(exportName);\n }\n parseExportSpecifiers(isInTypeExport) {\n const nodes = [];\n let first = true;\n this.expect(5);\n while (!this.eat(8)) {\n if (first) {\n first = false;\n } else {\n this.expect(12);\n if (this.eat(8)) break;\n }\n const isMaybeTypeOnly = this.isContextual(130);\n const isString = this.match(134);\n const node = this.startNode();\n node.local = this.parseModuleExportName();\n nodes.push(this.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly));\n }\n return nodes;\n }\n parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) {\n if (this.eatContextual(93)) {\n node.exported = this.parseModuleExportName();\n } else if (isString) {\n node.exported = this.cloneStringLiteral(node.local);\n } else if (!node.exported) {\n node.exported = this.cloneIdentifier(node.local);\n }\n return this.finishNode(node, \"ExportSpecifier\");\n }\n parseModuleExportName() {\n if (this.match(134)) {\n const result = this.parseStringLiteral(this.state.value);\n const surrogate = loneSurrogate.exec(result.value);\n if (surrogate) {\n this.raise(Errors.ModuleExportNameHasLoneSurrogate, result, {\n surrogateCharCode: surrogate[0].charCodeAt(0)\n });\n }\n return result;\n }\n return this.parseIdentifier(true);\n }\n isJSONModuleImport(node) {\n if (node.assertions != null) {\n return node.assertions.some(({\n key,\n value\n }) => {\n return value.value === \"json\" && (key.type === \"Identifier\" ? key.name === \"type\" : key.value === \"type\");\n });\n }\n return false;\n }\n checkImportReflection(node) {\n const {\n specifiers\n } = node;\n const singleBindingType = specifiers.length === 1 ? specifiers[0].type : null;\n if (node.phase === \"source\") {\n if (singleBindingType !== \"ImportDefaultSpecifier\") {\n this.raise(Errors.SourcePhaseImportRequiresDefault, specifiers[0].loc.start);\n }\n } else if (node.phase === \"defer\") {\n if (singleBindingType !== \"ImportNamespaceSpecifier\") {\n this.raise(Errors.DeferImportRequiresNamespace, specifiers[0].loc.start);\n }\n } else if (node.module) {\n var _node$assertions;\n if (singleBindingType !== \"ImportDefaultSpecifier\") {\n this.raise(Errors.ImportReflectionNotBinding, specifiers[0].loc.start);\n }\n if (((_node$assertions = node.assertions) == null ? void 0 : _node$assertions.length) > 0) {\n this.raise(Errors.ImportReflectionHasAssertion, specifiers[0].loc.start);\n }\n }\n }\n checkJSONModuleImport(node) {\n if (this.isJSONModuleImport(node) && node.type !== \"ExportAllDeclaration\") {\n const {\n specifiers\n } = node;\n if (specifiers != null) {\n const nonDefaultNamedSpecifier = specifiers.find(specifier => {\n let imported;\n if (specifier.type === \"ExportSpecifier\") {\n imported = specifier.local;\n } else if (specifier.type === \"ImportSpecifier\") {\n imported = specifier.imported;\n }\n if (imported !== undefined) {\n return imported.type === \"Identifier\" ? imported.name !== \"default\" : imported.value !== \"default\";\n }\n });\n if (nonDefaultNamedSpecifier !== undefined) {\n this.raise(Errors.ImportJSONBindingNotDefault, nonDefaultNamedSpecifier.loc.start);\n }\n }\n }\n }\n isPotentialImportPhase(isExport) {\n if (isExport) return false;\n return this.isContextual(105) || this.isContextual(97) || this.isContextual(127);\n }\n applyImportPhase(node, isExport, phase, loc) {\n if (isExport) {\n return;\n }\n if (phase === \"module\") {\n this.expectPlugin(\"importReflection\", loc);\n node.module = true;\n } else if (this.hasPlugin(\"importReflection\")) {\n node.module = false;\n }\n if (phase === \"source\") {\n this.expectPlugin(\"sourcePhaseImports\", loc);\n node.phase = \"source\";\n } else if (phase === \"defer\") {\n this.expectPlugin(\"deferredImportEvaluation\", loc);\n node.phase = \"defer\";\n } else if (this.hasPlugin(\"sourcePhaseImports\")) {\n node.phase = null;\n }\n }\n parseMaybeImportPhase(node, isExport) {\n if (!this.isPotentialImportPhase(isExport)) {\n this.applyImportPhase(node, isExport, null);\n return null;\n }\n const phaseIdentifier = this.startNode();\n const phaseIdentifierName = this.parseIdentifierName(true);\n const {\n type\n } = this.state;\n const isImportPhase = tokenIsKeywordOrIdentifier(type) ? type !== 98 || this.lookaheadCharCode() === 102 : type !== 12;\n if (isImportPhase) {\n this.applyImportPhase(node, isExport, phaseIdentifierName, phaseIdentifier.loc.start);\n return null;\n } else {\n this.applyImportPhase(node, isExport, null);\n return this.createIdentifier(phaseIdentifier, phaseIdentifierName);\n }\n }\n isPrecedingIdImportPhase(phase) {\n const {\n type\n } = this.state;\n return tokenIsIdentifier(type) ? type !== 98 || this.lookaheadCharCode() === 102 : type !== 12;\n }\n parseImport(node) {\n if (this.match(134)) {\n return this.parseImportSourceAndAttributes(node);\n }\n return this.parseImportSpecifiersAndAfter(node, this.parseMaybeImportPhase(node, false));\n }\n parseImportSpecifiersAndAfter(node, maybeDefaultIdentifier) {\n node.specifiers = [];\n const hasDefault = this.maybeParseDefaultImportSpecifier(node, maybeDefaultIdentifier);\n const parseNext = !hasDefault || this.eat(12);\n const hasStar = parseNext && this.maybeParseStarImportSpecifier(node);\n if (parseNext && !hasStar) this.parseNamedImportSpecifiers(node);\n this.expectContextual(98);\n return this.parseImportSourceAndAttributes(node);\n }\n parseImportSourceAndAttributes(node) {\n var _node$specifiers2;\n (_node$specifiers2 = node.specifiers) != null ? _node$specifiers2 : node.specifiers = [];\n node.source = this.parseImportSource();\n this.maybeParseImportAttributes(node);\n this.checkImportReflection(node);\n this.checkJSONModuleImport(node);\n this.semicolon();\n this.sawUnambiguousESM = true;\n return this.finishNode(node, \"ImportDeclaration\");\n }\n parseImportSource() {\n if (!this.match(134)) this.unexpected();\n return this.parseExprAtom();\n }\n parseImportSpecifierLocal(node, specifier, type) {\n specifier.local = this.parseIdentifier();\n node.specifiers.push(this.finishImportSpecifier(specifier, type));\n }\n finishImportSpecifier(specifier, type, bindingType = 8201) {\n this.checkLVal(specifier.local, {\n type\n }, bindingType);\n return this.finishNode(specifier, type);\n }\n parseImportAttributes() {\n this.expect(5);\n const attrs = [];\n const attrNames = new Set();\n do {\n if (this.match(8)) {\n break;\n }\n const node = this.startNode();\n const keyName = this.state.value;\n if (attrNames.has(keyName)) {\n this.raise(Errors.ModuleAttributesWithDuplicateKeys, this.state.startLoc, {\n key: keyName\n });\n }\n attrNames.add(keyName);\n if (this.match(134)) {\n node.key = this.parseStringLiteral(keyName);\n } else {\n node.key = this.parseIdentifier(true);\n }\n this.expect(14);\n if (!this.match(134)) {\n throw this.raise(Errors.ModuleAttributeInvalidValue, this.state.startLoc);\n }\n node.value = this.parseStringLiteral(this.state.value);\n attrs.push(this.finishNode(node, \"ImportAttribute\"));\n } while (this.eat(12));\n this.expect(8);\n return attrs;\n }\n parseModuleAttributes() {\n const attrs = [];\n const attributes = new Set();\n do {\n const node = this.startNode();\n node.key = this.parseIdentifier(true);\n if (node.key.name !== \"type\") {\n this.raise(Errors.ModuleAttributeDifferentFromType, node.key);\n }\n if (attributes.has(node.key.name)) {\n this.raise(Errors.ModuleAttributesWithDuplicateKeys, node.key, {\n key: node.key.name\n });\n }\n attributes.add(node.key.name);\n this.expect(14);\n if (!this.match(134)) {\n throw this.raise(Errors.ModuleAttributeInvalidValue, this.state.startLoc);\n }\n node.value = this.parseStringLiteral(this.state.value);\n attrs.push(this.finishNode(node, \"ImportAttribute\"));\n } while (this.eat(12));\n return attrs;\n }\n maybeParseImportAttributes(node) {\n let attributes;\n var useWith = false;\n if (this.match(76)) {\n if (this.hasPrecedingLineBreak() && this.lookaheadCharCode() === 40) {\n return;\n }\n this.next();\n if (this.hasPlugin(\"moduleAttributes\")) {\n attributes = this.parseModuleAttributes();\n this.addExtra(node, \"deprecatedWithLegacySyntax\", true);\n } else {\n attributes = this.parseImportAttributes();\n }\n useWith = true;\n } else if (this.isContextual(94) && !this.hasPrecedingLineBreak()) {\n if (!this.hasPlugin(\"deprecatedImportAssert\") && !this.hasPlugin(\"importAssertions\")) {\n this.raise(Errors.ImportAttributesUseAssert, this.state.startLoc);\n }\n if (!this.hasPlugin(\"importAssertions\")) {\n this.addExtra(node, \"deprecatedAssertSyntax\", true);\n }\n this.next();\n attributes = this.parseImportAttributes();\n } else {\n attributes = [];\n }\n if (!useWith && this.hasPlugin(\"importAssertions\")) {\n node.assertions = attributes;\n } else {\n node.attributes = attributes;\n }\n }\n maybeParseDefaultImportSpecifier(node, maybeDefaultIdentifier) {\n if (maybeDefaultIdentifier) {\n const specifier = this.startNodeAtNode(maybeDefaultIdentifier);\n specifier.local = maybeDefaultIdentifier;\n node.specifiers.push(this.finishImportSpecifier(specifier, \"ImportDefaultSpecifier\"));\n return true;\n } else if (tokenIsKeywordOrIdentifier(this.state.type)) {\n this.parseImportSpecifierLocal(node, this.startNode(), \"ImportDefaultSpecifier\");\n return true;\n }\n return false;\n }\n maybeParseStarImportSpecifier(node) {\n if (this.match(55)) {\n const specifier = this.startNode();\n this.next();\n this.expectContextual(93);\n this.parseImportSpecifierLocal(node, specifier, \"ImportNamespaceSpecifier\");\n return true;\n }\n return false;\n }\n parseNamedImportSpecifiers(node) {\n let first = true;\n this.expect(5);\n while (!this.eat(8)) {\n if (first) {\n first = false;\n } else {\n if (this.eat(14)) {\n throw this.raise(Errors.DestructureNamedImport, this.state.startLoc);\n }\n this.expect(12);\n if (this.eat(8)) break;\n }\n const specifier = this.startNode();\n const importedIsString = this.match(134);\n const isMaybeTypeOnly = this.isContextual(130);\n specifier.imported = this.parseModuleExportName();\n const importSpecifier = this.parseImportSpecifier(specifier, importedIsString, node.importKind === \"type\" || node.importKind === \"typeof\", isMaybeTypeOnly, undefined);\n node.specifiers.push(importSpecifier);\n }\n }\n parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly, bindingType) {\n if (this.eatContextual(93)) {\n specifier.local = this.parseIdentifier();\n } else {\n const {\n imported\n } = specifier;\n if (importedIsString) {\n throw this.raise(Errors.ImportBindingIsString, specifier, {\n importName: imported.value\n });\n }\n this.checkReservedWord(imported.name, specifier.loc.start, true, true);\n if (!specifier.local) {\n specifier.local = this.cloneIdentifier(imported);\n }\n }\n return this.finishImportSpecifier(specifier, \"ImportSpecifier\", bindingType);\n }\n isThisParam(param) {\n return param.type === \"Identifier\" && param.name === \"this\";\n }\n}\nclass Parser extends StatementParser {\n constructor(options, input, pluginsMap) {\n const normalizedOptions = getOptions(options);\n super(normalizedOptions, input);\n this.options = normalizedOptions;\n this.initializeScopes();\n this.plugins = pluginsMap;\n this.filename = normalizedOptions.sourceFilename;\n this.startIndex = normalizedOptions.startIndex;\n let optionFlags = 0;\n if (normalizedOptions.allowAwaitOutsideFunction) {\n optionFlags |= 1;\n }\n if (normalizedOptions.allowReturnOutsideFunction) {\n optionFlags |= 2;\n }\n if (normalizedOptions.allowImportExportEverywhere) {\n optionFlags |= 8;\n }\n if (normalizedOptions.allowSuperOutsideMethod) {\n optionFlags |= 16;\n }\n if (normalizedOptions.allowUndeclaredExports) {\n optionFlags |= 64;\n }\n if (normalizedOptions.allowNewTargetOutsideFunction) {\n optionFlags |= 4;\n }\n if (normalizedOptions.allowYieldOutsideFunction) {\n optionFlags |= 32;\n }\n if (normalizedOptions.ranges) {\n optionFlags |= 128;\n }\n if (normalizedOptions.tokens) {\n optionFlags |= 256;\n }\n if (normalizedOptions.createImportExpressions) {\n optionFlags |= 512;\n }\n if (normalizedOptions.createParenthesizedExpressions) {\n optionFlags |= 1024;\n }\n if (normalizedOptions.errorRecovery) {\n optionFlags |= 2048;\n }\n if (normalizedOptions.attachComment) {\n optionFlags |= 4096;\n }\n if (normalizedOptions.annexB) {\n optionFlags |= 8192;\n }\n this.optionFlags = optionFlags;\n }\n getScopeHandler() {\n return ScopeHandler;\n }\n parse() {\n this.enterInitialScopes();\n const file = this.startNode();\n const program = this.startNode();\n this.nextToken();\n file.errors = null;\n const result = this.parseTopLevel(file, program);\n result.errors = this.state.errors;\n result.comments.length = this.state.commentsLen;\n return result;\n }\n}\nfunction parse(input, options) {\n var _options;\n if (((_options = options) == null ? void 0 : _options.sourceType) === \"unambiguous\") {\n options = Object.assign({}, options);\n try {\n options.sourceType = \"module\";\n const parser = getParser(options, input);\n const ast = parser.parse();\n if (parser.sawUnambiguousESM) {\n return ast;\n }\n if (parser.ambiguousScriptDifferentAst) {\n try {\n options.sourceType = \"script\";\n return getParser(options, input).parse();\n } catch (_unused) {}\n } else {\n ast.program.sourceType = \"script\";\n }\n return ast;\n } catch (moduleError) {\n try {\n options.sourceType = \"script\";\n return getParser(options, input).parse();\n } catch (_unused2) {}\n throw moduleError;\n }\n } else {\n return getParser(options, input).parse();\n }\n}\nfunction parseExpression(input, options) {\n const parser = getParser(options, input);\n if (parser.options.strictMode) {\n parser.state.strict = true;\n }\n return parser.getExpression();\n}\nfunction generateExportedTokenTypes(internalTokenTypes) {\n const tokenTypes = {};\n for (const typeName of Object.keys(internalTokenTypes)) {\n tokenTypes[typeName] = getExportedToken(internalTokenTypes[typeName]);\n }\n return tokenTypes;\n}\nconst tokTypes = generateExportedTokenTypes(tt);\nfunction getParser(options, input) {\n let cls = Parser;\n const pluginsMap = new Map();\n if (options != null && options.plugins) {\n for (const plugin of options.plugins) {\n let name, opts;\n if (typeof plugin === \"string\") {\n name = plugin;\n } else {\n [name, opts] = plugin;\n }\n if (!pluginsMap.has(name)) {\n pluginsMap.set(name, opts || {});\n }\n }\n validatePlugins(pluginsMap);\n cls = getParserClass(pluginsMap);\n }\n return new cls(options, input, pluginsMap);\n}\nconst parserClassCache = new Map();\nfunction getParserClass(pluginsMap) {\n const pluginList = [];\n for (const name of mixinPluginNames) {\n if (pluginsMap.has(name)) {\n pluginList.push(name);\n }\n }\n const key = pluginList.join(\"|\");\n let cls = parserClassCache.get(key);\n if (!cls) {\n cls = Parser;\n for (const plugin of pluginList) {\n cls = mixinPlugins[plugin](cls);\n }\n parserClassCache.set(key, cls);\n }\n return cls;\n}\nexports.parse = parse;\nexports.parseExpression = parseExpression;\nexports.tokTypes = tokTypes;\n//# sourceMappingURL=index.js.map\n"],"x_google_ignoreList":[0],"mappings":"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G;EAAG;EAAI;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAI;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAG;EAAK;EAAI;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAK;EAAI;EAAK;EAAI;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAK;EAAI;EAAI;EAAG;EAAG;EAAI;EAAI;EAAG;EAAI;EAAI;EAAK;EAAG;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAI;EAAI;EAAK;EAAI;EAAI;EAAG;EAAG;EAAI;EAAG;EAAI;EAAK;EAAG;EAAI;EAAK;EAAK;EAAK;EAAI;EAAK;EAAM;EAAI;EAAI;EAAM;EAAI;EAAG;EAAI;EAAM;EAAG;EAAK;EAAM;EAAI;EAAM;EAAK;EAAG;EAAI;EAAI;EAAI;EAAI;EAAI;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAG;EAAI;EAAK;EAAI;EAAK;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAM;EAAI;EAAI;EAAI;EAAK;EAAM;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAK;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAK;EAAM;EAAK;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAM;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAK;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAG;EAAM;EAAI;EAAG;EAAG;EAAK;EAAI;EAAK;EAAI;EAAI;EAAG;EAAI;EAAG;EAAK;EAAI;EAAI;EAAI;EAAK;EAAI;EAAK;EAAI;EAAG;EAAG;EAAK;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK;EAAI;EAAI;EAAG;EAAG;EAAM;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAM;EAAO;EAAI;EAAM;EAAG;EAAM;EAAG;EAAM;EAAI;EAAK;EAAM;EAAK;EAAM;EAAM;EAAG;CAAI;CACztE,MAAM,wBAAwB;EAAC;EAAK;EAAG;EAAK;EAAG;EAAK;EAAG;EAAK;EAAG;EAAM;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAK;EAAG;EAAK;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK;EAAG;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAK;EAAG;EAAI;EAAI;EAAI;EAAI;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAG;EAAG;EAAK;EAAI;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAK;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAI;EAAG;EAAI;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAI;EAAG;EAAG;EAAK;EAAI;EAAK;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAI;EAAI;EAAI;EAAK;EAAG;EAAK;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAI;EAAI;EAAG;EAAI;EAAK;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAG;EAAG;EAAG;EAAI;EAAI;EAAM;EAAG;EAAG;EAAI;EAAO;EAAI;EAAM;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAI;EAAG;EAAK;EAAG;EAAK;EAAG;EAAG;EAAI;EAAG;EAAG;EAAI;EAAG;EAAI;EAAG;EAAO;EAAG;EAAM;EAAG;EAAK;EAAI;EAAG;EAAI;EAAK;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAG;EAAI;EAAG;EAAK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"}
|