-
Notifications
You must be signed in to change notification settings - Fork 82
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
[WIP] Convert to vanilla JavaScript modules (ES Modules) #183
base: mainline2.0
Are you sure you want to change the base?
[WIP] Convert to vanilla JavaScript modules (ES Modules) #183
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78199f6 - Browse repository at this point
Copy the full SHA 78199f6View commit details -
pin webpack dependency versions so they won't break, and we can updat…
…e them manually when we need to
Configuration menu - View commit details
-
Copy full SHA for 2999265 - Browse repository at this point
Copy the full SHA 2999265View commit details -
Merge branch 'fix-broken-webpack-dependency' into fix-syntax-for-oculus
* fix-broken-webpack-dependency: pin webpack dependency versions so they won't break, and we can update them manually when we need to
Configuration menu - View commit details
-
Copy full SHA for 2115732 - Browse repository at this point
Copy the full SHA 2115732View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 388317d - Browse repository at this point
Copy the full SHA 388317dView commit details -
remove webpack config and update tests. Avoid using global THREE and …
…having Webpack provide it, and instead import it as a regular JavaScript module (note that Three.js has deprecated the global and will provide only JavaScript modules at version 0.160)
Configuration menu - View commit details
-
Copy full SHA for a79d796 - Browse repository at this point
Copy the full SHA a79d796View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12447a2 - Browse repository at this point
Copy the full SHA 12447a2View commit details -
relax the three.js peer dependency version, three.js versioning is a …
…bit different than other libs, and we should allow people to try newer versions, while if something breaks we can claim that it at least works with 0.127.0
Configuration menu - View commit details
-
Copy full SHA for ff18836 - Browse repository at this point
Copy the full SHA ff18836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747003f - Browse repository at this point
Copy the full SHA 747003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0708e - Browse repository at this point
Copy the full SHA 9e0708eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ff310 - Browse repository at this point
Copy the full SHA 04ff310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934a8ef - Browse repository at this point
Copy the full SHA 934a8efView commit details -
remove the indent rule from eslintrc, all formatting is handled by pr…
…ettier, use eslint only for non-formatting rules
Configuration menu - View commit details
-
Copy full SHA for ee0b16d - Browse repository at this point
Copy the full SHA ee0b16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e088aeb - Browse repository at this point
Copy the full SHA e088aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a92d934 - Browse repository at this point
Copy the full SHA a92d934View commit details -
remove the last AWS global from eslintrc, ensure all examples `import…
… AWS from 'aws-sdk'`, fix three.texttospeech.html test
Configuration menu - View commit details
-
Copy full SHA for 8adf65b - Browse repository at this point
Copy the full SHA 8adf65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b9a52 - Browse repository at this point
Copy the full SHA f5b9a52View commit details -
update packages to type:module, simplified with only
main
fields (n……o need for `exports` unless multiple paths need configuring, or CommonJS support is needed, but we're no longer explicitly supporting CommonJS modules, and CommonJS users can use the `import()` function to import the lib, and they can even use the `deasync` package if they really really want the import to be "synchronous", so there's really no need to hold onto the past and we can make moving forward as simple and standards-based as possible)
Configuration menu - View commit details
-
Copy full SHA for f41abf0 - Browse repository at this point
Copy the full SHA f41abf0View commit details
Commits on Oct 11, 2023
-
add scripts for specifically running integration tests, remove one la…
…st CDN link to aws-sdk and use the local version, and update docs as needed for the new ESM format without a required build
Configuration menu - View commit details
-
Copy full SHA for f2f7aba - Browse repository at this point
Copy the full SHA f2f7abaView commit details