Skip to content
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

Update to TypeScript 3.8 #4100

Merged
merged 14 commits into from
Feb 25, 2020
Merged

Update to TypeScript 3.8 #4100

merged 14 commits into from
Feb 25, 2020

Commits on Feb 24, 2020

  1. Update to TypeScript 3.8

    In regards to top-level-await, TypeScript will throw if the input does
    not look like a module (as top-level-await is not supported in scripts).
    TypeScript recommends adding `export {};` to the file, which is the
    current idomatic way of identifying a module as a module that otherwise
    has no imports or exports.
    
    Resolves denoland#3937
    Resolves denoland#3301
    Resolves denoland#3391
    kitsonk committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    74dfc02 View commit details
    Browse the repository at this point in the history
  2. Check symbolic link in for node_modules

    There was a change/regression with eslint where it requires a symbolic
    link now to node_modules in order to resolve all the plugins.
    kitsonk committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6ae4585 View commit details
    Browse the repository at this point in the history
  3. Formatting 🤦

    kitsonk committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a7626ad View commit details
    Browse the repository at this point in the history
  4. Fix TLA in std/examples

    kitsonk committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    0ec4adb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into ts38

    ry committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f428d31 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into ts38

    ry committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b86cb5b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into ts38

    ry committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a50fc45 View commit details
    Browse the repository at this point in the history
  8. Remove 'export {}'

    ry committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    afd2eb0 View commit details
    Browse the repository at this point in the history
  9. fix_js_imports

    ry committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b3b51dc View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge branch 'master' into ts38

    ry committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8b01de4 View commit details
    Browse the repository at this point in the history
  2. Remve export{}

    ry committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2262fcd View commit details
    Browse the repository at this point in the history
  3. remove node_modules symlink

    ry committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ee57861 View commit details
    Browse the repository at this point in the history
  4. x

    ry committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    47c7e65 View commit details
    Browse the repository at this point in the history
  5. undo gitignore changes

    ry committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ce2e4e7 View commit details
    Browse the repository at this point in the history