Skip to content

Commit

Permalink
Merge pull request #46 from Stassi/feature/ts-repairs-and-known-warni…
Browse files Browse the repository at this point in the history
…ngs-suppression

feature/ts-repairs-and-known-warnings-suppression
  • Loading branch information
Stassi authored Oct 6, 2024
2 parents d34d6d9 + 8dbd3fa commit c2a1708
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stassi/leaf",
"version": "0.0.45",
"version": "0.0.46",
"description": "Leaflet adapter.",
"keywords": [
"cartography",
Expand Down
7 changes: 0 additions & 7 deletions public/leaflet-adapter/polygon.js

This file was deleted.

8 changes: 0 additions & 8 deletions public/leaflet-adapter/popup.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/script/leaflet-fullscreen.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// noinspection JSIgnoredPromiseFromCall, JSUnresolvedReference, JSUnusedGlobalSymbols

import {
Control,
DomEvent,
Expand Down
2 changes: 2 additions & 0 deletions public/tutorial/choropleth/script/choropleth.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// noinspection JSUnresolvedReference, JSUnusedGlobalSymbols

import DOMPurify from '../../../dompurify/purify.es.mjs'
import { DomUtility } from '../../../leaflet-adapter/document-object-model/dom-utility.js'
import { control } from '../../../leaflet-adapter/control/control.js'
Expand Down
2 changes: 2 additions & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// noinspection JSUnusedGlobalSymbols

import commonjs from '@rollup/plugin-commonjs'
import inject from '@rollup/plugin-inject'
import terser from '@rollup/plugin-terser'
Expand Down
1 change: 0 additions & 1 deletion src/tutorial/quick-start/quick-start.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// noinspection JSUnresolvedReference
import { type BoundingBox, type ElementHandle } from 'puppeteer'

describe('quick-start tutorial', () => {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"strict": true,
"target": "ESNext"
},
"exclude": ["node_modules"],
"exclude": ["node_modules", "public/tutorial/quick-start/dist/**/*.js"],
"extends": "@vercel/style-guide/typescript/node20",
"include": [
"public/tutorial/quick-start/**/*.js",
Expand Down

0 comments on commit c2a1708

Please sign in to comment.