mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-11 04:40:00 +08:00
Use ES imports
This commit is contained in:
parent
a52644e6dd
commit
90008fc46b
@ -1,6 +1,5 @@
|
|||||||
import im = require('./interfaces')
|
import * as im from './interfaces'
|
||||||
import intm = require('./internal')
|
import * as intm from './internal'
|
||||||
import process = require('process')
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// Variables
|
// Variables
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import os = require('os')
|
import * as os from 'os'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Commands
|
* Commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user