Skip to content

Commit

Permalink
WIP: Google 3D Tiles, loaders.gl upgrades and fixes, Vite build syste…
Browse files Browse the repository at this point in the history
…m. (nytimes#99)
  • Loading branch information
Avnerus authored Jan 4, 2024
1 parent 4fb64b4 commit ff42f00
Show file tree
Hide file tree
Showing 92 changed files with 23,203 additions and 45,508 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ name: default

steps:
- name: install
image: node:14
image: node:18
commands:
- npm install

- name: build
image: node:14
image: node:18
commands:
- npm run build:production
- npm run build
when:
branch:
- main
- dev

- name: build-npm
image: node:14
image: node:18
commands:
- npm run build:production
- npm run build
when:
event:
- tag

- name: test
image: node:14
image: node:18
commands:
- npm run test
when:
Expand All @@ -35,7 +35,7 @@ steps:
- dev

- name: docs
image: node:14
image: node:18
commands:
- npm run docs:production
when:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
node_modules
lib
temp
dist/three-loader-3dtiles.js*
dist/*
8 changes: 6 additions & 2 deletions api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/dist/lib/index.d.ts",
"apiReport": {
"enabled": true,
"reportFileName": "three-loader-3dtiles.api.md"
Expand All @@ -12,7 +12,7 @@
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "<projectFolder>/dist/three-loader-3dtiles.d.ts"
"untrimmedFilePath": "<projectFolder>/dist/lib/three-loader-3dtiles.d.ts"
},
"messages": {
"compilerMessageReporting": {
Expand All @@ -24,6 +24,10 @@
"ae-missing-release-tag": {
"logLevel": "none",
"addToApiReportFile": false
},
"ae-wrong-input-file-type": {
"logLevel": "none",
"addToApiReportFile": false
}
}
}
Expand Down
172 changes: 0 additions & 172 deletions dist/three-loader-3dtiles.d.ts

This file was deleted.

Loading

0 comments on commit ff42f00

Please sign in to comment.