Sha256: 633b089762eea7b7734962c50f9c33309a0c3f7c54f5423aa98e8a11f148f9be

Contents?: true

Size: 537 Bytes

Versions: 1

Compression:

Stored size: 537 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <%= javascript_include_tag 'application' %>
  <title>Document</title>
</head>
<body>
  <div id="target"></div>
  <script type="text/typescript">
    class Person {
        private _name = "Alice";

        public get name(): string {
            return this._name
        }
    }
  </script>
  <script src="es5.js"></script>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typescript-monkey-0.9.0 test/fixtures/site/script_tags.html.erb