initialize 0.3.0
initialize: ^0.3.0 copied to clipboard
Generic building blocks for doing static initialization.
0.3.0 #
- Library initializers now pass a
LibraryIdentifiertoinitializeinstead of just aSymbol. This provides the package and path to the library in addition to the symbol so that paths can be normalized.
0.2.0 #
-
entryPointandnewEntryPointtransformer options were renamed toentry_pointandnew_entry_pont. -
Added
html_entry_pointoption to the transformer. This will search that file for any script tag whose src isentry_pointand rewrite it to point at the bootstrapped filenew_entry_point. -
Top level properties and static class properties are now supported in initializer constructors, as well as List and Map literals, 5.
0.1.0+1 #
Quick fix for the transformer on windows.