Skip to content

Commit

Permalink
alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 27, 2024
1 parent 2b35cce commit 87a94e8
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 99 deletions.
4 changes: 0 additions & 4 deletions .ocularrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export default {
extensions: ['js', 'mjs', 'jsx', 'ts', 'tsx', 'd.ts', 'md']
},

typescript: {
project: 'tsconfig.build.json'
},

aliases: {
test: resolve('./test')
},
Expand Down
7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion modules/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/culling/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/dggs-geohash/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/dggs-quadkey/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/dggs-s2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/geoid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/geospatial/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/main/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/polygon/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/proj4/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/sun/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion modules/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
Expand Down
4 changes: 2 additions & 2 deletions modules/web-mercator/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../../tsconfig.module.json",
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compilerOptions": {
"noImplicitAny": false, // gl-matrix is a mess...
"noImplicitAny": false,
"composite": true,
"rootDir": "src",
"outDir": "dist"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@probe.gl/bench": "^4.0.0",
"@turf/destination": "^6.0.1",
"@types/tape-promise": "^4.0.1",
"@vis.gl/dev-tools": "1.0.0-alpha.3",
"@vis.gl/ts-plugins": "1.0.0-alpha.3",
"@vis.gl/dev-tools": "1.0.0-alpha.7",
"@vis.gl/ts-plugins": "1.0.0-alpha.7",
"pre-commit": "^1.2.2",
"puppeteer": "^22.0.0",
"tap-spec": "^5.0.0"
Expand Down
27 changes: 0 additions & 27 deletions tsconfig.build.json

This file was deleted.

16 changes: 14 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"noEmit": true,
"baseUrl": ".",
"useDefineForClassFields": false,

// BEGIN TYPE CHECK SETTINGS
"skipLibCheck": true,
Expand Down Expand Up @@ -64,7 +64,19 @@
"@math.gl/web-mercator/*": ["modules/web-mercator/src/*"],
"@math.gl/web-mercator/test/*": ["modules/web-mercator/test/*"],
"test/*": ["test/*"]
}
},
"plugins": [
{
"transform": "@vis.gl/ts-plugins/ts-transform-append-extension",
"extensions": [".js"],
"after": true
},
{
"transform": "@vis.gl/ts-plugins/ts-transform-append-extension",
"extensions": [".js"],
"afterDeclarations": true
}
]
},
"include":[
"modules/*/src",
Expand Down
26 changes: 0 additions & 26 deletions tsconfig.module.json

This file was deleted.

20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2142,9 +2142,9 @@ __metadata:
languageName: node
linkType: hard

"@vis.gl/dev-tools@npm:1.0.0-alpha.3":
version: 1.0.0-alpha.3
resolution: "@vis.gl/dev-tools@npm:1.0.0-alpha.3"
"@vis.gl/dev-tools@npm:1.0.0-alpha.7":
version: 1.0.0-alpha.7
resolution: "@vis.gl/dev-tools@npm:1.0.0-alpha.7"
dependencies:
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.0"
"@esbuild-plugins/node-modules-polyfill": "npm:^0.2.0"
Expand Down Expand Up @@ -2184,19 +2184,19 @@ __metadata:
ocular-metrics: scripts/metrics.js
ocular-publish: scripts/publish.js
ocular-test: scripts/test.js
checksum: 10c0/849a66cca1f7660df0f81b10dd7f2810fe3e77f4d477bb95fa7da3d55eb90066fdb72d06d73caaea939ade0757d9c9b067250a46d9619c1fa320a47c79360573
checksum: 10c0/9c3289df9550586ac086d3f8ea070ccf8380121562af1f3b88e030ebeb47c218d41b85da685107d5c59a2963fed71d0a40675b2cb0f1aaceddd0374575926866
languageName: node
linkType: hard

"@vis.gl/ts-plugins@npm:1.0.0-alpha.3":
version: 1.0.0-alpha.3
resolution: "@vis.gl/ts-plugins@npm:1.0.0-alpha.3"
"@vis.gl/ts-plugins@npm:1.0.0-alpha.7":
version: 1.0.0-alpha.7
resolution: "@vis.gl/ts-plugins@npm:1.0.0-alpha.7"
dependencies:
"@luma.gl/constants": "npm:^9.0.0"
minimatch: "npm:^3.0.0"
ts-patch: "npm:^3.1.2"
typescript: "npm:^5.2.2"
checksum: 10c0/199fc8fe9d0a7b0fb1223996c8815ac8807a0d466af281b1c54a68ce65d07ae8992712ec1d2231e7c79d3c0fcb87156baece483a71c30cbf527c7ef4627998b3
checksum: 10c0/20fad75ecd7ea544f8262469d2cd102ce8986bc92e457cb94c122aaad9c583ed2097062b3022809eb67cbb951c50c07d339ad7734d4e56b5483a0cf519737f0b
languageName: node
linkType: hard

Expand Down Expand Up @@ -9372,8 +9372,8 @@ __metadata:
"@probe.gl/bench": "npm:^4.0.0"
"@turf/destination": "npm:^6.0.1"
"@types/tape-promise": "npm:^4.0.1"
"@vis.gl/dev-tools": "npm:1.0.0-alpha.3"
"@vis.gl/ts-plugins": "npm:1.0.0-alpha.3"
"@vis.gl/dev-tools": "npm:1.0.0-alpha.7"
"@vis.gl/ts-plugins": "npm:1.0.0-alpha.7"
pre-commit: "npm:^1.2.2"
puppeteer: "npm:^22.0.0"
tap-spec: "npm:^5.0.0"
Expand Down

0 comments on commit 87a94e8

Please sign in to comment.