mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
48fedee34e
This also modifies the `ts_library_builder` to support inlining assets. Includes integration tests from @sh7dm
7 lines
73 B
TypeScript
7 lines
73 B
TypeScript
// comment
|
|
|
|
declare namespace Qat {
|
|
class Foo {
|
|
bar: string;
|
|
}
|
|
}
|