mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 19:32:30 +00:00
Happy new year! (#3578)
This commit is contained in:
parent
b0761138e5
commit
bfab4ed0df
352 changed files with 352 additions and 352 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
// A script preamble that provides the ability to load a single outfile
|
||||
// TypeScript "bundle" where a main module is loaded which recursively
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
// Because we're bootstrapping the TypeScript compiler without dependencies on
|
||||
// Node, this is written in JavaScript, but leverages JSDoc that can be
|
||||
|
|
2
deno_typescript/lib.deno_core.d.ts
vendored
2
deno_typescript/lib.deno_core.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
// This file contains APIs that are introduced into the global namespace by
|
||||
// Deno core. These are not intended to be used directly by runtime users of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
extern crate deno;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue