-
Notifications
You must be signed in to change notification settings - Fork 58
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
Shadowed name - geofirestore 3.1.0 #83
Comments
Well this is a simple issue to fix and I'll fix in the version 3.2.0 (coming very soon, next few days). Until then you can probably disable the |
Actually that may not be the fix... Can I get your tslint.json? |
Hello Michael, Thanks for your answer. Here is my tslint.json : `{
}, "defaultSeverity": "error" However, I suppose it came from my configuration because on other computer the problem not appears. |
Hello Team,
I have a little problem when I compile my code to deploy to firebase :
GeoFirestoreTypes.ts[39, 17]: Shadowed name: 'DocumentChange' GeoFirestoreTypes.ts[48, 17]: Shadowed name: 'QueryDocumentSnapshot' GeoFirestoreTypes.ts[53, 17]: Shadowed name: 'DocumentChange' GeoFirestoreTypes.ts[61, 17]: Shadowed name: 'QueryDocumentSnapshot'
my package.json :
{ "engines": { "node": "8" }, "name": "functions", "scripts": { "lint": "tslint --project tsconfig.json", "build": "tsc", "serve": "npm run build && firebase serve --only functions", "shell": "npm run build && firebase functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log" }, "main": "lib/index.js", "dependencies": { "@firebase/firestore-types": "0.x.x", "firebase": "^5.8.2", "firebase-admin": "~6.0.0", "firebase-functions": "^2.1.0", "geofirestore": "^3.1.0", "geokit": "^0.1.3", "moment": "^2.23.0", "request": "^2.88.0", "request-promise": "^4.2.2" }, "devDependencies": { "@types/request-promise": "^4.1.42", "tslint": "~5.8.0", "typescript": "~3.0.3" }, "private": true }
Can you help me ?
Thanks :)
The text was updated successfully, but these errors were encountered: