mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
- project load is truly used in async way now - a number of typos related to misplaced ; or , - S.init() used properly and systematically throughout the code - sPath indexOf usage now looks only at beginning of paths, to avoid bugs like "foo/bar-get".indexOf( "bar" ) mistakenly finding a component 'bar' within 'foo'