Skip to content

Commit 38fff5a

Browse files
author
John Messerly
committed
Merge pull request #386 from dart-lang/0.1.11
rev to 0.1.11
2 parents 7b3c4c2 + a3857ba commit 38fff5a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

pkg/dev_compiler/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# dev_compiler changelog
22

3+
## 0.1.11
4+
- moved js runtime files to lib/runtime/dart (`dart_runtime.js` -> `dart/_runtime.js`)
5+
- bug fix to source maps
6+
- initial support for f-bound quantification patterns
7+
38
## 0.1.10
49
- added an `--html-report` option to create a file summarizing compilation
510
issues

pkg/dev_compiler/lib/devc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export 'src/compiler.dart' show BatchCompiler, setupLogger, createErrorReporter;
1111
export 'src/server/server.dart' show DevServer;
1212

1313
// When updating this version, also update the version in the pubspec.
14-
const devCompilerVersion = '0.1.10';
14+
const devCompilerVersion = '0.1.11';

pkg/dev_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dev_compiler
22
# When updating this version, also update the version in lib/devc.dart.
3-
version: 0.1.10
3+
version: 0.1.11
44
description: >
55
Experimental Dart to JavaScript compiler designed to create idiomatic,
66
readable JavaScript output.

0 commit comments

Comments
 (0)