Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte compiler output library warnings & errors for Supabase library #342

Open
frantic0 opened this issue Aug 31, 2021 · 0 comments
Open

Comments

@frantic0
Copy link
Contributor

Mostly errors related to sourcemaps and inadequate use of 'this'

e.g.

(!) Error when using sourcemap for reporting an error: Can't resolve original location of error.
src/components/editors/ModelEditor.svelte: (217:17)

and

(!) this has been rewritten to undefined
https://rollupjs.org/guide/en/#error-this-is-undefined
node_modules/@supabase/supabase-js/dist/module/SupabaseClient.js
1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {
...and 1 other occurrence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants