-
Notifications
You must be signed in to change notification settings - Fork 262
Comparing changes
Open a pull request
base repository: tsconfig/bases
base: 7db25a41bc5a9c0f66d91f6f3aa28438afcb2f18
head repository: tsconfig/bases
compare: 014e8927b7155640f65a7492fb4bb09f5c49f531
Commits on Apr 17, 2023
-
According to node.green[^1] Node 18 supports ES2023 features. [^1]: https://node.green/#ES2023
1Configuration menu - View commit details
-
Copy full SHA for f1b1219 - Browse repository at this point
Copy the full SHA f1b1219View commit details -
Configuration menu - View commit details
-
Copy full SHA for be62f1e - Browse repository at this point
Copy the full SHA be62f1eView commit details -
Merge pull request #170 from JamieMagee/node18-es2023
Add `es2023` to Node 18
1Configuration menu - View commit details
-
Copy full SHA for 85cf782 - Browse repository at this point
Copy the full SHA 85cf782View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 63a8253 - Browse repository at this point
Copy the full SHA 63a8253View commit details -
[react-native] Update list of suported libs
The tsconfig already supports esnext syntax, but RN supports some newer libraries than the es2019 target. This adds the libs where the types declared are implemented by Hermes as of current main branch (found via code search or internal searches) or an RN polypill (like for promise). I bumped the major here, so users on older versions of RN don’t get the new libs showing up as supported without explicitly updating. This will be accompanied by a change which bumps the version in our own template.
Configuration menu - View commit details
-
Copy full SHA for fd08789 - Browse repository at this point
Copy the full SHA fd08789View commit details
Commits on Apr 18, 2023
-
Merge pull request #172 from tsconfig/NickGerleman-patch-1
[react-native] Update list of suported libs
1Configuration menu - View commit details
-
Copy full SHA for eee5f19 - Browse repository at this point
Copy the full SHA eee5f19View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5063f71 - Browse repository at this point
Copy the full SHA 5063f71View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 821d9aa - Browse repository at this point
Copy the full SHA 821d9aaView commit details
Commits on Apr 20, 2023
-
Move
verbatimModuleSyntax
from strictest to ESMLuka Prebil Grintal authoredApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for f674fa6 - Browse repository at this point
Copy the full SHA f674fa6View commit details -
Merge pull request #175 from LukaPrebil/#168-move-verbatimModuleSynta…
…x-from-strictest-to-esm Move `verbatimModuleSyntax` from strictest to ESM
1Configuration menu - View commit details
-
Copy full SHA for 67905a4 - Browse repository at this point
Copy the full SHA 67905a4View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a2d72d - Browse repository at this point
Copy the full SHA 9a2d72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14dcd67 - Browse repository at this point
Copy the full SHA 14dcd67View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3b80405 - Browse repository at this point
Copy the full SHA 3b80405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9627b56 - Browse repository at this point
Copy the full SHA 9627b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3f1bc - Browse repository at this point
Copy the full SHA 8f3f1bcView commit details -
Merge pull request #177 from steffen-4s1/patch-1
Add "tsc --showConfig" command to combine section in readme
1Configuration menu - View commit details
-
Copy full SHA for 41a0841 - Browse repository at this point
Copy the full SHA 41a0841View commit details
Commits on Apr 22, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 84f3d68 - Browse repository at this point
Copy the full SHA 84f3d68View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 630f30e - Browse repository at this point
Copy the full SHA 630f30eView commit details
Commits on May 5, 2023
-
Merge pull request #181 from tri-star/update-nuxt-config
Update nuxt.json: Add .nuxt, dist to "exclude" to match create-nuxt-app.
1Configuration menu - View commit details
-
Copy full SHA for 08f67df - Browse repository at this point
Copy the full SHA 08f67dfView commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97103a0 - Browse repository at this point
Copy the full SHA 97103a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b78fd - Browse repository at this point
Copy the full SHA 63b78fdView commit details -
Merge pull request #186 from MatthijsKok/main
Use `moduleResolution: bundler` for Vite React
1Configuration menu - View commit details
-
Copy full SHA for b819caf - Browse repository at this point
Copy the full SHA b819cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d3c29 - Browse repository at this point
Copy the full SHA 47d3c29View commit details
Commits on May 10, 2023
-
[react-native]
moduleResolution: "nodenext"
.This lets TypeScript do ESM style resolution with export maps. It requires TS 4.7, but our template has shipped with 4.8, so it's probably fine to let the repo do it's normal patch bump? When we can target 5.0 we should maybe consider changing it to `moduleResolution: "bundler"`.
5Configuration menu - View commit details
-
Copy full SHA for e2fbea2 - Browse repository at this point
Copy the full SHA e2fbea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4e858 - Browse repository at this point
Copy the full SHA 5b4e858View commit details -
Merge pull request #188 from tsconfig/NickGerleman-rn-export-maps
[react-native] `moduleResolution: "nodenext"`
1Configuration menu - View commit details
-
Copy full SHA for 3bdac9b - Browse repository at this point
Copy the full SHA 3bdac9bView commit details
Commits on May 11, 2023
-
Merge pull request #187 from TatsuyaYamamoto/module-node16
Use `module: node16` for Node.js 16+
1Configuration menu - View commit details
-
Copy full SHA for 4c413cf - Browse repository at this point
Copy the full SHA 4c413cfView commit details
Commits on May 17, 2023
-
Move back to "moduleResolution: node"
We probably don't want this in 0.72 yet, since Metro won't work with this by default yet, and `moduleResolution: bundler` is better and slated to come to 0.73.
Configuration menu - View commit details
-
Copy full SHA for ff22f83 - Browse repository at this point
Copy the full SHA ff22f83View commit details -
Merge pull request #193 from tsconfig/NickGerleman-revert-moduleresol…
…ution Move back to "moduleResolution: node"
1Configuration menu - View commit details
-
Copy full SHA for c02bced - Browse repository at this point
Copy the full SHA c02bcedView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8c454f - Browse repository at this point
Copy the full SHA a8c454fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449f1c9 - Browse repository at this point
Copy the full SHA 449f1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1eae8c - Browse repository at this point
Copy the full SHA b1eae8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 700981c - Browse repository at this point
Copy the full SHA 700981cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f15ea0 - Browse repository at this point
Copy the full SHA 7f15ea0View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7301ec5 - Browse repository at this point
Copy the full SHA 7301ec5View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fd7c96 - Browse repository at this point
Copy the full SHA 4fd7c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2fd2b6 - Browse repository at this point
Copy the full SHA f2fd2b6View commit details -
Merge pull request #197 from andrewbranch/update-module-resolution
Update module and moduleResolution to stop using node and invalid combintations
1Configuration menu - View commit details
-
Copy full SHA for 014e892 - Browse repository at this point
Copy the full SHA 014e892View commit details
There are no files selected for viewing