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

Closes: #138 - Update index.js #139

Closed
wants to merge 4 commits into from

Commits on Mar 21, 2022

  1. Update index.js

    Introduces delAsync and delSync for later esm conversation
    
    Compat with the old v6.0.0 API
    Update now all Examples to const { delAsync, delSync } = require('del');
    Leads to later import { delAsync, delSync } from 'del';
    see: sindresorhus#138
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3d72368 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    Corrected tab format
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9bec614 View commit details
    Browse the repository at this point in the history
  3. Update index.d.ts

    The typings for the new api while dropped the typings for the old one
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b703ad8 View commit details
    Browse the repository at this point in the history
  4. Update index.d.ts

    Forgotten to change the import syntax to CJS
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6edefe7 View commit details
    Browse the repository at this point in the history